/*------------------------------------*\
  > Print
\*------------------------------------*/
@page {
    size: landscape;
}

.top-navigation.top-navigation--not-fixed {
    position: fixed; !important;
}

.container {
    width: 100%; !important;
}

h2,
h3 {
    page-break-before: always;
}

.well {
    margin-top: 56px; !important;
}

.reports__section h2 {
    margin-top: 80px; !important;
}

.reports__section .chart:first-of-type {
    margin-top: 24px; !important;
}

.reports__section .chart:first-of-type h3 {
    page-break-before: unset;
}