
.ui-widget-content {
    background: repeat-x scroll 50% 50% var(--grey-light-color);
    color: #333;
    padding: 5px;
    width: auto;
}
ul.ui-widget.ui-menu {
    background-color: white;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    z-index: 10000;
    width: 160px;
    border-radius: 6px;
    padding: 0px;
    border: 1px solid var(--grey-tertiary-color);
    background-image: none;
}

li.ui-menu-item {
    width: 160px;
}
.ui-menu .ui-menu-item a {
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    border-bottom:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: hsl(0,​ 0%,​ 20%);
    text-align: left;
    line-height: 200%;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 11px;
    border-radius: 6px;
    margin: 5px !important;
}

ul.ui-menu li.ui-menu-item a.ui-state-focus {
    background-color: var(--yellow-light-color);
    border: none;
    border-radius: 6px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: hsl(0,​ 0%,​ 20%);
    text-align: left;
    line-height: 200%;
    /*padding: 0 20px 0 20px;*/
    margin: 0px;
    width: 93%;
}
ul.ui-helper-hidden.ui-menu.ui-widget.ui-widget-content.ui-corner-all li.ui-menu-item.ui-state-disabled a.ui-corner-all {
    background-color: none;
    width: 93%;
    font-weight: bold;
    border-bottom: 1px solid var(--grey-tertiary-color);
    border-bottom-width: thin;
    border-radius: 0px;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 0.4em 3em 0.4em;
    border-bottom: 1px solid var(--grey-tertiary-color);
}