/* Printer styles for the Prayer Request page */


/* Black prints faster: h5bp.com/s */
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
}

a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}

/* Don't show links for images, or javascript/internal links */
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
	}

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

/* h5bp.com/t */
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}

@page {
	size: 8.5in 11in;
	margin: 1.25in 0.75in 0.75in 0.75in;
}
@page {  
  @top-right {  
    content: "Page " counter(page) " of " counter(pages); 
	margin: 0.5in 0 0 0;
	border-bottom: 1px solid black;
  }
  @top-left {
    content: "Ebenezer Prayer Requests";
    margin: 0.5in 0 0 0;
	font-size: 2em;
	font-weight: bold;
	border-bottom: 1px solid black;
  }
  @bottom-center {
	 content: "Prayer requests available 24/7 at ebenezerbaptist.com/prayer and in the Church Center app.";
	 border-top: 1px solid black;
	 margin: 0 0 0.25in 0;
  }
}

p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
header, footer, .navbar, .breadcrumb, .page-title, .print-hide {
	display: none;
}
h2 {
	font-size: 2em;
}
.printer-only {
	display: none;
}
.print-region {
	margin-bottom: 250px;
}
.center {
	text-align: center;
}
.card-wrap {
	margin: 1em;
}
.card {
	margin: 0 1em 1em 1em;
	padding-top: 1em;
	break-inside: avoid;
}
.card p {
	margin: 0 0 0 1.5em;
}
.card p.title {
	margin: 0em;
}
.title {
	font-size: 1.2em;
	font-weight: bold;
}
.update {
	margin: 0;
}
.update:before {
	content: "Update: ";
	font-weight: bold;
}
.time {
	display: none;
}
#date {
	display: block !important;
	text-align: left;
}
.headerbox {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0.8em;
	width: 40%;
	border: 1px solid black;
}
.headerbox p {
	margin: 0;
}
.footerbox {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	border-top: 1px solid black;
}