body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #FAFAFA;
        font: 12pt "Tahoma";
    }
    * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .page {
        width: 210mm;
        min-height: 297mm;
        padding: 20mm;
        margin: 10mm auto;
        border: 1px #D3D3D3 solid;
        border-radius: 5px;
        background: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		page-break-after:always;
		position:static;
    }
    .subpage {
        padding: 1cm;
        border: 5px red solid;
        height: 257mm;
        outline: 2cm #FFEAEA solid;
    }
    
    @page {
        size: A4;
        margin: 0;
    }
    @media print {
        html, body {
            width: 210mm;
            height: 297mm;        
        }
        .page {
            margin: 0;
            border: initial;
            border-radius: initial;
            width: initial;
            min-height: initial;
            box-shadow: initial;
            background: initial;
            page-break-after: always;
        }
    }

.cd-panel {
	position:absolute;
}
.cd-panel__close {
	display:none;
}

.panellogo {
       display: block;
    position: absolute;
    right: 5mm;
    width: 32mm;
    top: 5mm;
    z-index: 10000000;
}

.cd-panel__header h1 {
	margin-top:10mm;
}

.cd-panel__content {

}

.cd-panel__content section .section-header {
	
}

.cd-panel__container {
	position:absolute;
}

.cd-panel__content section .content .notes a {
    display: inline-block;
    margin: 0 0 5px 0;
}

.cd-panel__header {
	box-shadow:none;
}

.cd-panel__container {
	background:#FFF;
}

.cd-panel__container section {
	max-width:80%;
}
.cd-panel__content section .section-header .number {
	font-size:58px;
}

.cd-panel__content section .section-header .heading {
    font-size: 20px;
    font-family: 'Dosis';
    margin: 0 0 0 -1.5em;
    padding: 0.15em 0.5em 0 2em;
    height: 1.5em;
    position: relative;
    top: 20px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    background: #FFF;
    z-index: 0;
}

.printbutton {
	display:none;
}

.cd-panel__content section.red {
    margin-top: 2em;
}