@media all {
    /* RESET */
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        background: transparent;
    }
    body {
        background-color: #ddd;
        padding: 7px;
        margin: 0;
        font-size: 10pt;
        text-align: center;
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        font-size: 12px;
        color: #000;
    }
    div.clear {
        clear: both;
        height: 0;
        background: none !important;
    }
    #certificate-body,
    #certificate-controls {
        width: 680px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }
    #certificate-body {
        border: 2px solid #205785;
        -webkit-border-radius: 10px;
        background-color: #fff;
        padding: 10px;
    }
    #certificate-body img {
        margin: 0 auto;
    }
    #certificate-body p {
        font-size: 1em;
        line-height: 140%;
        margin: 0 0 1em 0;
        min-height: 18px;
        min-width: 30px;
        display: block;
        clear: both;
    }
    #certificate-body h1 {
        color: #205785;
        font-size: 1.8em;
        margin: 10px;
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    }
    #certificate-body h2 {
        color: #205785;
        font-weight: bold;
        font-size: 1.3em;
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 10px;
    }
    #certificate-body input[type="text"] {
        border: solid 1px #aaa;
        font-size: 1.2em;
    }
    #certificate-logos {
        width: 560px;
        margin: 10px auto;
        padding-top: 20px;
    }
    #certificate-logos img {
        margin-bottom: 10px;
    }
    #certificate-detail p {
        font-size: 1.3em;
    }
    #important-notice {
        padding: 5px;
        background-color: #eee;
        border: 1px solid #aaa;
        margin-top: 20px;
    }
    #important-notice h2 {
        margin: 0 0 10px 0;
    }
    .access {
        position: absolute;
        left: -9999em;
        width: 1px;
        height: 1px;
        float: left;
    }
    #assessment-detail {
        width: 30%;
        text-align: center;
        margin: 0 auto;
        display: none;
    }
    #assessment-completion-status {
        padding: 5px 0;
        text-align: centre;
        color: #000;
        font-weight: bold;
    }
    .pass {
        border: solid 1px #BEB;
        background-color: #EFE;
    }
    .fail {
        border: dashed 2px #FBB;
        background-color: #FDD;
    }
}

@media print {
    body {
        background-color: #fff;
    }
    .noPrint {
        display: none;
    }
    .print_hide_border {
        border-width: 0px;
    }
}