.col {
	margin: 1.5em auto
}
.col>* {
	max-width: 100%;
}
.col-one-quarter,
.col-one-half,
.col-three-quarter,
.col-one-third,
.col-two-thirds,
.col-one-fifth,
.col-two-fifth,
.col-three-fifth,
.col-four-fifth {
	float: left;
	margin-right: 4%;
	position: relative;
	word-wrap: break-word;
	hyphens: auto;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	text-rendering: optimizedLegibility;
}
.col-one-quarter {
	width: 22%;
}
.col-one-half {
	width: 48%;
}
.col-three-quarter {
	width: 74%;
}
.col-one-third {
	width: 30.666%;
}
.col-two-thirds {
	width: 65.334%;
}
.col-one-fifth {
	width: 16.8%;
}
.col-two-fifth {
	width: 37.6%;
}
.col-three-fifth {
	width: 58.4%;
}
.col-four-fifth {
	width: 79.2%;
}
.col-last {
	float: right;
	clear: right;
	margin-right: 0;
}
.col-last:after {
   content: ".";
   opacity: 0;
   display: block;
   height: 0;
   clear: both;
}
.col-both,
.col-left,
.col-right {
	margin: 0;
	padding: 0;
	background: none;
}
.divider {
	clear: both !important;
	display: block !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	width: 100% !important;
	background: none !important;
	color: transparent !important;
	border-color: transparent !important;
	border-width: 0px !important
}
.col-both {
	clear: both !important;
}
.col-left {
	clear: left !important;
}
.col-right {
	clear: right !important;
}
@media all and (max-width: 768px) {
	.col-one-quarter,
	.col-one-half,
	.col-three-quarter,
	.col-one-third,
	.col-two-thirds,
	.col-one-fifth,
	.col-two-fifth,
	.col-three-fifth,
	.col-four-fifth {
		width: 48% !important;
		margin-right: 2%;
	}
	.col-last {
		float: left;
		clear: none;
		display: block;
	}
	.col-last:after {
		content: "";
		display: block;
		clear: none;
	}
	.col-last + .col-divider {
		clear: none !important;
		display: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}
@media all and (max-width: 480px) {
	.col-one-quarter,
	.col-one-half,
	.col-three-quarter,
	.col-one-third,
	.col-two-thirds,
	.col-one-fifth,
	.col-two-fifth,
	.col-three-fifth,
	.col-four-fifth {
		width: 100% !important;
		margin-right: 0;
	}
}