.stern {
    color: #B2D34A;
    font-size: 18px;
    font-weight: bold;
}

.sympathicus-subheader{
    color:#1B4076 !important;
    font-family: 'Titillium Web', sans-serif;
}

table.overview {
    width: 100%;
    border: 1px solid #999
}

table.overview tr.grey {
    background-color: #999
}

table.overview tr.grey td {
    color: #fff
}

table.overview td {
    padding: 5px;
    border: 1px solid #999
}

table.overview a:hover {
    background-color: #666
}

#search_box {
    top: 0px !important;
}

.sympathicus-content li {
    margin-bottom: 0.5em;
}

#videobox {
    width: 100%;
    min-height: 250px;
}

@media (min-width: 768px) {
    #videobox {
        min-height: 410px;
    }
}

