html {
    font-size: medium;
}

th.mksoft {
    background-color: #eee;
}

th.oc {
    background-color: #aac;
}

.ui-autocomplete-loading {
    background: white url("/app/web/jquery-ui-1.12.1/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete {
    max-height: 200px;
    max-width: 1000px;
    min-width: 500px;
    width: auto;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    font-size: smaller;
}

* html .ui-autocomplete {
    height: 100px;
}