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: 0px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
  
}

a {
    text-decoration: none;
}

h1 a {
    color:#333;
    text-decoration:none;
    font-weight:700;
    font-size:3rem;
}

.table-header td {
    text-align: center;
}

.table-header td a {
    color:#fff;
    text-decoration:none;
}

table tr.table-light td {
    background: #f4f4f4;
}


table tr:hover td {
    background: #efefef;
}

table tr td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.container-lg {
    max-width:968px !important;
}