  .section{
    margin-top: 10px;
    border: none;
    display: none;    
  }
 .styled-select {
    width: 350px;
    height: 35px;
    overflow: hidden;
    background: url('/DOT-Parking/Resources/Images/RFP/down_arrow_select.jpg') no-repeat right #ddd;
    border: 1px solid #ccc;    
  }
  .styled-select select {
    background: transparent;    
    width: 350px;
    padding: 5px;
    border: 0;
    border-radius: 0;
    height: 34px;
    font-size: 1em;
    font-weight:bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;   
  }
  select::-ms-expand {
    display: none;
  }
  select:focus {
    min-width: 350px;
    width: auto;
  }