.page-body {
    background: rgb(204, 204, 204) !important;
}

.page-content {
    padding: 0;
}

page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    position: relative;
}

page[size="A4"], .page-size-a4 {
    width: 21cm;
    height: 29.7cm;
}

page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;
}

page[size="A3"], .page-size-a3 {
    width: 29.7cm;
    height: 42cm;
}

page[size="A3"][layout="landscape"] {
    width: 42cm;
    height: 29.7cm;
}

page[size="A5"] {
    width: 14.8cm;
    height: 21cm;
}

page[size="A5"][layout="landscape"] {
    width: 21cm;
    height: 14.8cm;
}

@media print {
    .page-body, page {
        background: white;
        margin: 0;
        box-shadow: none;
    }
}

@media screen {
    .page-body {
        overflow: auto;
    }

    .page-body iframe {
        margin: 0 auto;
        display: block;
    }

    .page-content {
        padding: 1cm;
    }
}

html.page-print, html.page-print body {
    margin: 0;
    padding: 0;
}

html.page-print page {
    background: white;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none;
}

html.page-print page[size="A4"], html.page-print .page-size-a4 {
    height: 29.957447686cm;
}

html.page-print.mac-os page[size="A4"], html.page-print.mac-os .page-size-a4 {
    height: 29.680cm;
}
