body {
	background-color: #FBFBFB;
	
	line-height: 25px;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #333;
}

/*----------------------------------------------------------------------------------------------------*/

body > article { position: relative; }

/*----------------------------------------------------------------------------------------------------*/

#wrapper > section.components-wrapper {
	padding: 50px 0;
	
	border-top: solid 10px rgba(0,0,0,.1);
	background-color: rgba(0,0,0,.1);
}

section.components-wrapper > div { display: flex; }
#wrapper > section.components-wrapper > div {
	width: 1024px;
	flex-direction: row;
	margin: 0 auto;
}
#wrapper > section.components-wrapper > div > section.components-wrapper > div { flex-direction: column; }
#wrapper > section.components-wrapper > div > section.components-wrapper > div > section:not(:last-child) { margin-bottom: 24px; }