
/*	
	======================================================================

	modifiers.css

	======================================================================
*/


/* ----------------------------------------------------
   ALIGNMENT
   ---------------------------------------------------- */

.left {

	text-align: left;
}

.right {

	text-align: right;
}

.center {

	text-align: center;
}

.underlined {

	padding-top: 4px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.smallInput {

	font-size: 8pt;
}

.white {

	color: #FFF;
}

.gray {

	color: #888;
}

.small {

	font-size: 9pt;
}

.spaceBelow {

	margin-bottom: 1em;
}

