@CHARSET "UTF-8";

.cll {
	clear: left;
}

.clr {
	clear: right;
}

.clb {
	clear: both;
}

.center {
	text-align: center;
}

.checkbox {
	display: inline-block !important;
	clear: none !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
	border: none;
	vertical-align: middle;
}
