.main article {
	width: 70%;
	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%;
}

.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: 9pt;
}

.main article ul li {
	list-style-type: none;
	font-size: 9pt;
	line-height: 1.8;
}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;
 }