@media print {
    * {
        box-sizing:border:box
    }

    body {
        width:100%!important;
        margin:0!important;
        padding:0!important;
        line-height:1.4;
        word-spacing:1.1pt;
        color:#000;
        background:none;
        font-size:12pt;
        letter-spacing:.2pt;
        font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
        font-weight:300;
    }

    h1,h2,h3,h4,h5,h6 {
        font-family: "Palatino Linotype", "Times New Roman", serif;
        font-weight:300;
        letter-spacing: -.1pt;
    }

    h1 {
        font-size:19pt
    }

    h2 {
        font-size:17pt
    }

    h3 {
        font-size:15pt
    }

    h4,h5,h6 {
        font-size:12pt
    }

    code {
        font:12pt Courier,monospace
    }

    blockquote {
        margin:1.3em;
        padding:1em;
        font-size:12pt
    }

    hr {
        background-color:#ccc
    }

    a img {
        border:none
    }

    a:link,a:visited {
        background:transparent;
        text-decoration:none;
        color:#333
    }

    a[href^="http://"] {
        color:#000
    }

    table {
        margin:1px;
        text-align:left
    }

    th {
        border-bottom:1px solid #333;
        font-weight:700
    }

    td {
        border-bottom:1px solid #333
    }

    th,td {
        padding:4px 10px 4px 0
    }

    tfoot {
        font-style:italic
    }

    caption {
        background:#fff;
        margin-bottom:2em;
        text-align:left
    }

    thead {
        display:table-header-group
    }

    tr, a {
        page-break-inside:avoid
    }

    .menutabs,input,select,textarea,button,#block-related-site,.footer,.mybreadcrumb,.sidebar,.myleft,.myleft h4 {
        display:none
    }

    #logo {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 22px;
        padding-bottom: 18px;
    }

    #logo img {
        width: 80px;
        height: auto;
    }

    .gen_left_sidebar_container > h3 {
        position: absolute;
        top: 22px;
        font-size: 26pt;
        right: 0px;
    }

    .sp_date {
        font-weight: 600;
        text-decoration:none!important;
        margin-bottom:-6pt;
        display: block;
    }

    .sp_txt {
        display:block;
        margin-bottom:24pt;
    }

    a[href] {
        position: relative;
    }

    a[href]:after {
        position: absolute;
        bottom:5px;
    }
}
