
body {
	color: #1a3552;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.font-bold {
	font-weight: bold;
}
.font-italic {
	font-style: italic;
}

.panel-title, h3 {
	font-size: 20px;
}	

.panel-body .panel-title {
	font-size: 15px;
}	

.form-group {
	border-right: 1px solid #e0e4e8;
	border-left: 1px solid #e0e4e8;
	border-bottom: 1px solid #e0e4e8;
	display: table;
	height: 15px;
	padding: 8px 15px 5px 15px;
	width: 94.4%;
	page-break-inside: avoid;
}

p
{
	page-break-inside: avoid;
}

.form-group:first-child {
	border-top: 1px solid #e0e4e8;
}

.key-label {
	font-size: 11px;
	font-weight: bold; 
	float: left;
	width: 30%;
	min-width: 200px;
}

.value-label {
	float: left;
	font-size: 11px;
	width: 70%;
}

.print-footer, .print-header
{    
    color: #848587;
	font-size: 11px;   
}	

.panel.panel-default 
{
    max-width: 500px;
}