/* PRINT STYLES*/

body {
	background: #ffffff;
}

.container {
	width: 100%;
	max-width: 100%;
}

.page-wrap {
	border: 0;
}

.header {
	box-shadow: none;
	position: relative;
	left: auto;
	text-align: center;
}

.header .print-header {
	display: inline-block !important;
}

.header a,
.header .header-right,
.main .ad,
.main .sidebar,
.content-footer,
.newsletter,
.page-bottom {
	display: none !important;
}

.content-wrap {
	margin-left: 0;
}

.footer {
	background: #ffffff;
	padding: 15px 20px;
}

.footer .col.first,
.footer .col.second {
	display: none;
}

.footer .col.third {
	width: 100%;
	float: none;
}