@CHARSET "UTF8";

@media (min-width: 1280px) {
  .page-content {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  
  .TPL-AppointmentScheduler .locationInfoSection {
    width:360px;
  }
  
  #schedulermain {
    width: 1200px;
  }
  
  .TPL-AppointmentScheduler .locationDayInstance {
    width: 120px;
  }
}