.stb-select-container {
   font-family: "open_sansregular";
   /*border-radius:4px;*/
   width:202px;
   color: #333333;
   display:inline-block;
   outline:none;
   box-shadow:none;
   border:none;
  /* border:solid thin rgba(0,0,0,0.24);*/
  background: #ededed;
   padding:7px 13px;
   padding-right: 0px !important;
   /*margin:4px 8px;*/
   outline:none;
   -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;
}
.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: 0px;
top: 39px;
   padding:8px 16px;
   border: solid thin rgba(0,0,0,0.24);
   border-top: 0;
   z-index: 10;
   max-height:200px;
   width: 202px;
  /* overflow-x:scroll;*/
   -webkit-border-bottom-left-radius: 4px;
   -moz-border-bottom-left-radius: 4px;
   border-bottom-left-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
   -moz-border-bottom-right-radius: 4px;
   border-bottom-right-radius: 4px;
}
.stb-select-container span {
   opacity:0.54;
}
.stb-select-container::after {
  
content: "";
width: 38px;
height: 38px;
background: #f12;
position: absolute;
right: 0px;
top: 0;
background: url(../images/down_arrow.png);
 /*  -ms-transform: scaleY(0.5);
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);*/
}
.stb-select-container .stb-select li {
   opacity:0.54;
}
.stb-select-container .stb-select li:first-of-type {
   opacity:0.34;
}
.stb-select-container .stb-select li + li{
   margin-top:8px;
}

