body {
    font-family: Trebuchet, Calibri, Arial, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    zoom: 1;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Trebuchet, Calibri, Arial, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Subsection headings under People: no underline/border */
h3 {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.label {
    border-radius: 9px;
    padding: 5px;
    color: white;
}

th {
    width: 10%;
}

td:first-of-type {
    width: 60%;
}

td:last-of-type {
    width: 30%;
}

table {
    border: 2px solid;
}

button > a {
    color: white;
    text-decoration: none;
}

button {
    border: none;
    border-radius: 4px;
}

.border {
  color:#069;
  font-weight: bold;
}

.sidebar-logo {
    height: auto !important; 
    width: 120px !important; 
}

/* Center sidebar nav items and logo */
.sidebar-logo-link {
    display: flex !important;
    justify-content: center !important;
}

#quarto-sidebar .sidebar-item,
#quarto-sidebar .sidebar-item-text {
    text-align: center !important;
}

#quarto-sidebar nav {
    text-align: center !important;
}


/* Faculty name link */
a.faculty-name-link {
    color: #1a6aab;
    text-decoration: none;
}

a.faculty-name-link:hover {
    text-decoration: underline;
}