i.two_col_own_icon {
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(img/editor_icons/col2.svg);
}

i.three_col_own_icon {
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(img/editor_icons/col3.svg);
}

i.four_col_own_icon {
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(img/editor_icons/col4.svg);
}

i.acc_icon {
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(img/editor_icons/acc.svg);
}

#tinymce .lg_12{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom: 1px solid #666;
    color:#aaa;
    width:95%;
}

#tinymce .lg_6:hover, #tinymce .lg_4:hover, #tinymce .lg_3:hover{
    color:#222;
    transition: 0.5s linear;
}

#tinymce .lg_6{
    border: 1px dashed rgba(235, 98, 99 , 0.4);
    padding:10px;
    margin-bottom:5px;
    width:45%;
    display: inline-block;
}

#tinymce .lg_4{
    border: 1px dashed rgba(104, 138, 198 , 0.4);
    padding:10px;
    margin-bottom:5px;
    width: 31.333333%;
    display: inline-block;
}

#tinymce .lg_3{
    border: 1px dashed rgba(125, 188, 89 , 0.4);
    padding:10px;
    margin-bottom:5px;
    width: 23.5%;
    display: inline-block;
}