.ui-front {
  z-index: 99999;
}

@media(min-width: 772px ) {
    .ui-widget {
        font-size: 12px;
    }
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    font-weight: normal;
    color: black;
    background: #e4e516 url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
}
