﻿@media print {
    hr {
        border-top: 1px solid #eee;
    }

    * {
        -webkit-print-color-adjust: exact;
    }

    .print-break-avoid {
        page-break-inside: avoid;
    }

    .table thead th {
        background-color: #ba0c2f !important;
        color: white !important;
    }

    .table {
        border-collapse: separate !important;
    }


    a:link:after,
    a:visited:after {
        content: "" !important;
    }

    abbr[title]:after {
        content: "" !important;
        text-decoration: none;
    }
    abbr[title] {
        text-decoration: none;
    }

    .d-block-sm {
        display: block !important;
    }

    .flex-grow-1-sm {
        flex-grow: 1;
    }

    .d-flex-print {
        display: flex;
    }

    .ml-4-sm {
        margin-left: 1.5rem;
    }

    .d-flex-md {
        display: flex;
    }

    .aside-content-container {
        border-left: 2px solid gray;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.detail-banner-color {
        display: none;
    }
    .detail-banner {
        display: none !important;
    }

    img.roadmap-arc-logo {
        display: block !important;
        width: 50px;
    }

    .control-box {
        display: none;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667% !important;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-3 {
        width: 25%;
    }

    html,
    body {
        /*width: 1024px;*/
    }

    body {
        margin: 0 auto;
        padding-top: 0 !important;
    }

    .document {
        padding: 0 0 !important;
        box-shadow: none;
        background-color: transparent;
        border: none;
    }

    main {
        padding: 0 0 !important;
    }

    header,
    nav,
    section,
    .control-box-container {
        display: none;
    }

    table thead {
        text-align: left;
        border: 1px solid #ba0c2f !important;
        page-break-inside: avoid;
        break-inside: avoid;
        page-break-after: auto;
        break-after: auto;
    }

    hr {
        border: none;
        border-style: none !important;
        clear: both;
        height: 1px !important;
        margin: 0 0 3rem;
    }

    main .page-section {
        padding: 0;
    }
}