.print-only {
	display: block !important;
}

html, body, form {
	height: auto !important;
}

body {
	padding: 10px;
	background: #fff;
	color: #000;
}

.bg-top-color,
.bg-yellow-line,
.bg-blue-line,
.bg-gradient,
#header,
#home-slider,
#footer,
.narrow-box,
.dotted-line {
	display: none;
}

.center-box,
.wide-box {
	width: 100% !important;
}

.open-close-box .open-close-content {
	display: block !important;
}

.equal-height-boxes {
	height: auto !important;
}
.equal-boxes > .box {
	width: 100%;
	float: none;
}

[class*="items-in-a-row"] {
	font-family: Arial;
}

.image-with-caption {
	position: relative;
}
	.image-with-caption .caption {
		background:  #fff;
		color: #000;
		text-shadow: none;
		filter: none;
	}

	.image-with-caption a {
		color: #000;
		text-decoration: none;
	}