
body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


h4 {
  font-size: x-large;
}

h5 {
  font-size: medium;
  font-weight: bold;
  color: #555;
}

p {
  margin-bottom: 16px;
  font-size: large;
  line-height: 1.8;
}

.panel-title,
figcaption,
caption {
  color: #333333;
  font-weight: 500;
  font-size: large;
}

ul,
.dropdown-menu,
#TOC,
#navbar {
  font-size: large;
  line-height: 1.8;
}

table {
  font-size: large;
}

a {
  color: #0065bd;
  text-decoration: underline;
  outline: 2px solid transparent;
  outline-color: transparent;
  outline-style: solid;
  outline-width: 2px;
  transition: color 0.2s, background-color 0.2s, outline 0.2s;
}

/* TOC ---------------------------------------------------------------------- */

.list-group-item.active {
    background-color: #0065bd;
    border-color: #0065bd;
}

.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #002d54;
    border-color: #002d54;
}

.tocify {
  border-radius: 4px;
}