.md-header__button.md-logo img, .md-header__button.md-logo svg {
    height: 1.5rem;
    width: 1.5rem;
}

.md-typeset h1.course-title {
  color: var(--course-title-color);
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 500;
}

[data-md-color-scheme="default"] {
  --course-title-color: #003B70;
}
[data-md-color-scheme="slate"] {
  --course-title-color: #66B2FF;
}

.md-typeset h3.course-school-term {
  margin-top: 0;
  padding-top: 0;
}

.md-typeset a.instructor-link {
  color: var(--instructor-link-color);
  display: inline;
}

[data-md-color-scheme="default"] {
  --instructor-link-color: #003B70;
}

.md-typeset table,
.md-typeset details
{
  font-size: 18px;
}
.md-typeset .admonition,
.md-typeset details {
  font-size: 18px
}
th, td {
    border: 1px solid var(--md-typeset-table-color);
    border-spacing: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
}
.md-typeset__table {
    line-height: 1;
}
.md-typeset__table table:not([class]) {
    font-size: .75rem;
    border-right: none;
}
.md-typeset__table table:not([class]) td,
.md-typeset__table table:not([class]) th {
    padding: 9px;
}
/* light mode alternating table bg colors */
.md-typeset__table tr:nth-child(2n) {
    background-color: #f8f8f8;
}
/* dark mode alternating table bg colors */
[data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
    background-color: #17191F;
}

.md-badge-purple {
    display: inline-flex;
    align-items: center;
    border-radius: 0.375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    margin-top: 1rem;
    font-size: 0.675rem;
    line-height: 1rem;
    font-weight: 700;
    color: #6b21a8;
    background-color: #E9D5FF;
  }

  .md-nav-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 0.375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    font-size: 0.725rem;
    line-height: 1rem;
    font-weight: 700;
  }
  .md-nav-badge-canvas {
    color: #f3f4f6;
    background-color: #003B70;
  }
  .md-nav-badge-gradescope {
    color: #f3f4f6;
    background-color: #0096FF;
  }
  .md-nav-badge-calendly {
    color: #f3f4f6;
    background-color: #505960;
  }
  
.md-cal-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 0.375rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.675rem;
    line-height: 1rem;
    font-weight: 700;
    color: #ffffff;
  }
  .md-cal-badge-black {
    background-color: #000000;
  }
  .md-cal-badge-yellow {
    background-color: #dcc200;
  }
  .md-cal-badge-purple {
    background-color: #9200be;
  }
  .md-cal-badge-gray {
    background-color: #7e7e7e;
  }
  .md-cal-badge-blue {
    background-color: #006aff;
  }
  .md-cal-badge-red {
    background-color: #d40000;
  }
  .md-cal-badge-green {
    background-color: #007614;
  }

.cal-table-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cal-table {
  width: 85%;
  table-layout: fixed;
  text-align: left;
  border: 1px solid #D9D9D6;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
[data-md-color-scheme="slate"] .cal-table {
    border: 1px solid #4e4e4e;
    box-shadow: 2px 2px 6px rgba(200, 200, 200, 0.05);
}
.cal-table colgroup col {
  border: none;
}
.cal-row th {
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
  padding-left: 2rem;
  font-size-adjust: 0.75;
  font-weight: bold;
  border-bottom: 1px solid rgba(217, 217, 214, 0.30);
}
[data-md-color-scheme="slate"] .cal-row th {
    border-bottom: 1px solid rgba(78, 78, 78, 0.30);
}
.cal-row td {
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
  border-right: 1px solid rgba(217, 217, 214, 0.30);
  border-bottom: 1px solid rgba(217, 217, 214, 0.30);
}
[data-md-color-scheme="slate"] .cal-row td {
    border-right: 1px solid rgba(78, 78, 78, 0.10);
    border-bottom: 1px solid rgba(78, 78, 78, 0.10);
}