/* Home Page */

#clinichome {
  width: 100%;
}

#eftpos {
  font-family: "Open-Sans";
  font-weight: 700;
  font-size: 20pt;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  #eftpos {
    font-size: 18pt;
  }
}
