.navbar-default {
    background-color: #4267b2;
    border-bottom: 1px solid #29487d;
}

.navbar-default .btn-default {
    background-color: #4267b2;
    border-width: 0;
}
.navbar-default .btn-default:hover, .navbar-default .btn-default:active {
    background-color: #365899;
}
.fbRow{
    margin-bottom: 10px;
}

.fbRow .playActive{
    border-color: #29487d;
}
.fbRow h2{
    font-size: 1.2em;
    margin: 5px 1px;
    font-weight: bold;
}

.commenterName strong a{
    color: #365899;
    font-size: 14px;
}