/**
 * D7 editor (ckeditor module) alignment classes, verbatim from the old site's
 * aggregated CSS. Body content uses them (p.rtecenter around inline images
 * on the front page etc.) — they were NOT part of the dent theme css.
 */
.rtecenter{text-align:center;}
.rteleft{text-align:left;}
.rteright{text-align:right;}
.rtejustify{text-align:justify;}
.rteindent1{margin-left:40px;}
.rteindent2{margin-left:80px;}
.rteindent3{margin-left:120px;}
.rteindent4{margin-left:160px;}
