/** 
 * SilverStripe Nestor Imports Theme
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */


/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .text_align_left {
	text-align:left;
}
.typography .text_align_center {
	text-align:center;
}
.typography .text_align_right {
	text-align:right;
}
.typography .image_align_right {
	float:right;
	padding-left: 30px;
}
.typography .image_align_left {
	float:left;
	padding-right: 30px;
}
