html.boxed .body {
	position: relative;
	background-color: transparent;
	border-radius: 5px;
	border-top: 5px solid #CCC;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	margin: 25px auto;
	max-width: 900px;
	height: auto;
}
.container {
	max-width:850px;
}

html.boxed #header.header-effect-shrink .header-body {
	max-width: 900px;
}
@media (min-width: 972px) {
	html.boxed.sticky-header-active #header .header-body {
		width: 900px;
		max-width: 900px;
	}

	html.boxed .footer-reveal {
		bottom: 25px !important;
	}
}
@media (min-width: 1200px) {
	html.boxed.sticky-header-active #header .header-body {
		width: 100%;
		max-width: 900px;
	}

	html.boxed .footer-reveal {
		bottom: 25px !important;
	}
}

@media (max-width: 767px) {
	html.boxed .body {
		position: relative;
		background-color: transparent;
		margin: 0px;
		height: auto;
	}
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px;
}