.search input {
  padding: 5px 12px !important;
}
.types {
  background-image: none !important;
  background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #c7c7c7 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc7c7c7', endColorstr='#ffededed', GradientType=0);
}
