.news_ticker {
    margin-left: 250px;
    margin-top: -5px;
    font-size: 9pt;
    height: 58px;
    overflow: hidden;
}

.news_ticker div div img {
    float: left;
    max-height: 30px;
    padding-right: 20px
}

.news_ticker div div h4 {
    margin: 0;
    font-size: 11pt;
}

.news_ticker div div p {
    margin: 0
}

.news_ticker div div div {
    margin: 0;
}

.news_ticker .prev, .news_ticker .next {
    float: left;
    margin-right: 8px;
    font-size: 14px;
    padding: 6px 0 6px 11px;
    margin-top: 5px;
    background: #333;
}

.news_ticker .prev { margin-right: 1px; }

.news_ticker .prev:hover, .news_ticker .next:hover {
    background: #666;
    cursor: pointer;
}

@media (max-width: 1440px) {
    .news_ticker {
        left: 220px;
        height: 74px;
    }
}


@media (max-width: 1024px) {
    #site_title {
        width: 170px;
    }

    #top_menu {
        height: 70px;
    }
}

@media (max-width: 800px) {
    .news_ticker {
        display: none;
    }
}

@media (max-width: 520px) {
    .news_ticker {
        display: none;
    }
}

@media (max-width: 400px) {
    #top_menu {
        height: 70px;
    }
}
