.custom-select-controller .list {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.custom-select-controller[data-list-state="rollup"] .list {
    background-color: #fff;
    border: 1px solid #b5b5b4;
    display: block;
    padding: 2px 0;
    z-index: 1;
}

.custom-select-controller[data-list-state="rollup"] .list span {
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 3px 10px;
    width: 100%;
}

#search-magazine-form .custom-select {
    float: right;
    font-size: 13px;
    line-height: 34px;
}

#search-magazine-form .custom-select {
    width: 195px;
}

#contact-form .custom-select, #search-magazine-form .custom-select, form input {
    background-color: #e8e8e8;
    border-color: #b5b5b4 -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px 0 0;
    color: #1a1a1a;
    font-size: 13px;
    line-height: 34px;
    padding: 0 10px;
}

.custom-select-controller {
    display: inline-block;
    width: 130px;
    position: relative;
    float: left;
    padding-right: 23px;
}

.custom-select-controller .interface {
    background-image: url("../img/archive-select-arrows.png");
    background-color: #00c0ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    height: 23px;
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
}

.custom-select-controller .interface [data-control-action] {
    cursor: pointer;
    display: block;
    height: 50%;
    width: 100%;
}

.custom-select-controller .interface [data-control-action] {
    cursor: pointer;
    display: block;
    height: 50%;
    width: 100%;
}