b{
  font-weight: bold !important;
}
.mb-0{
  margin-bottom: 0 !important;
}
.aux-section-table{
  border: 2px solid #d1d1d1;
  border-collapse: separate;
  border-spacing: 0px;
  thead{
    th{
      background-color: #eaeaea;
      color: black;
      border: #d1d1d1 1px solid;
      font-weight: bold;
    }
  }
  tbody{
    ul{
      margin: auto;
    }
    ul .instructor, ul .schedule-item{
      list-style: none;
      margin-bottom: .5rem;
    }
    ul .schedule-item{
      align-items: center;
      column-gap: 1rem;
      display: flex;
      flex-wrap: wrap;
      padding-bottom: .5rem;
      row-gap: .125rem;
    }
    ul .instructor:last-child, ul .schedule-item:last-child{
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    td{
      border: 1px solid #d1d1d1;
    }
    tr:nth-child(even){
      background-color: #eaeaea;
      td{
        border: #d1d1d1 1px solid;
      }
    }
    tr td ul .schedule-item .schedule-item__day-times::before, tr td ul .schedule-item .schedule-item__location::before{
      position: relative;
      top: .15rem;
      content: '';
      mask-image: url(https://aux.tamu.edu/icons/aux-prod-icons/clock.svg);
      mask-repeat: no-repeat;
      display: inline-block;
      width: 1rem;
      height: 1rem;
      background-color: #500000;
      margin-right: .5rem;
    }
    tr td ul .schedule-item .schedule-item__location::before{
      mask-image: url(https://aux.tamu.edu/icons/aux-prod-icons/location-dot.svg);
      margin-right: .25rem;
    }
  }
}
#courseContent + .html-content{
  margin: 1.25rem 0 0;
}
