<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 14px;
}

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

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

body {
  margin-bottom: 60px;
}

/* 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;
}

a {
    text-decoration: none;
}

@media print {
    .noprint {
        display: none !important;
        color: #337ab7;
    }

    body {
        /*My stuff below*/
        padding-top: 0px;
        margin-top: 0mm;
        margin-bottom: 15mm;
        margin-left: 0mm;
        margin-right: 0mm
    }

    h2 {
        padding-top: 0px;
    }

    .half {
        padding: 1%;
        width: 47%;
    }
}
</pre></body></html>