/**
 * INSPECTIONS CSS Print Specific CSS
 *
 * @package     EPL-INSPECTIONS
 * @since   	1.0.0
 * @subpackage  CSS/Print
 * @copyright   Copyright (c) 2019, Merv Barrett
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */

/*********************************************
	Default font settings and typography.
*********************************************/
html {
	font-size: 100%;
}
body {
	color: #3B3F42;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.625;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1em;
	margin-bottom: 1em;
}
a img {
	margin: 0;
}


/* SVG Icons */
.epl-icon-svg-container {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
.epl-icon-svg-container:last-child {
	margin-right: 0;
}
.epl-icon-svg,
.epl-author-icon-svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	float: left;
}
.epl-icon-svg-container .icon-value {
	display: inline-block;
	margin: 0 0 0 0.5em;
	line-height: 30px;
	vertical-align: top;
}
.epl-icon-color-frame {
	fill: #999999;
}
.epl-icon-color-base {
	fill: rgb(52,100,184);
}
.epl-icon-color-highlight {
	fill: orange;
}
.epl-icon-color-alternate {
	fill: rgb(78,169,234);
}
.epl-icon-color-hollow {
	fill: #ffffff;
}
.epl-inspections-brochures-header,
.epl-inspections-brochures-footer {
	text-align: center;
}
.epl-inspections-brochures-header img {
	margin-top: 0;
	margin-bottom: 0;
}
.epl-inspections-brochures-footer img {
	margin-top: 0;
	margin-bottom: 0;
}
.epl-inspections-brochure-content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.epl-inspections-print-wrapper .epl-inspection-times-tabs.loading > ul{
	display: inherit;
}
.epl-inspections-disclaimer-text {
	font-size: 0.8em;
}
