﻿.receita {
    color: #293e5e;
    text-align:right;
    font-size:11px !important;
}

.despesa {
    color: #f0706c;
    text-align: right;
    font-size: 11px !important;
}

.resultado {
    font-weight: bold;
    text-align: right;
    font-size: 11px !important;
}

.result {
    font-weight: bold;
    font-size: 11px !important;
}

.Totalreceita {
    color: #293e5e;
    background-color: #e1e2e3;
    text-align: right;
    font-size: 11px !important;
}

.Totaldespesa {
    color: #f0706c;
    background-color: #e1e2e3;
    text-align: right;
    font-size: 11px !important;
}

.Totalresultado {
    font-weight: bold;
    background-color: #e1e2e3;
    text-align: right;
    font-size: 11px !important;
}

.cabecalho {
    background-color: #e1e2e3;
}

#GrupoComposicao
{
    max-width: 430px;
}

