/* 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;
    }

    /* Custom
       ========================================================================== */
    .printonly {
        display: block;

        width: 125px;
        height: auto;

        margin-bottom: 50px;
    }

    header, footer, button, .hero_container {
        display: none;
    }

    article {
        padding: 0px;
    }

    /* Force background color to printer */
    div {
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        -ms-print-color-adjust: exact;
        -o-print-color-adjust: exact;
        print-color-adjust: exact;

        -webkit-printer-colors: exact;
        -moz-printer-colors: exact;
        -ms-printer-colors: exact;
        -o-printer-colors: exact;

        -webkit-color-adjust: exact;
        -moz-color-adjust: exact;
        -ms-color-adjust: exact;
        -o-color-adjust: exact;
        color-adjust: exact;
    }

    .result_profile_image {
        width: 20%;
        height: auto;
    }

    .result_profile_text {
        padding: 0px;
        padding-left: 50px;
    }

    .result_0_10, .result_90_100 {
        background-color: rgba(139, 31, 66, 0.75) !important; /* Bupl Bordeaux */
    }

    .result_10_25, .result_25_50, .result_50_75, .result_75_90 {
        background-color: rgba(139, 31, 66, 1.0) !important; /* Bupl Bordeaux */
    }

    .result_10_text {
        background-image: url("/images/percent_10.png") !important;
    }

    .result_25_text {
        background-image: url("/images/percent_25.png") !important;
    }

    .result_50_text {
        background-image: url("/images/percent_50.png") !important;
    }

    .result_75_text {
        background-image: url("/images/percent_75.png") !important;
    }

    .result_90_text {
        background-image: url("/images/percent_90.png") !important;
    }

}
