/* Global */
body {
	background: #fff;
	font: 16px Georgia, Times, sans-serif;
	line-height: 20px;
}

.wrapper {
	width: auto;
	min-width: 100%;
	max-width: 100%;
	box-shadow: none;
}
/* end Global */

/* Header */
.header {
	display: none;
}
/* end Header */

/* Content */
.side-column {
	display: none;
}
.content-column {
	margin: 0;
	padding: 10px
	width: auto;
}
.content-column .content {
	margin: auto;
	padding: 40px 20px;
	color: #000;
}
.content-column .breadcrumb {
	display: none;
}
.content-column .content h1 {
	color: #000;
}
.content-column .content .buttons {
	display: none;
}
/* end Content */

/* Footer */
.footer {
	display: none
}
/* end Footer */