﻿@media print {

    #header,
    #navigation,
    #subnavigation,
    #widecontent > .media-placeholder,
    #related,
    #footer,
    #nav,
    #push,
    .pager,
    #share .share-label,
    #share .facebook,
    #share .twitter,
    #share .email,
    #share .feedback,
    #tellafriend,
    #feedbackform .form,
    .d-print-none
    {
        display: none;
    }

    body {
        font-family: 'Times New Roman', serif;
        font-size: 75%;
        background-color: #ffffff;
    }

    #structure,
    #fullcontent,
    #wrap,
    #widecontent {
        width: 100%;
        float: none;
        background-color: #f2f2f2;
    
    }

    #content {
        width: 75%;
        float: none;
    }

    h1, h2, h3, h4, h5, h6, th {
        font-family: Arail, sans-serif;
        font-size: 100%;
    }

    h1 {
        font-size: 116.7%;
    }

    p {
        width: 80%;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
        border: solid 1px #333;
    }

    table tr {
        border-bottom: solid 1px #333;
    }

    table th {
        font-weight: 700;
        text-align: left;
        padding: 5px !important;
        border: none !important;
        color: #000;
        background-color: #fff;
    }

    table td {
        border: none !important;
        padding: 5px !important;
    }

    blockquote, q {
        quotes: none;
        font-family: Georgia, serif;
        font-style: italic;
    }

        blockquote:before, blockquote:after,
        q:before, q:after {
            content: '';
            content: none;
        }

    #epi-quickNavigator {
        display: none !important;
    }
}
