/* General indentation & positioning classes */

.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}
.cke_editable .twentytwenty-block{
background-color:#000000;
width: 100%;
height: 5px;
}


.simplebox.highlight-textbox{
    padding:20px 10px 10px 10px;
    background:#f6f5ee;
}
.simplebox.highlight-textbox::before{
    color: #d85229;
    font-size: 24px;
}