/* @group ALIGNEMENTS */

.inline{
	display: inline;
}

.block{
	display: block;
}

.block-center{
	margin: 0 auto;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

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

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

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

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

.table-top{
	vertical-align: top !important;
}

.table-middle{
	vertical-align: middle !important;
}

.table-bottom{
	vertical-align: bottom !important;
}

.clear{
	clear: both;
}

.pos-abs{
	position: absolute;
}

.pos-rel{
	position: relative;
}

/* @end */
