@charset "UTF-8";
/* CSS Document */
/* Firefox */
@-moz-document url-prefix() { 
  .styled-select select {
	   margin-top:7px;
	   padding-left:5px !important;
 
  }
}

.styled-select select {
	font-size:10px !important;
	padding-left:10px;
	 border: 0;
   border-radius: 0;
   -webkit-appearance: none;
}
