/* Cambiamos el color de fondo a blanco */
.ts-wrapper.single .ts-control {
  background-color: #FFFFFF;
  border-color: #DBDBDB;
  background-image: none;
}

/* Eliminamos espacio entre el select y las opciones*/
.ts-wrapper.single .ts-dropdown {
  border-top: none;
  margin-top: 0;
}
