div.fysio-productbutton-bg {
  border-width: 2px;
  border-color: #e6e1e1;
  border-style: solid;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 10px 5px 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
div.fysio-productbutton-holder-l {
  display:flex;
  flex-direction: column;
  align-items:flex-start;
  flex-basis:50%;
}
div.fysio-productbutton-holder-r {
  display:flex;
  flex-direction: column;
  align-items:flex-end;
  flex-basis:50%;
}
p.fysio-productbutton-date {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-bottom: 0px;
}
p.fysio-productbutton-time {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-bottom: 0px;
}
p.fysio-productbutton-spots {
  font-size: 12px;
  font-weight: 400;
  color: black;
  margin-bottom: 0px;
  text-align: center;

}
div.fysio-productbutton-button {
  padding:5px;
  width:100%
}
a.fysio-productbutton-button {
  min-width: 140px;
  text-align: center;
  float: right;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  font-family: 'Open Sans';
}
a.fbc-button-disabled {
  background-color: #ff8552  !important;
}
a.fbc-button-disabled:hover {
  background-color: #FF7033 !important;
}
a.fbc-button-enabled {
  background-color: #77B72A !important;
}
a.fbc-button-enabled:hover {
  background-color: #629622 !important;
}