#archiveKategorijaSve {
    width: max-content;
    background-color: #E4E7EB;
    border-radius: 6px;
    color: #263747;
}

#archiveKategorijaOraku {
    width: max-content;
    background-color: #E4E7EB;
    border-radius: 6px;
    color: #263747;
}

#archiveKategorijaEventi {
    width: max-content;
    background-color: #E4E7EB;
    border-radius: 6px;
    color: #263747;
}

#archiveKategorijaNovostioProgramu {
    width: max-content;
    background-color: #E4E7EB;
    border-radius: 6px;
    color: #263747;
}

#archiveKategorijaSve:hover,
#archiveKategorijaOraku:hover,
#archiveKategorijaEventi:hover,
#archiveKategorijaNovostioProgramu:hover {
    background-color: #1E76BD;
    color: white;
}


/* Pitajte nas */
#buttonProgram {
    width: max-content;
    background-color: #ffffff;
    border-radius: 8px;
    color: #263747;
}

#buttonKolonoskopija {
    width: max-content;
    background-color: #ffffff;
    border-radius: 8px;
    color: #263747;
}

#buttonUzorakStolice {
    width: max-content;
    background-color: #ffffff;
    border-radius: 8px;
    color: #263747;
}

#buttonOstalo {
    width: max-content;
    background-color: #ffffff;
    border-radius: 8px;
    color: #263747;
}

#buttonProgram:hover,
#buttonKolonoskopija:hover,
#buttonUzorakStolice:hover,
#buttonOstalo:hover {
    background-color: #1E76BD;
    color: white;
}