@media print {

    @page {
        margin: 0.5cm;
    }
    body {
        background: none;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 10pt;
        font-weight: 400;
    }

    .photo img {
        width: 150px;
        height: auto;
    }

    .showreel {
        display: none;
        visibility: hidden;
    }

    h1 {
        font-weight: 200;
        font-size: 15pt;
    }

    h2 {
        font-weight: 200;
        font-size: 12pt;
    }

    h3 {
        font-weight: 700;
        font-size: 10pt;
    }

    h1>strong,
    h2>strong {
        font-weight: 900;
    }

    h2 span.med {
        font-weight: 400;
    }

    a,
    a:active,
    a:visited,
    a:focus {
        color: black;
        text-decoration: none;
    }

    .eikon {
        text-decoration: underline;
    }

    header,
    section {
        margin-bottom: 1cm;
    }

    section h2 {
        margin: .5cm 0 .75cm 0;
    }

    section table tbody tr td:not(.lng table tbody tr td) {
        padding-bottom: .5cm;
    }

    section table tbody tr td:first-child:not(.lng table tbody tr td) {
        font-weight: 700;
        width: 30%;
    }

    .lng table tbody tr td {
        width: auto;
    }

    section ul {
        padding: 0;
    }

    section ul li {
        list-style: none;
    }

    section p,
    section address {
        margin: 0;
        padding: 0;
    }
}
