html, body {
    height:99%;
    color: black !important;
}

.non-printable {
    display: none !important;
}
.print-only {
    display: block;
    margin-top:60px;
}
#location .print-only {
    margin-top:0px;
}
body {
    font-size: 16px;
    line-height: 20px;
}
.logo {
    width:100%;
}
h1 {
    font-size:22px;
}
h3 {
    font-size:18px;
}
header, footer {
    position:relative;
}
#wrapper {
    padding-top:0px;
    box-shadow: none;
}
.content {
    margin:0px;
    padding-top:0px;
    padding-bottom:0px;
}
section {
    margin:10px 0px;
}
h2 {
    margin-bottom:20px;
}
h3 {
    color:#450B0B;
    margin-bottom:20px;
    margin-top: 20px !important;
}
.box {
    padding:0px;
    background: transparent;
    color:#000;
}