.day {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: -0.9375em;
  margin-left: -0.9375em;
  max-width: none;
  width: auto;
}

.paper {
  padding: 10px;
  margin-bottom: 4px;
}

.day-span {
  display: inline-block;
  color: white;
  padding: 3px 10px 3px 10px;
  background-color: grey;
  border-radius: 5px;
  margin-bottom: 10px;
}

.time {
  margin: 0px;
  font-size: 20px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: normal;
  vertical-align: middle;
}

.class-title {
  font-size: 12px;
}

.weekly {
  font-size: 12px;
}

.class-card{
  margin-bottom: 15px;
  text-align: left;
}

.courses-wrapper table.class-section tr td:nth-child(1) {
  width: auto;
}
.courses-wrapper table.class-section tr td:nth-child(2){
  width: 70px;
}
.courses-wrapper table.class-section tr td:nth-child(3){
  width: 150px;
}
.courses-wrapper table.class-section tr td:nth-child(4){
  text-align: center;
  cursor: pointer;
  width: 50px;
}
.courses-wrapper table.class-section th {
  border-bottom: 0px;
  color: rgba(0, 0, 0, 0.54);
  font-size:1.1em;
}
.courses-wrapper table.class-section tr.col-title{
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
