body, html {
    height: auto;
}

#wrapper{
    font-size: 12px;
    line-height: 16px;
    border: none;
    padding: 0 !important;
    margin: 20px 0 0 !important;
}
.logo img{
    max-width: 400px;
    max-height: 200px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#content{
    margin-top: 30px !important;
}
.non-printable {
    display: none !important;
}
.print-only {
    display: block;
}

.content {
    margin: 40px 0 0;
}
article {
    background-color: #ffffff;
}
h1 {
    font-size: 22px;
}