	/* code by Tuan - 4/10/2020 */
/* Clear floats after the columns */   
.fun-row:after {
	content: "";
	display: table;
	clear: both;
}
/* Gid for page */
.fun-cols-2 {
	float: left;
	width: 20%;
}

.fun-cols-10 {
	float: left;
	width: 80%;
}

.fun-cols-12 {
	float: left;
	width: 100%;
}
/* enforcement upon width device < 768px table size */
@media only screen and (max-width: 768px) {
	#pagecontrol {
		width: 100%;
		min-height: 1em;
	}
	.twoCol #main {
		padding-left: 0px;
		margin-right: 0px;
	}
}