@charset "utf-8";


@media print {

    * {
        color: #000 !important;
        background-color: transparent !important;
        border-color: #000 !important;
    }

    main {
        margin: 0 !important;
    }

    section > div,
    section > figure {
        break-before: always;
    }

    section > figure + div {
        break-before: auto;
    }

    

    .id-buttons,
    .id-navigation {
        display: none !important;
    }

    blockquote,
    figure.councillor {
        border-color: #000;
    }

    .chart .toggle,
    .chart .chartholder {
        display: none !important;
    }

    .chart table {
        display: table !important;
    }

    .side-by-side {
        margin: 4em auto;
        padding: 0;
        max-width: 960px;
        display: block !important;
     }

     .side-by-side > * {
         margin: 0 !important;
         width: auto !important;
         max-width: 640px;
     }

     aside {
        border: 1px solid #000;
     }

     table td,
     table th {
         border: 1px solid #000 !important;
     }

     main > header .logo::before,
     footer .copyright::after {
        content: none !important;
    }

    figure:not(.councillor) figcaption {
        background: none;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }

}