.main article {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	line-height: 1.5;
}

.main article div.list {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-direction: column;
	float: right;
	margin-right: 8%;
	width: 550px;
}

.main article div.list h3.h {
	margin-bottom: 20px;
}

.main article div.list figure {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.main article div.list figure figcaption {
	font-style: italic;
	font-size: 8pt;
}

.main article p {
	line-height: 1.8;
	width: 24%;
	margin-right: 5%;
}
html {
	background-color: black;
	color: #cccccc;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}