.sod_select {
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,.1);
    cursor: pointer;
    text-transform: none;
    font-size: 13px;
}
.sod_select:hover {
    border: 1px solid #fff;
}
.sod_select.focus {
    border: 1px solid transparent;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,.1);
}
.sod_list_wrapper {
    border: 1px solid #e1e1e1 !important;
    left: 1px !important;
    margin-top: 1px !important;
    min-width: 200px !important;
    width: auto !important;
}
.sod_list .sod_option:first-child {
    border-top: 0 !important;
}
.sod_option {
    border-top: 1px solid #e1e1e1 !important;
}
.sod_select:before {
    content: "";
}
.sod_select:after {
    content: "";
    display: block;
    width: 8px;
    height: 15px;
    background: url('../img/sod_icon.png');
    top: 8px;
    bottom: 0;
}
.sod_select.open:after {
    height: 8px;
    background: url('../img/sod_icon_hide.png');
    top: 12px;
}