body {
  margin: 0px; }

.header-bar {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 40px;
  z-index: 10;
  border-bottom: 1px solid #d2d2d2;
  box-shadow: 0px 1px 2px #d2d2d2;
  background-color: white; }
  .header-bar .hamburger-container {
    position: fixed;
    top: 7px;
    left: 20px;
    cursor: pointer;
    display: none; }
  .header-bar .logo {
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 20px;
    font-style: italic; }
    .header-bar .logo img {
      height: 23px; }

.side-bar {
  z-index: 5;
  position: fixed;
  top: 40px;
  bottom: 0;
  overflow-y: auto;
  left: 0px;
  width: 200px;
  height: 100vh; }
  .side-bar ul {
    list-style-type: none; }
    .side-bar ul li {
      padding-bottom: 4px; }
    .side-bar ul > li a {
      text-decoration: none;
      color: black; }
      .side-bar ul > li a.active {
        color: #a10847;
        text-decoration: underline; }
    .side-bar ul h3 {
      margin-bottom: 8px; }

#content-container {
  margin-top: 40px;
  margin-left: 200px;
  padding: 10px 15px;
  font-size: 16px; }

#footer {
  width: 100%;
  text-align: center;
  border-top: 1px solid #d2d2d2;
  box-shadow: 0px -1px 2px #d2d2d2;
  background-color: white;
  padding: 5px;
  font-style: italic;
  color: #1d365d;
  bottom: 0px; }

@media all and (max-width: 850px) {
  .header-bar {
    height: 30px; }
    .header-bar .hamburger-container {
      display: block; }
    .header-bar .logo {
      font-size: 16px;
      position: absolute;
      top: 7px;
      left: 50%;
      font-style: italic;
      margin-left: -10px; }
      .header-bar .logo img {
        height: 15px; }
  .side-bar {
    top: 30px;
    background-color: rgba(250, 250, 250, 0.98);
    transition: all 0.3s;
    box-shadow: 3px 0px 2px #d2d2d2;
    width: 0px; }
  #content-container {
    margin-top: 30px;
    margin-left: 0px; }
  body.side-bar-shown .side-bar {
    width: 200px; } }

#description {
  width: 90%;
  margin: auto;
  box-shadow: 0px 0px 12px #888888;
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 1px;
  padding: 10px;
  font-size: 16px; }
  #description #description-title {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #888888; }
  #description #description-body {
    padding-top: 8px; }
  #description.hidden {
    display: none; }

.input-table {
  margin: 0px auto;
  box-shadow: 0px 0px 2px black;
  border-collapse: collapse; }
  .input-table th, .input-table td {
    border: 1px solid black; }
  .input-table td {
    padding: 5px; }
  .input-table button {
    padding: 6px;
    color: white;
    background-color: #235ebc;
    border-radius: 3px;
    border: 1px;
    cursor: pointer; }
  .input-table input[type='text'] {
    background-color: #f4f4d2;
    font-size: 14px; }

.text-center {
  text-align: center; }

.calculation {
  font-size: 18px; }

h4 {
  text-align: center; }

h1.pretty {
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  font-size: 36px;
  text-align: center;
  color: white;
  text-shadow: 1px 1px black;
  background-color: #89073c; }

.red {
  color: red; }

.board {
  margin: auto; }
