/* Top-right site navigation (Research / Teaching / CV) */

.site-nav {
  text-align: right;
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}

.site-nav a {
  display: inline-block;
  margin-left: 22px;
  font-size: 15px;
  font-weight: bold;
  color: #39c;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover {
  color: #069;
}

.site-nav a.active {
  color: #222;
  border-bottom-color: #39c;
}

/* Teaching section list */

.teaching-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.teaching-list li {
  margin-bottom: 18px;
  line-height: 1.5;
}

.eval-link {
  margin-left: 6px;
  text-decoration: none;
}

/* On narrow screens (the minimal theme stacks columns below 720px),
   center the nav so it doesn't hug the edge awkwardly. */
@media print, screen and (max-width: 720px) {
  .site-nav {
    text-align: center;
  }

  .site-nav a {
    margin: 0 10px;
  }
}
