/**
 * Print stylesheet
 */
@page{
margin: 2cm;
}

/* Uncomment to show footer images */
/*@media print and (color) {
	.slide-footer-left,
	.slide-footer-right{
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	}
}*/

body{
width: 100%;
background: #fff;
color: #333;
font-size: 12pt;
line-height: 1.333;
font-family: Verdana, Monaco, sans-serif;
margin: 0;
}

#header,
#slide-controls{
display: none;
}

img{
max-width: 100% !important;
}

.slide-wrap{
display: block !important;
min-height: auto !important;
padding: 0 0 1cm;
}
/* Paper effect */
.slide{
position: relative;
background: #fff;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0;
border-radius: 0;
border: 1px solid #bbb;
page-break-inside: avoid;
}
.slide:before,
.slide:after{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: auto;
height: auto;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.slide header h1{
font-weight: 300;
page-break-after: avoid;
}

.notes{
margin: 0 auto 0;
}
.notes .collapsed .icon{
display: none;
}
.notes-content{
display: block !important;
}

#footer{
position: relative;
top: 0;
border: 0;
}