* {
    background-color: transparent !important;
    color: black !important;
}

#wrapper {
    padding-top: 0;
    width: 1024px;
    max-width: 1024px;
}

#header {
    position: relative;
    height: auto;
    margin-bottom: 20px;
}

#navigation, #header-image {
    display: none;
}

main section {
    margin-top: 20px;
    margin-bottom: 0;
}

#content {
    padding: 0;
}

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

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