.articles > article:nth-child(2n+1) {
	background-color: #fff !important;
}


.articles {
	flex-direction: column;
	background-color: #fff !important;
	height: 100%;
	width: auto;
	border-left: none !important;
	border-right: none !important;
	overflow: auto;
}


body {
	background-color: #fff !important;
	height: 100%;
	font-family: 'Quicksand', sans-serif;
	color: #140005;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
