.MainPageContent > .PageWidthIndent {
	width: auto;
}


#TitleBlock {
	display: none;
}


.BlogIndent {
	width: 870px;
	margin: 0 auto;
}

.PageTopPadding {
	padding: 0 0 0 0;
}


.BlogSection {
	padding: 30px 0 30px 0;
}

.BlogSection:nth-child(even) {
	background: #f3f5fb;
}

H1 {
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 32px;
}

H2 {
	font-weight: bold;
	font-size: 24px;
	margin: 5px 0 20px 0;
	line-height: 30px;
}


@media screen and (max-width: 900px) {
	.BlogIndent {
		width: auto;
		padding: 0 10px 0 10px;
	}
	
	.PageWidthIndent {
		margin: 0px 0px 0px 0px !important;
	}
}