@charset "utf-8";

html * {
	color: #000 !important;
	background: none !important;
}
html .col {
	width: 96% !important;
	margin-left: 2% !important;
	margin-right: 2% !important;
	float: none !important;
	box-sizing: border-box !important;
}
html .col.right {
	float: none !important;
}

html #home aside {
	margin-top: 0 !important;
}