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;
}

.regLabel {
    text-align: center;
    width: 15%;
    vertical-align: middle;
}

.regData {
    padding-left: 20px;
    text-align: left;
}


table {
    /*border: 1px solid black;*/
    table-layout: fixed;
    width: 75%;
}

pre {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    margin-top: 0px;
    margin-bottom: 0px;
}

th,
td {
    padding-top: 25px
}

.center {
    margin-left: auto;
    margin-right: auto;
}