/* Print Style Sheet */
@media print {

body { background:white; color:black; margin:0; width: 100%; }

header#masthead,
.top-bar,
.site-footer,
nav#mobile-header,
.sidebar {
    display: none !important;
}

figure.alignright.size-full {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

}