/*************************
    PRINT STYLESHEET
**************************/

@page {
    size: A4;
}

@media print {
    .header {
        position: relative;
    }

    .header.affix {
        position: relative;
        margin-top: 0;
    }

    .panel-body .row .col-sm-6 {
        page-break-inside: avoid;
    }

    .breadcrumb__container {
        display: none;
    }

    .representatives-list .intro_button {
        margin-top: 30px;
    }

    main {
        padding-top: 0;
    }

    .header__label-me-pls {
        display: none;
    }

    body:last-child {
        page-break-after: auto;
    }

    a:link:after, #content a:visited:after {
        content: " (" attr(href) ") ";
        display: none;
    }
    .representatives-list .panel-body{
        display: table;
        width: 100%;
    }
    .representatives-list .panel-body .representatives-list-row{
        display: table-row;
        width: 100%;
    }
    .representatives-list .panel-body .representatives-list-row .col-sm-6{
        display: inline-table;
        float: none;
        width: 32%;
    }
    .representatives-list  .accordion__header-party{
        display: none;
    }

    .representatives-list .panel {
        page-break-inside: avoid;
    }
}