@charset "utf-8";
/* CSS Columns */

.col3-set .col-1, .col3-set .col-2, .col3-set .col-3{
	float:left;
	width:31%;
}

.col3-set .col-1,.col3-set .col-2{
	margin-left: 1em;
}

.col3-set .col-3 {
	padding-left: 1em;
}

.col3-set #vtab {
	min-height: 1800px;
}