.ms-container .ms-selectable li.ms-hover:first-child, .ms-container .ms-selection li.ms-hover:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.ms-container {
    background: url(../img/switch-redesigned.png) 48% 42.8% no-repeat;
    display: inline-block;
    width: 100%
}

.ms-container:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    background: #fff;
    color: #555;
    display: block;
    width: 90%;
    margin-left: 20px;
    margin-bottom: 60px;
    border-radius: 8px;
    overflow: hidden !important
}

.ms-container .ms-selection {
    display: block
}

.ms-container .ms-list {
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    position: relative;
    height: 130px;
    padding: 0;
    overflow-y: auto
}

.ms-container .ms-list.ms-focus {
    border-color: rgba(82, 168, 236, .8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    outline: 0;
    outline: dotted thin \9
}

.ms-container ul {
    margin: 0;
    list-style-type: none;
    padding: 0
}

.ms-container .ms-optgroup-container {
    width: 100%
}

.ms-container .ms-optgroup-label {
    margin: 0;
    padding: 5px 0 0 5px;
    cursor: pointer;
    color: #999
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    border-bottom: 1px #eee solid;
    padding: 14px 50px;
    color: #555;
    font-size: 14px;
    text-align: center
}

.ms-container .ms-selectable li.ms-elem-selectable span, .ms-container .ms-selection li.ms-elem-selection span {
    color: #465a65;
    font-size: 1.15em;
    line-height: 1.4;
    font-family: Arial, sans-serif
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #465a65
}

.ms-container .ms-selectable li.ms-hover span, .ms-container .ms-selection li.ms-hover span {
    color: #fff
}

.ms-container .ms-selectable li.ms-hover:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 0
}

.ms-container .ms-selection li.ms-hover:last-child {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom: 0 !important
}

.ms-container .ms-selectable li.disabled, .ms-container .ms-selection li.disabled {
    background-color: #eee;
    color: #aaa;
    cursor: text
}

@media only screen and (max-width: 600px) {
    .alert-box {
        width: 100%;
        display: block
    }

    .ms-container {
        display: block;
        width: 98%
    }

    .content-button-wrap {
        padding: 0 20px
    }
}