@import url("../uicore/uicore.css");

#homelink {
    background: url('/localconfig/icons/nma.png') center no-repeat;
    background-size: 52px;
}

@media only all and (max-width: 750px) {
#homelink {
    background: url('/localconfig/icons/nma.png') center no-repeat;
background-size: 36px;
}
}

.optionsBar {
     background: url('/localconfig/icons/nma.jpg') right no-repeat;
     background-size: 70px;
    background-position: 99%;
}

@media only all and (max-width: 479px) {
.optionsBar::after, .optionsBar:after {
content: "";
    background: url('/localconfig/icons/nma.png') center no-repeat;
background-size: 36px;
}
 #homelink {
height: 30px;
width: 30px;
    background: url('/localconfig/icons/nma.png') center no-repeat;
background-size: 30px;
}
}
