/** -----------------------------------------------------------------------------------------------------
 * 
 * style.css file
 *
 * @author Szincsák András <andras@szincsak.hu>
 * @copyright Copyright (c) 2021, Szincsák András
 * ------------------------------------------------------------------------------------------------------ */
 .ui-widget.ui-widget-content {
    border: 1px solid #ece7e7;
    padding: 0;
    background: #fff;
    max-width: 30vw;
}
.ui-menu .ui-menu-item:nth-child(2) {
    background:#eee
}
.ui-menu .ui-menu-item {
    border: 1px solid #ece7e7;
    padding: 0;
    background: #fff;
    max-width: 30vw;
    list-style:none;
    font-weight: 600;

}
.ui-state-active {color:#fff!Important;
    background: #627da4!Important;border:none!Important;font-weight: 100;
}
.ui-menu .ui-menu-item em{font-size:.9em;font-weight: 400;display:block}
