﻿.full-width {
	width : 100%;
}

.half-width {
	width : 50%;
}

.align-right {
	text-align : right !important;
}

.align-left {
	text-align : left !important;
}

.align-center {
	text-align : center !important;
}

.align-justify {
	text-align : justify !important;
}

.options {
	text-align : right !important;
	white-space : nowrap !immportant;
}
	
div.breaker {
	float : none !important;
	clear : both !important;
	height : 0px !important;
	border : none !important;
	overflow : hidden !important;
}