<p>/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ /* ======================================================================== Use this file to add custom CSS easily ========================================================================== */ .table-striped th {color:#000!important;} .table-striped tr:hover {color:#C00!important;}</p>

#chiptuning select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#chiptuning select::-ms-expand {
    display: none;
}
/*css only IE10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .tabs_slider_widgetkit {
      min-height: 678px;
   }
   #chiptuning select:focus::-ms-value {
      /*background-color: #96cbdf;*/
   }
   #chiptuning select:focus{
      /*background-color: #96cbdf;*/
   }
   #chiptuning select > option:hover {
      /*background-color: #4285f4;*/
      /*background-color:#2196f3;*/
      background-color:#349df1;
      color: #ffffff;
   }
   #chiptuning select > option {
      background-color: #ffffff;
   }
}

