﻿body {
    background-color: #A1A1A1;
    color: #4B4B4B;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 40px;
    padding-top: 20px;
}

i {
    padding-right: 0.25em;
    padding-left: 0.25em;
}

.wrapper {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.30), 0 0 40px rgba(0, 0, 0, 0.10) inset;
    padding: 50px 40px 19px 40px;
    max-width: 980px;
}

.header h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    white-space: nowrap;
}

.header h2 {
    font-size: 1.2em;
    margin-top: 0;
}

.section {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.sub-section {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.sub-section-header {
    font-weight: bold;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

@media print {
    body {
        margin: 0;
        padding: 0 !important;
        min-width: 768px;
    }

    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}
