/*
    Document   : prop
    Created on : Jun 27, 2012, 2:17:48 PM
    Author     : Alin <alin.banu@orioneurope.ro>
    Description:
        Classes for the purpose of setting single properties at runtime
*/

.prop-float-left {
	float: left !important;
}
.prop-float-right {
	float: right !important;
}

.prop-text-align-center {
	text-align: center !important;
}
.prop-text-align-left {
	text-align: left !important;
}
.prop-text-align-right {
	text-align: right !important;
}

.prop-white-space-nowrap {
	white-space: nowrap !important;
}

.prop-border-1px-solid-orange {
	border: 1px solid orange !important;
}

.prop-color-orange {
	color: orange !important;
}
