.column {
	float: right;
	clear: both;
	width: 80px;
	position: absolute;
	right: 0px;
	top:17px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	z-index: 10;
}

.column:nth-child(2) {
	min-height: 400px;
}

.column:last-child:before {
	content: '';
	position: absolute;
	height: 7px;
	background: #0254a0;
	top: 100px;
	left: 10px;
}

.column p {
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}
