/* Utils */

.left {
	float:left;
}

.right {
	float:right;
}

.cleaner {
	clear:both;
}

.hidden {
	display:none;
}

.text-center {
	text-align:center;
}

.text-left {
	text-align:left;
}

.text-right {
	text-align:right;
}

.bold {
	font-weight:bold;
}
