/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 80px;
}

.section {
  padding: 30px 0px 0px 0px;
}

.bg-highlight {
  background-color: #eef4ff;
  padding: 0px 0px 30px 0px;
}

.bg-no-highlight{
  padding: 0px 0px 30px 0px;
}

.staff {
  display: inline-block;
  width: 200px;
  text-align: left;
  margin: 10px 20px 30px 0px;
}

.staff-photo img {
  width: 140px;
  margin-bottom: 10px;
}

.staff a:link {color: black;}
.staff a:visited {color: black;}
.staff a:hover {color: black;}
.staff a:active {color: black;}

.su-logo {
  width:50px;
}

.schedule-header th {
  padding: 5px 10px 5px 10px;
  border-top: none;
  border-bottom: 1px solid black;
}

.schedule-row {
  border: none;
}
 
.schedule-row td {
  padding: 5px 10px 5px 10px;
}
