.fl {
	float: left;
}
.float-left {
	float: left;
}
.fr {
	float: right;
}
.float-right {
	float: right;
}
.float-hidden {
	overflow: hidden;
}
.clear {
	clear: both;
}
.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
.fixed {
	position: fixed !important; z-index: 10;
}
.top {
	position: absolute;
}
.top5 {
	position: absolute;
}
.top8 {
	position: absolute;
}
.top10 {
	position: absolute;
}
.top12 {
	position: absolute;
}
.top15 {
	position: absolute;
}
.top20 {
	position: absolute;
}
.top25 {
	position: absolute;
}
.top30 {
	position: absolute;
}
.top35 {
	position: absolute;
}
.top44 {
	position: absolute;
}
.left {
	position: absolute;
}
.left5 {
	position: absolute;
}
.left8 {
	position: absolute;
}
.left10 {
	position: absolute;
}
.left12 {
	position: absolute;
}
.left15 {
	position: absolute;
}
.left20 {
	position: absolute;
}
.left25 {
	position: absolute;
}
.left30 {
	position: absolute;
}
.left35 {
	position: absolute;
}
.right {
	position: absolute;
}
.right5 {
	position: absolute;
}
.right8 {
	position: absolute;
}
.right10 {
	position: absolute;
}
.right12 {
	position: absolute;
}
.right15 {
	position: absolute;
}
.right20 {
	position: absolute;
}
.right25 {
	position: absolute;
}
.right30 {
	position: absolute;
}
.right35 {
	position: absolute;
}
.bottom {
	position: absolute;
}
.bottom5 {
	position: absolute;
}
.bottom8 {
	position: absolute;
}
.bottom10 {
	position: absolute;
}
.bottom12 {
	position: absolute;
}
.bottom15 {
	position: absolute;
}
.bottom20 {
	position: absolute;
}
.bottom25 {
	position: absolute;
}
.bottom30 {
	position: absolute;
}
.bottom35 {
	position: absolute;
}
.axis-center {
	position: absolute;
}
.axis-x-center {
	position: absolute;
}
.axis-y-center {
	position: absolute;
}
.top {
	top: 0px;
}
.top5 {
	top: 5px;
}
.top8 {
	top: 8px;
}
.top10 {
	top: 10px;
}
.top12 {
	top: 12px;
}
.top15 {
	top: 15px;
}
.top20 {
	top: 20px;
}
.top25 {
	top: 25px;
}
.top30 {
	top: 30px;
}
.top35 {
	top: 35px;
}
.top44 {
	top: 44px;
}
.top50 {
	top: 50px;
}
.top80 {
	top: 80px;
}
.left {
	left: 0px;
}
.left5 {
	left: 5px;
}
.left8 {
	left: 8px;
}
.left10 {
	left: 10px;
}
.left12 {
	left: 12px;
}
.left15 {
	left: 15px;
}
.left20 {
	left: 20px;
}
.left25 {
	left: 25px;
}
.left30 {
	left: 30px;
}
.left35 {
	left: 35px;
}
.right {
	right: 0px;
}
.right3 {
	right: 3px;
}
.right4 {
	right: 4px;
}
.right5 {
	right: 5px;
}
.right8 {
	right: 8px;
}
.right10 {
	right: 10px;
}
.right12 {
	right: 12px;
}
.right15 {
	right: 15px;
}
.right20 {
	right: 20px;
}
.right25 {
	right: 25px;
}
.right30 {
	right: 30px;
}
.right35 {
	right: 35px;
}
.right50 {
	right: 50px;
}
.bottom {
	bottom: 0px;
}
.bottom5 {
	bottom: 5px;
}
.bottom8 {
	bottom: 8px;
}
.bottom10 {
	bottom: 10px;
}
.bottom12 {
	bottom: 12px;
}
.bottom15 {
	bottom: 15px;
}
.bottom20 {
	bottom: 20px;
}
.bottom25 {
	bottom: 25px;
}
.bottom30 {
	bottom: 30px;
}
.bottom35 {
	bottom: 35px;
}
.axis-center {
	left: 50%; top: 50%; transform: translate(-50%, -50%);
}
.axis-x-center {
	left: 50%; transform: translateX(-50%);
}
.axis-y-center {
	top: 50%; transform: translateY(-50%);
}
.va-t {
	vertical-align: top !important;
}
.va-m {
	vertical-align: middle !important;
}
.va-tt {
	vertical-align: text-top !important;
}
.va-tb {
	vertical-align: text-bottom !important;
}
.va-center {
	align-items: center;
}
.va-b {
	vertical-align: bottom !important;
}
.va-s {
	vertical-align: super !important;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-justify {
	text-align: justify;
}
.text-center {
	text-align: center;
}
