/*logo size for mobile version/ small sceens*/
.default-logo, .mobile-logo {
    width: 80px;
    height: 24px;
}

/*logo size for desktop version*/
@media screen and (min-width: 768px) {
    .default-logo {
        width: 200px;
        height: 43px;
    }
}

.ui-widget-header a {
    background: #FFFFFF;
}

.ui-widget-header a:hover {
    background: #FFFFFF;
}
