/* Add here all your CSS customizations */

.flag-SRB, .flag-sr-Latn-RS {
    background-image: url('../img/icons/srbflag.png') !important;
    background-size: 30px 30px !important;
    background-repeat: no-repeat;
}

.flag-ENG, .flag-en-GB {
    background-image: url('../img/icons/ukflag.png') !important;
    background-size: 30px 30px !important;
    background-repeat: no-repeat;
}

.flag-ROU, .flag-ro-RO {
    background-image: url('../img/icons/roflag.png') !important;
    background-size: 30px 30px !important;
    background-repeat: no-repeat;
}

.flag-sr-Latn-RS:hover {
    border: solid 1px white !important;
}

.flag-en-GB:hover {
    border: solid 1px white !important;
}

.flag-ro-RO:hover {
    border: solid 1px white !important;
}