
.stb-select-container{
	border-radius:5px; width:250px; display:inline-block; outline:0; box-shadow:none; border:0; border:1px solid #ccc; padding:9px 16px;
	outline:0; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
	position:relative; text-align:left;cursor:pointer; background:rgba(255,255,255,.6); vertical-align:top;
}
.stb-select-container ul{list-style-type:none;margin:0;padding:0}
.stb-select-container select{display:none}
.stb-select-container .stb-select{
	position:absolute; background:white; left:-1px; top:38px; padding:8px 16px; border:1px solid #ccc; border-top:0; z-index:10; max-height:200px;
	width:250px; overflow-x:scroll; -webkit-border-bottom-left-radius:5px; -moz-border-bottom-left-radius:5px; border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px; -moz-border-bottom-right-radius:5px; border-bottom-right-radius:5px;
}
.stb-select-container span{opacity:.54}
.stb-select-container::after{opacity:.54;content:"v";position:absolute;right:8px;-ms-transform:scaleY(0.5);-webkit-transform:scaleY(0.5);transform:scaleY(0.5)}
.stb-select-container .stb-select li{opacity:.54}
.stb-select-container .stb-select li:first-of-type{opacity:.34}
.stb-select-container .stb-select li+li{margin-top:8px}