/**
 * Html.
 */
html, body {
    height: 100vh;
    overflow: hidden;
    font-size: 12px !important;
    line-height: 18px !important;
}
#content{
    padding-top: 80px;
}

/**
 * Wrapper.
 */
#wrapper {
    border: 0;
    margin: 0;
}
ul{
    margin-left: 1em;

}
li {
list-style-type: square;
}

#wrapper,
#footer,
#about {
    background: #fff !important;
}

/**
 * Print.
 */
.non-printable {
    display: none !important;
}

.printable-only {
    display: block !important;
}