
/*The title dividers, i.e. Instructor, TAs, etc.*/
div.title2 {
  font-size: 1.0em;
  font-weight: normal;
  background: #75B7A9; /*color of the bar*/
  color: #C91B4C; /*font color*/
  padding: 4px 15px;
  font-family: 'PressStart2PRegular';
}

#content ul.imglist {
  text-indent: 0;
  padding: 0 0 0 25px;
  overflow: hidden;
  margin: 10px auto;
}

#content ul.imglist li:before {
  content: "";
  margin: 0;
}

#content ul.imglist li {
  float: left;
  margin: 0 4px;
  overflow: hidden;
  width: 142px;
  text-align: center;
}

#content ul.imglist li.special {
  background: #950C7B;
  border: black;
  position: relative;
}

#content ul.imglist li.special div.banner {
  z-index: 1;
  background: white;
  position: absolute;
  width: 100%;
  font-weight: bold;
}

ul.imglist .wrap {
  max-width: 130px;
  overflow: hidden;
  margin: 5px auto;
  border: 2px solid black;
}

ul.imglist img {
  height: 180px;
  display: block;
  position: relative;
  margin: 0 auto;
}

#content div.hours {
  margin: 15px;
}

#content .hours table {
  margin: 15px auto;
  border-collapse: collapse;
  
}

#content .hours table td,
#content .hours table th {
  min-width: 50px;
  border: 1px solid gray;
  padding: 5px;
  font-family: 'PressStart2PRegular';
}

#content table.hours td:first-child {
  text-align: right;

}

/*the color of the filled boxes on the hours chart*/
#content td.staffed {
  background-color: black;
  border: 0;
  color: #EE2931;
  text-align: center;
  font-family: 'PressStart2PRegular';
  font-size: 12px;
  padding: 5px
}
}


