.class-schedule-component-wrapper h2 {
  margin-bottom: 15px;
}

table.dataTable {
  max-width: 100%;
}

.schedule th,
.subclasses td {
  border-right: #fff 1px solid
}

.schedule th {
  color: #fff !important;
  background-color: #53257f;
  text-transform: initial !important;
  padding-bottom: 8px !important;
}

.schedule .panel-group {
  margin-bottom: 0
}

.schedule .panel {
  border-radius: 0
}

.schedule .sidebar {
  height: 100%
}

.schedule .semester .panel-heading {
  color: #fff;
  background-color: #53257f
}

.options {
  margin-bottom: 60px;
}

small {
  font-size: 60%;
}

.gs-holder,
.aa-classes {
  text-align: right;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/177530/cdevvid.jpg");
  background-color: #53257F;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  //background-blend-mode: multiply;
  height: 600px;
}

.aa-classes h2:after {
  content: '';
}

.gs-holder::before,
.aa-classes::before {
  background-color: #53257FF0;
}

.aa-cp {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/177530/cd1.jpg") no-repeat top right;
  background-size: cover;
  height: 600px;
}

.aa-cp::before {
  background-color: rgba(238, 238, 238, .86)
}

h2.getstarted {
  padding-top: 160px;
}

h2.getstarted a {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 18px;
  line-height: 2;
  font-size: 1.6em;
  font-weight: 300;
}

h2.getstarted a:hover {
  background-color: #53257F;
}


.help {
  margin: 120px 0px;
}

.help p {
  font-size: 0.8em;
}

.help a {
  color: #53257F;
}

.help img {
  height: 90px;
}

@charset "UTF-8";

.anchor {
  margin-top: -100px;
}

table.table tr th {
  vertical-align: middle;
  text-align: center;
  font-weight: 300;
  line-height: 1.1;
}

table.table tr td {
  padding: 12px;
  vertical-align: middle;
  text-align: center;
}

table.table tr.child td {
  text-align: left;
}

.mellow {
  color: #ccc;
}

.topic {
  color: #333;
  font-size: 0.8em;
}

.subjcrse {
  font-weight: 600;
}

.copybutton {
  padding: 2px;
  margin-right: 4px;
  background-color: transparent;
}

.copybutton svg {
  width: 24px;
  height: 24px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  background-color: #53257F;
  border: none;
  box-shadow: none;
  color: #fff;
  font-family: "FontAwesome";
  content: "\f129";
  font-weight: normal;
  padding: 3px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
  background-color: #000;
  border: none;
  box-shadow: none;
  color: #fff;
  content: "x";
  padding: 1px 1px 3px 2px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
  padding-left: 36px;
}

.collapse-header {
  position: relative;
  margin-bottom: 10px;
  padding: 12px 36px 12px 18px;
  display: block;
  background-color: #53257F;
  overflow: hidden;
}

.collapse-header h4 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  text-decoration: none;
}

.collapse-header::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translateX(-100%);
  transition: 0.3s;
}

.collapse-header::after {
  font-family: "Glyphicons Halflings";
  content: "‣";
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2em;
  line-height: 1em;
  color: #fff;
  transition: 0.2s;
}

.collapse-header.collapsed {
  background-color: #53257F;
}

.collapse-header.collapsed::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.collapse-header:hover::before {
  transform: translateX(0);
}
