.col {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xxs {
	width: 40px;
}

.col-xs {
	width: 96px;
}

.col-sm {
	width: 120px;
}

.col-md {
	width: 180px;
}

.col-lg {
	width: 260px;
}

.col-xlg {
	width: 320px;
}

.col-2xlg {
	width: 380px;
}

.col-3xlg {
	width: 440px;
}

.col-main {
	width: *;
}

.table {
	display: table;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}

.autocenter {
	position: absolute;
}

