.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}
.row {
	*zoom: 1;
	min-height: 80px;
}

[class*="col-"] { float: left; min-height: 1px; }

.col-1-16,
.col-2-16,
.col-3-16,
.col-4-16,
.col-5-16,
.col-6-16,
.col-7-16,
.col-8-16,
.col-9-16,
.col-10-16,
.col-11-16,
.col-12-16,
.col-13-16,
.col-14-16,
.col-15-16,
.col-16-16{ width: 100%; }

.left-1-16,
.left-2-16,
.left-3-16,
.left-4-16,
.left-5-16,
.left-6-16 { margin-left: 0; }