@media print {

    body, html {
        height: 1025px !important;
    }

    .print {
        display: inline-block;
    }

    @page {
        margin: 0;
    }

    body {
        background: #fff;
        color: #000;
    }

    body a {
        color: #2D5A81 !important;
    }

    body, html, h1, h2, .print-left-column, .print-right-column, .container.primary {
        margin: 0 !important;
        padding: 0 !important;
    }

    h2 {
        text-align: left;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
        padding: 8px 0 10px 0 !important;
    }

    * {
        font: 12pt Arial, "Times New Roman", Times, serif;
        line-height: 1.3;
        /*color: #000;*/
    }

    .print-hide {
        display: none !important;
    }

    .well {
        border: none;
    }

    section {
        border: none;
    }

    .photo img {
        filter: drop-shadow(1px 1px 3px gray);
        width: 140px;
        display: block;
    }

    .thumb-pic img {
        width: 60px;
        height: auto;
    }

    .thumb-pic .print-specialThumb {
        position: relative;
        top: 15px;
    }

    p {
        margin: 0;
        padding: 0;
    }

    aside {
        width: 300px;
        border-radius: 0;
    }

    .photo {
        width: 100%;
        display: inline-block;
        margin: 15px 0;
    }

    .photo img {
        margin: 0 auto !important;
    }

    aside .well {
        border-right: 2px solid #D2D2D6;
        border-radius: 0;
        padding: 15px;
        height: 1025px;
        background: #F2F2F2;
    }

    .print-left-column {
        float: left !important;
    }

    main {
        float: right;
        height: 500px !important;
    }

    main section {
        padding: 0 25px 0 15px;
    }

    main h2 {
        position: relative;
        left: -3px;
    }

    .print-right-column {
        float: right !important;
        width: 505px;
        height: 1025px;
    }

    .container.primary {
        clear: both;
        margin: 0 !important;
        padding: 0 !important;
    }

    p, .item, i, .item-content, .print-smaller {
        font-size: 13px !important;
    }

    .item p {
        margin-top: 20px;
        position: relative;
        top: -10px;
        color: #535354;
        text-align: justify;
    }

    .well .lang {
        width: 120px;
    }

    .item a {
        color: #2D5A81 !important;
        font-size: 13px !important;
        padding: 0;
        text-decoration: none !important;
    }

    .item {
        margin: 0 0 5px 0 !important;
    }

    .print.subtitle {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        text-transform: capitalize !important;
        font-family: Arial;
        width: 100%;
        text-align: center;
    }

    h1.print-title {
        color: #000;
        font-size: 27px;
        text-transform: capitalize !important;
        font-family: Arial;
        display: block;
    }

    h2.small-title {
        color: #000;
        font-size: 17px;
        margin-top: 20px !important;
        display: block;
    }

    .ampersant {
        font-size: 12px;
        font-weight: bold;
    }

    .tagcloud a {
        font-weight: bold;
        font-size: 17px;
    }

    .tagcloud .lang {
        font-weight: bold;
        color: #535354;
        font-family: 'Roboto Slab';
        display: block;
        font-size: 14px;
    }

    h1 {
        text-align: center !important;
    }

    .detail i {
        width: 19px;
    }

    .detail a {
        text-decoration: none;
    }

    .print-footer {
        font-size: 12px;
        position: absolute;
        right: 225px;
        bottom: 3px;
    }

    * {
        border: none;
    }
}