@media print
{
    @page
    {
        size: 330mm 427mm;
        margin: 14mm;
        /*margin-top: 24mm;*/
    }

    *
    {
        border-color: #000 !important;
    }

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

    .container
    {
        width: 1170px;
    }

    .get-pdf,
    .footer
    {
        display: none;
    }

    .icon-link:before
    {
        content: "";
    }

    .underlined
    {
        border-bottom: 1px dotted #333 !important;
        /*border-bottom: 1px solid #333 !important; for print*/
        height: 2px;
        margin: 1px 0;
        -webkit-print-color-adjust: exact;
    }

    div.section
    {
        margin-bottom: 2em; /* 4em */
        page-break-inside: avoid;
    }

    .section-title
    {
        background-color: #333 !important;
        -webkit-print-color-adjust: exact;
    }

    .section-title span
    {
        background:#fff !important;
    }
}
