.courses-wrapper{
  padding:5px;
  margin: 0 auto;
  text-align: center;
}
.courses-wrapper h2{
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid grey;
}
.courses-wrapper h4{
  background-color: #E53935;
  font-weight: normal;
  padding: 12px 0 12px 15px;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  text-align: left;
}

.courses-wrapper table{
  width: 100%;
  text-align: left;
  border-color: grey;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

.courses-wrapper table tbody td, .courses-wrapper table tbody th {
    padding: .5rem .625rem .625rem;
}

.courses-wrapper table tr:nth-child(even) {
  background-color: #FAFAFA;
}
.courses-wrapper table th{
  border-bottom: 1px solid grey;
  font-weight: normal;
}
.courses-wrapper table td.waitlist{
  border-bottom: none;
  text-align: center;
  border-bottom: 1px solid grey;
}
.courses-wrapper table td.gpa{
  font-size: 11px;
  text-align: left;
}
.courses-wrapper table tr td:nth-child(1) {
  width: 50px;
}
.courses-wrapper table tr td:nth-child(2){
  width: 30px;
}
.courses-wrapper table tr td:nth-child(4){
  width: 30px;
}
.courses-wrapper table tr td:nth-child(5) {
  width: 38px;
}
.courses-wrapper table tr td:nth-child(6) {
  text-align: left;
  cursor: pointer;
  width: 50px;
}
.courses-wrapper table tr td:nth-child(7) {
  width: 50px;
}
.courses-wrapper table.past tr td:nth-child(4) {
  text-align: left;
}

.courses-wrapper table td{
  height: 32px;
  font-size: 12px;
  border: none;
}

.selectWrapper{
  background-color: #E53935;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom:15px;
}

.selectWrapper select, .selectWrapper h2{
  width: 300px;
  background-color: #E53935;
  border: none;
  color: white;
  font-size: 10px;
  outline: none;
}
.selectWrapper select option{
  border: 1px solid #AAA;
  box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}
