nav.topnav, nav[role=navigation] {
    background: #868786;
}

nav.topnav ul li a {
    color: #FFF;
}

.article_info, .article_prev_next {
    border-color: #d71920;
}

.page_content li, .more_themes_box li, .news_container li {
    background: url(../img/bull.gif) no-repeat 0 5px;
}

.istaknuto li {
    background: url(../img/bull.gif) no-repeat 0 10px;
}

.menuLeft li.active a {
    color: #d71920;
}


@media only screen and (min-width: 320px) {

    .logo_search_content .logo {
        background: url(../img/mu_logo@2x.png) no-repeat; 
        background-size: auto 55px;
    }

    .page_content li, .more_themes_box li {
        background: url(../img/bull.gif) no-repeat 0 6px;
        background-size: 10px 10px;
    }

    .page_content ol li {
        background: none;
    }

} 


@media only screen and (min-width: 760px) {

    .page_content li, .more_themes_box li {
        background: url(../img/bull.gif) no-repeat 0 5px;
    }

}


@media only screen and (min-width: 980px) {

    .logo_search_content .logo {
        background: url(../img/mu_logo.png) no-repeat; 
        background-size: auto 72px;
    }

}  

table td {
    padding: 5px;
    border: 1px solid #cccccc;
}

table tr:nth-child(even){
    background-color: #f2f2f2;
}

.news_container.dvije .news {
    width: 560px;
}

.news_container.dvije .news:last-of-type {
    margin-top: 0;
    margin-right: 0;
}

.news_container.dvije .news_img {
    width: 100%;
    height: auto;
}

.news_container.jedna .news {
    width: 100%;
}

.news_container.jedna .news .news_img {
    float: left;
    width: 40%;
    height: auto;
}

.news_container.jedna .news .news_txt {
    float: left;
    width: 55%;
    margin-left: 30px;
}

@media only screen and (max-width: 1159px) {
    .news_container.dvije .news {
        width: 48.9%;
        float: left;
    }

    .news_container.dvije .news_img {
        width: 100%;
    }

}

@media only screen and (max-width: 759px) {
    .news_container.dvije .news {
        width: 47%;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 690px) {
    .news_container.jedna .news .news_img {
        width: 37%;
    }
}

@media only screen and (max-width: 550px) {
    .news_container.dvije .news,
    .news_container.jedna .news .news_img {
        width: 100%;
        margin-right: 0;
    }
    
    .news_container.jedna .news .news_txt {
        width: 100%;
        margin-left: 0;
    }
}