
h2 {
	margin-bottom: 6px;
}

h3  {
	font-size: 12px;
	font-weight: bold;
}

h2 + div {
	width: 370px;
	float: left;
	text-align: right;
	padding-right: 5px;
	border-right: 1px solid #333;
}
h2 + div>p:first-child {
	float: left;
	width: 180px;
	text-align: justify;
}

h2 + div>p:first-child + p {
	float: right;
	width: 180px;
	text-align: justify;
}

h2 + div>p:first-child + p + div {
	clear: both;
}
h2 + div>p:first-child + p + div>p {
	text-align: center;
	font-style: italic;
	padding-top: 20px;
}
h2 + div>p:first-child + p + div>p>span {
	vertical-align: 5px;
	display: inline-block;
	font-size: 16px;
}

h2 + div + div {
	float: right;
	width: 180px;
}

h2 + div + div + div {
	clear: both;
}



