/*! Place your custom styles here */

.bar .logo {
  max-height: 4em;
  max-width: none;
}

table th,
table td {
  padding: 0.92857143em;
  font-weight: 400;
  font-size: 1.15714286em;
  a:link { color: red; }
}

.comment .comment__body {
  width: 95%;
  float: right;
}

.fixedNAV {
  overflow: hidden;
  background-color: white;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 999;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

/* Page content */
.main-container {
  padding-top: 100px;
}

.type--bold {
  font-weight: 500;
}

