html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.header-table {
    width: 100%;
    border-bottom: 1px solid black;
}

.header-table tbody td {
    padding-bottom: 2px;
    font: 500 28px arial;
    color: #424242;
}

.header-table-logo {
    width: 112px;
    height: 68px;
    background-image: url(2023SQLogo_ColoredXGSQualityLogo.png);
    background-size: 112px 60px;
    background-repeat: no-repeat;
}

.header-table-text {
    vertical-align: bottom;
    padding-left: 10px;
}

.docs-table {
    margin-top: 20px;
    border: 1px solid black;
    border-collapse: collapse;
    font-family: Arial;
}

.docs-table td {
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
}

.docs-table thead tr td {
    background-color: #36A448;
    color: white;
    font-size: 16px;
}

.body-content footer {
    margin-top: 20px;
}