/* CSS Document */

* {
    background-color: #FFF !important;
    background-image: none !important;
    color: #000 !important;
}

#wrapper,
main,
section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Cambria, "Times New Roman", serif !important;
    font-size: 12pt;
    line-height: 1.2;
}

h1, h2, h3 {
    color: #000 !important;
    margin-top: 15px;
    margin-bottom: 5px;
}

img {
    max-width: 50%;
    height: auto;
    margin: 10px 0;
    display: block;
}

main:before {
    content: "Printed version";
    display: block;
    padding: 8px;
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
    font-size: 11pt;
}
