@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
    a[href]:after {
        content: none !important;
    }

    html {
        height: 100%;
    }
    html,
    body {
        min-height: 100%;
    }
    body {
        position: relative;
        padding-bottom: 140px;
    }


    #page_bottom {
        position: static;
    }
    #footer {
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
    }
    #footer > .row {
        padding-bottom: 0;
    }
    #footer > .row > div:first-child {
        padding-left: 0;
    }

    #loader,
    #loader_fs,
    .page_top_line,
    .top_tools,
    .header_top_line,
    .header_bottom_line,
    .alert-cookies,
    #login,
    #currencies,
    #links,
    #icons,
    .fb-like,
    #_hj_feedback_container {
        display: none !important;
    }

    header .header_bottom_line {
        height: auto !important;
    }
    #logo-wrapper {
        position: relative;
    }

    #logo a {
        background: none !important;
    }

    #content {
        margin-top: 0;
    }
    .container,
    #content .container {
        max-width: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .company-find-jobs {
        margin-top: 0;
    }

    .v_list {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        margin-bottom: 5px;
    }
    .v_list,
    .v_list tr th,
    .v_list tr td {
        border: #cccdd0 1px solid !important;
    }
    .v_list th.v_expand,
    .v_list td.v_expand {
        display: none !important;
    }
    .v_list th.v_position,
    .v_list td.v_position {
        border-right: #cccdd0 1px solid !important;
    }
}