/* Styles definition here */
.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
  color: #FFF;
  background: #2aadbd;
}
.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-hover {
  color: #FFF;
  background: #2aadbd;
}
.ahb_m2 #fbuilder .slots div a {
  width: 100%;
  border-radius: 100px;
  background: #f1f1f1;
  color: #000;
  border: 1px solid #2aadbd;
  text-decoration: none;
  padding: 8px 12px;
}