/* Print
   ========================================================================== */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    /*
    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    */

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    section {
        padding: 0px;
        width: 90%;
    }

    article {
        padding-bottom: 0px;
    }

    button {
        display: none;
    }

    input {
        border: 0px;
        text-align: right;
    }

    #section_introduction, #result_contact {
        display: none;
    }

    .result_icons, .icon_helpbox, #dm_icon_help {
        display: none;
    }

    .result_spacer:nth-last-child(-n+3) {
        display: none;
    }

    .jobcolumn_header_01, .jobcolumn_01 {
        padding-left: 0px;
    }

    .jobcolumn_header_01, .jobcolumn_header_02, .jobcolumn_header_03, .jobcolumn_header_04,
    .jobcolumn_01, .jobcolumn_02, .jobcolumn_03, .jobcolumn_04 {
        height: 50px;
    }

    section:last-of-type {
        margin-bottom: 0px !important;
    }

    #wrapper_result {
        padding: 0px;
    }

    .jobcolumn_01, .jobcolumn_02, .jobcolumn_03, .jobcolumn_header_01, .jobcolumn_header_02, .jobcolumn_header_03 {
        width: 33%;
    }

    .job_input {
        width: auto;
    }

}