.cs-skin-elastic > span::after {
    content: "\f078";
    font-family: 'FontAwesome';
}

div.cs-skin-elastic {
    background: transparent none repeat scroll 0 0;
    color: #666;
    font-size: 1.3em;
    font-weight: 500;
}

.cs-skin-elastic > span {
 background-color: #f6f6f6;
    
    z-index: 100;
}

.cs-skin-elastic .cs-options span {
    background-position: 1.5em 50%;
    background-repeat: no-repeat;
    background-size: 2em auto;
    padding: 0.8em 1em 0.8em 2em;
}


div.cs-select {
    -moz-user-select: none;
    display: inline-block;
    max-width:  100%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    z-index: 100;
}

.cs-skin-elastic .cs-options > ul::before {
border: #f6f6f6 2px solid;
}
