body {
  overflow-y: scroll;
  padding-top: 0;
}

body > .container, body > .container-fluid {
  padding-top: 10px; /* To make the container go all the way to the bottom of the topbar */
}

footer {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #CCC;
}

footer a {
  color: #000;
}

/* Headings */
h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

/* Bootstrap Header Offset */

:target:before {
  content: "";
  display: block;
  height: 60px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}

table.ninfo-compact tr {
  margin-bottom: 10px;
  display: block;
}
table.ninfo-compact th, table.ninfo-compact td {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  table.responsive {
      border: 0;
  }

  table.responsive thead {
      display: none;
  }

  table.responsive tr {
      margin-bottom: 10px;
      display: block;
  }

  table.responsive tr:after {
      content: "";
      display: table;
      clear: both;
  }

  table.responsive tr:before {
      display: block;
      border-bottom: 2px solid #ddd;
  }

  table.responsive th {
      box-sizing: border-box;
      display: block;
      width: 100%;
  }

  table.responsive td {
      box-sizing: border-box;
      display: block;
      float: left;
      clear: left;
      width: 100%;
      text-align: right;
      font-size: 13px;
  }

  table.responsive td:last-child {
      border-bottom: 0;
  }

  table.responsive td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
  }
}