.infoSiccon {
    display: table;
}

.infoSiccon div {
    display: table-cell;
    margin: 5px 5px 5px 0px;
}

.nroSiccon {
    width: 200px;
}

.nomeProprietario {
    width: 260px;
}

.nroSindicato {
    width: 150px;
}

.valrSiccon {
    width: 150px;
}

.dataCadastro, .dataVencimento{
    width: 120px;
}

.infoBB {
    display: table;
    margin-left: 30px;
}

.infoBB div {
    display: table-cell;
    margin: 5px 5px 5px 0px;
    /* padding-right: 20px; */
}


.nroBB {
    width: 200px
}
.municipio {
    width: 410px;
}
.valrRecebido {
    width: 150px;
}
.valrNominal {
    width: 150px;
}
.datarecebimento {
    width: 120px;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 2px;
    width: 100%;
}

.resultado {
    background-color: #f1f1f1;
    font-weight: bold;
}

body {
    background-color: #FFFAFA;
    font-size: 12px;
}

