
a {
    color: rgb(255,80,0);
}
.menu_container {
    background: linear-gradient(to bottom, rgb(255,80,0) 0%,rgb(191,60,0) 100%);
}
div.detalji_posta>div.kategorija {
    background:linear-gradient(to bottom, rgb(255,80,0) 0%,rgb(191,60,0) 100%);
}
div.detalji_posta_simple>div.kategorija a,div.detalji_posta_simple>div.kategorija a:hover,
div.detalji_posta_simple_long>div.kategorija a,div.detalji_posta_simple_long>div.kategorija a:hover{
    color: rgb(191,60,0)!important;
}
ul.pagination li {
    border:1px solid rgb(191,60,0);
    color:rgb(255,80,0);
}
ul.pagination li a {
    color:rgb(255,80,0);
}
ul.pagination li a:hover {
    color:white;
    background:rgb(191,60,0);
}
ul.pagination li.active {
    background:linear-gradient(to bottom, rgb(255,80,0) 0%,rgb(191,60,0) 100%);
}

ul.quizbtn li {
    border:1px solid rgb(191,60,0);
    color:rgb(255,80,0);
}
ul.quizbtn li a {
    color:rgb(255,80,0);
}
ul.quizbtn li a:hover {
    color:white;
    background:rgb(191,60,0);
}
ul.quizbtn li.active {
    background:linear-gradient(to bottom, rgb(255,80,0) 0%,rgb(191,60,0) 100%);
}


.post-title a.comments_number:hover {
    background: rgb(191,60,0)!important;
}
div.iznad_posta>div>a,div.iznad_posta>div a:hover{
    color: rgb(191,60,0);
}

h4.box_header {
    border-left:3px solid rgb(255,80,0);
}
sidebar .btn-primary {
    background:linear-gradient(to bottom, rgb(255,80,0) 0%,rgb(191,60,0) 100%);
}
button.dugme,a.dugme {
    background: linear-gradient(to bottom, rgb(255,80,0) 0%,rgb(191,60,0) 100%);
    border:1px solid rgb(191,60,0);
}
button.dugme:hover,a.dugme:hover {
    background: rgb(191,60,0);
}
button.malodugme,a.malodugmedugme {
    color: rgb(255,80,0);
    background: white!important;
    border:0;
}
button.malodugme:hover,a.malodugme:hover {
    background: rgb(191,60,0)!important;
}
div.categorytaglist>div.cattag a:hover {
    color: white!important;
    background: rgb(191,60,0);
}
