/**
 * Custom CSS
 * Use this file to override styles if you feel uncomfortable editing
 * component stylesheets.
 ============================================================================ */

.paragraph--type--short-courses .online-classes {
  padding-top: 0;
}
.paragraph--type--short-courses .online-classes table thead tr th {
  color: black;
  background: #fff;
  border: 2px solid #707070;
}
.paragraph--type--short-courses .online-classes table tr td {
  border: 2px solid #707070;
}

.paragraph--type--short-courses .online-classes .course-title h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-left: 15px;
  border: 2px solid #c4c4c4;
  border-bottom-width: 0;
}

.page-node-type--admissions
  .paragraph--type--admission-information
  .information-wrapper
  .admission-information-content
  h4 {
  text-transform: inherit;
}

@media only screen and (max-width: 720px) {
  .paragraph--type--short-courses .online-classes .course-title h4 {
    margin-bottom: 10px;
  }
}
