table {
  margin: auto;
}
#infoTable table {
  /* border: 0.1px solid #cfdae0; */
  border: 0 !important;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 90%;
  width: 90%;
}
#infoTable th {
  background-color: #F7F7F7;
  border: none;
  color: #596781;
  font-size: 20px;
}
#infoTable td {
  border: none;
  font-size: 13px;
  background-color: #ffffff;
}
#infoTable tr:nth-child(even) {}

@media (min-width: 768px) and (max-width: 1439.98px) {
.component-course-overview h1 {
    font-size: 11vw;
    font-weight: bold;
    line-height: 1;
    color: white;
  padding-bottom: 60px;
}
}


@media (min-width: 768px) {
.component-course-overview .intro {
    max-width: 100% !important;
}
}

// Remove padding above key info box, both items below are required for it to work
.course-container-box {
	padding-top: 0 !important;
}


// Remove padding from testimonials

.component-course-overview-footer
{
	padding-top: 0 !important;
}

.component-course+div, .component-course+section {
  padding-top: 0 !important;
}



.career-paths {
	padding-bottom: 0 !important;
}

section+.general-content {
    padding-top: 0 !important;
}


.course-page-testimonial {
padding-top: 0 !important;
}


@media (min-width: 1024px) {
.course-banner-buttons {
    top: -4px !important;
}
}

.component-course-overview-footer {
	padding-top: 25px !important;
}

#infoTable {
  /* border: 0.1px solid #cfdae0; */
  margin: 0;
  width: 90%;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.infoHeader {
  background-color: #F7F7F7;
  border: none;
  color: #596781;
  font-size: 20px;
  width: 100%;
  min-width: 100%;
  font-weight: bold;
  padding: 2px 0 2px 10px;
}

.info-data {
  /* font-size: 13px; */
  padding: 0 !important;
}

.info-content {
  padding: 2px 0 2px 10px;
}

.fragments--trapeze {
    display: none !important;
}



