/********************************************** CKEDITOR ****************************************/

.text-left           { text-align: left; }
.text-right          { text-align: right; }
.text-center         { text-align: center; }
.text-justify        { text-align: justify; }

.title 
{
    font-size: 18px;
    text-transform: uppercase;
}

.button
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;

    background: #77aa33;
    color: #fff;
    text-transform: uppercase;
    /*float: right;*/
    text-decoration: none;
    display: inline-block;
}

.button:after
{
    content: ' >';
    padding-left: 10px;
}

a.ckeditor_links
{
    display: block;
}