.navbar-space {
	height: 50px;
}

.songRatingBad {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 24px;
    height: 24px;
    padding: 5px;

    background: #fff;
    border: 2px solid #790000;
    color: #790000;
    text-align: center;

    font: 14px Arial, sans-serif;
}

.songRatingGood {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 24px;
    height: 24px;
    padding: 5px;

    background: #fff;
    border: 2px solid #365E87;
    color: #365E87;
    text-align: center;

    font: 14px Arial, sans-serif;
}

.songRatingExcelent {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 24px;
    height: 24px;
    padding: 5px;

    background: #fff;
    border: 2px solid #086F20;
    color: #086F20;
    text-align: center;

    font: 14px Arial, sans-serif;
}

.pre {
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

p {
        background-color: whitesmoke;
        padding: 5mm;
}
