.styled-select select {
   background: darkgray;
   color: black;
   font-weight: bold;
   width: 70px;
   padding: 4px;
   
   font-size: 16px;
   line-height: 1;
   border: 2px;
   border-color: #9C1C0B;
   border-radius: 2px;
   height: 34px;
   -webkit-appearance: none;
   }