/*!*******************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./css/common.css ***!
  \*******************************************************************/
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding: 2rem;
}

html, body, .bg {
    background-color: #fafae6 !important;
}

@media print {
    html, body, .bg {
        background-color: white !important;
    }

    footer, #footer-hr {
        display: none !important;
    }

    @page {
        size: landscape
    }
}

/* Horizontal description lists
//
// Defaults to being stacked without any of the below styles applied, until the
// grid breakpoint is reached (default of ~768px).
*/
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}


/*# sourceMappingURL=page-common.css.map*/