#slist2.hidden {
    visibility: hidden;
}

#scontent {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    float: left;
}

#scontent .store {
    margin: 0;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid; /* Theoretically FF 20+ */
    break-inside: avoid-column; /* IE 11 */
    display: table; /* Actually FF 20+ */
}

.fa.fa-arrow-down {
    float: right;
    color: #1776d4;
    position: absolute;
    margin: -10px;
    margin-left: -23px;
    z-index: -1;
}

.select-list select {
    float: left;
    width: 240px;
    overflow: hidden;
    border: solid 1px #d6d6d6;
    background-color: transparent !important;
    background-image: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px !important;
    width: 17.9375em !important;
    height: 2.375em;
    float: left;
    position: relative;
    margin-right: 0.9375em;
    background: #fff;
    border: solid 1px #d6d6d6;
}

.label {
    display: block;
    font-weight: bold;
    color: #000;
    padding: 10px 0px 5px 0px;
}

h4 {
line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 12px !important;
}

.select-list {
    display: table;
}

#top select {
    padding: 5px 6px !important;
    width: 220px;
}