/**
 * Print stylesheet for kjvpce.com
* @version         1.0
* @lastmodified    01.15.2020
*/

@media print {
/* Setting content width, unsetting floats and margins */
/* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
nav {
	display:none;
	}
body {
	padding-top:0px;
	background-color:#fff;
	}
.row {
	display:block;
	}
.page-header {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	}
#footer, .breadcrumb, .input-group, .d-flex, button {
	display:none !important;
	}
h1 {
	color:#000;
	}
.container-fluid {
	max-width:99%;
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
	margin-left:0px;
	}
p, p.verses, {
	display:block;
	page-break-inside: avoid;
	color:#000;
	}
p-3 {
	display:none;
	}
	.col-md-11, .col-md-12 {
	width:99%;
	margin:0;
	}
@page { size:8.5in 11in; margin-left:1in; margin-right:0.75in; margin-top:0.75in; margin-bottom:0.75in; }
}