/* General */

body {
	display: inline-block;
	width: 100%;
}

div {
	display: inline-block;
	margin-right: -4px;
}

/* Columns */
.col-div-cen {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px; 
}

.col-div-top {
	padding-top: 35px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px; 
}

.col-div-bot {
	padding-bottom: 35px;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px; 
}

.col-st-oos {
	width: 6.25%		!important;
}

.col-st-oe {
	width: 12.5% 		!important;
}

.col-st-os {
	width: 16.6666666% 	!important;
}

.col-st-of {
	width: 25% 			!important;
}

.col-st-ot {
	width: 33.3333332% 	!important;
}

.col-st-oh {
	width: 50% 			!important;
}

.col-st-tt {
	width: 66.6666667% 	!important;
}

.col-st-tf {
	width: 75% 			!important;
}

.col-st-fs {
	width: 87.5% 		!important;
}

.col-st-wh {
	width: 100%			!important;
}


/* Rows */
.row-st {
	width: 100%			!important;
}

.cnt {
	text-align: center;
}

.row-st-oos {
	height: 6.25vh		!important;
}

.row-st-oe {
	height: 12.5vh		!important;
}

.row-st-os {
	height: 16.6666666vh	!important;
}

.row-st-of {
	height: 25vh		!important;
}

.row-st-ot {
	height: 33.3333332vh	!important;
}

.row-st-oh {
	height: 50vh		!important;
}

.row-st-tt {
	height: 66.6666667vh	!important;
}

.row-st-tf {
	height: 75vh		!important;
}

.row-st-fs {
	height: 87.50vh		!important;
}

.row-st-wh {
	height: 100vh		!important;
}