/******************************************************************
*
* Print Mauril
*
******************************************************************/
* {
    background-image: none !important;
}

@page {
    size: A4;
    margin: 0mm;
}

html, body {
    width: 1024px;
}

#core-container .container {
    max-width: 100%!important;
}

body, .container {
    width: 100%;
    margin: 0 auto;
    float: none;
    background: #fff;
}

header, footer, nav, .disclaimer, .cbc-header, .breadcrumbs, .no-print {
    display: none!important;
}

img, svg {
    display: block;
    max-width : 300px;
    height : auto;
}

a::after {
    content: " (https://mauril.ca/" attr(href) ")";
}

table, img, svg {
    break-inside: avoid;
}

.offset-lg-1 {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-sm-12 {
    width: 100%;
}
