body {
	background-color: #ffffff;
	height: auto;
}

.print-head {
	margin-bottom: 20px;
	color: #3896de;
	border-bottom: solid 3px #3896de;
	padding-top: 10px;
	padding-bottom: 10px;
}
.print-head-logo {
	position: relative;
	min-height: 60px;
}
.print-head-title {
	position: absolute;
	top: 35px;
	left: 100px;
}
.print-head-phone {
	font-size: 24px;
}

@media print {
	.print-head {
		margin-bottom: 0;
		padding-top: 0;
	}
	h1 {
		font-size: 24px;
		padding: 10px;
	}
}