/*aumentar os textos em todas as páginas*/
body, table tbody tr td{
     font-size: 14px !important;
}
/*aumentar os textos nas páginas que não deu certo o css acima*/
/*#block-system-main > div > div > div > div.views-row.views-row-1.views-row-odd.views-row-first > div > div > table > tbody > tr:nth-child(2) > td:nth-child(2) > p{
     font-size: 14px !important;
}*/

/*aumentar os textos nas páginas que não deu certo o css acima*/
#block-system-main > div > div > div > div.views-row.views-row-1.views-row-odd.views-row-first > div > div > table > tbody > tr{
     font-size: 14px !important;
}

div.panel-pane.pane-block.pane-views-not-cias-block-1 > div > div > div.view-content > table > tbody > tr > td > div.views-field.views-field-title{
     height: 90px !important;
}

.rtejustify{
     margin-right: 5px; 
}