/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
*/
.header, .header-space {
    height: 50px;
    width: 100% !important;
}

.footer, .footer-space {
    height: 125px;
}

.header {
    position: fixed;
    top: 0;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.new-footer {
    height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.table-row th, .table-row td {
    border: 1px solid black;
    font-size: 13px;
    text-align: center;
    padding-left: 15px;
    line-height: 16px;
    margin: 0;
}

.table-row th {
    font-weight: bold;
}
