/**
 * Html.
 */
html, body {
    width: 100vw;
    overflow: hidden;
    font-size: 12px !important;
    line-height: 25px !important;
}

a {
   text-decoration: underline;
}
#content{
    padding-top: 80px;
    clear: both;
}
h1 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
/**
 * Wrapper.
 */
#wrapper {
    border: 0;
    margin: 0;
    max-width: 100vw;
}
/**
 * Print.
 */
.non-printable {
    display: none !important;
}
.printable-only {
    display: block !important;
}
