/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/out/2017, 18:26:30
    Author     : Vitor Craveiro
*/

div.wysiwyg-text-align-left{
    text-align: left !important;
}
div.wysiwyg-text-align-center{
    text-align: center !important;
}
div.wysiwyg-text-align-right{
    text-align: right !important;
}