.layout-hero-content{
	    margin-top: -100px !important;
}
.class-schedule-form{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.class-schedule-form .form-control{
  font-size: 1.8rem;
}
.class-schedule-form .week-days .form-checkboxes {
  display: flex;
  flex-flow: row wrap;
}
.class-schedule-form .week-days .form-checkboxes > .form-item{
  margin-right: 10px;
}
.class-schedule-form .week-days .form-control{
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: .2rem;
}
.class-schedule-form .CourseName {
  background-color: #eaf1f2 !important;
}

.class-schedule-form .CourseHeadingRow {
  font-weight: bold;
  text-align: left;
  border-spacing: 1px;

}

.class-schedule-form .CourseTable{
  margin-bottom: 15px;
}

.class-schedule-form .days-message{
  color: #003767;
  font-size: 1em;
}

.class-schedule-form .start-time legend{
  color: #595959;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}
.class-schedule-form .start-time .fieldset-wrapper{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.class-schedule-form .start-time .fieldset-wrapper > .form-item{
  flex-basis: 49%;
  margin: 10px 0 15px;
}
table.CourseTable thead tr.CourseCell th{
  padding-top: 10px;
  padding-bottom: 10px;
}
table.CourseTable tbody tr.CourseName td{
  padding-top: 8px;
  padding-bottom: 8px;
}
table.CourseTable tbody tr.CourseHeadingRow{
  background-color: #eeeeee;
}
table.CourseTable tbody tr.CourseAdditional{
  background-color: #ffffff;
}
table.CourseTable tbody tr.CourseAdditional h4{
  font-size: 1.8rem;
}
table.CourseTable tbody tr.CourseAdditional table.FeeTable tr{
  background-color: #ffffff;
}
table.CourseTable tbody tr.CourseAdditional table.FeeTable td{
  padding-top:5px;
  padding-bottom:5px;
}
table.CourseTable tbody tr.CourseHeadingRow th{
  padding-top: 8px;
  padding-bottom: 8px;
  
}
table.CourseTable tbody tr.CourseSection:nth-child(even){
  background-color: #ffffff;
  
}
table.CourseTable tbody > tr.CourseSection:nth-child(odd){
  background-color: #ffffff;
  
}
table.CourseTable tbody tr.CourseSection  td{
  padding-top: 8px;
  padding-bottom: 8px;
}
ul.nav-tabs{
  padding-bottom:0;
}
table.CourseTable tbody tr.CourseSection.webCourse{
  background-color: #fff29f;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  text-decoration:none;
  font-weight:bold;
}