#book_your_fika_form input {
  background-color:#FFF;
  color:#000;
  border:0;
  padding:3px;
}

#book_your_fika_form .customSelectReplacement .customSelectReplacementOption {
  background-color:#FFF;
  color:#000;
  font-family:Times,"Times New Roman";
  font-weight:normal;
}

#book_your_fika_form .customSelectReplacement .customSelectReplacementDropdown .customSelectReplacementOption:hover {
  background-color:#bbb;
  color:#000;
}

#book_your_fika_form .customSelectReplacementDropdown {
  height:200px;
  overflow:auto;
  margin-bottom:15px;
}

.customSelectReplacementSelected {
  background-image:url('images/dd_triangle.jpg');
  background-position:93% 6px;
}