/**
 * Adding CSS rules for WYSIWYG HTML 5 Support
 *
 * @note HEY. If you are updating this file, then you should probably be
 *  updating 3.0/www/js/ontraport/opt_assets/blocks/common/css/wysihtml5-textalign.css too!
 *
 * https://github.com/xing/wysihtml5/wiki/Supported-Commands
 */
 .wysiwyg-text-align-center {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: inherit;
}

.wysiwyg-text-align-left {
	display: inline-block;
	width: 100%;
	text-align: left;
	text-decoration: inherit;
}

.wysiwyg-text-align-right {
    display: inline-block;
    width: 100%;
    text-align: right;
	text-decoration: inherit;
}
