.divTableHeading {
    width: 100%;
    background: #eee;
}

.divTableHeading {
    width: 100%;
    background: #eee;
}

.divTableCell {
    width: 100%;

    display: table;
    padding: 3px 10px;
    text-overflow: ellipsis;
}


.fonte-table {
    font-size: 20px;
    line-height: 1.42857143;
    color: #666;
    font-weight: bold;
}

.divTableHeadingColumn {
    width: 190%;
    margin-left: 6.6em;
    float: left;
}

.divTableRowColumn {
    width: 70%;
    margin-left: 20.6em;
    float: left;
}


.divTableRow {
    width: 70%;
    margin-left: 6.6em;
    float: left;
}

.divTableHeadingColumn .divTableCell, .divTableRowColumn .divTableCell {
    font-size: 15px;
    line-height: 1.42857143;
    color: #666;
    font-weight: bold;
    float: left;
    background: #eee;
}

.divTableRow .divTableCell {
    font-size: 15px;
    float: left;
}

.divTableCell.w70 {
    width: 365px;
    max-width: 365px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .divTableCell.w70.arq_longo {
        width: 365px;
        max-width: 365px;
        white-space: pre-line;
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .divTableCell.w70.erro {
        width: 365px;
        max-width: 365px;
        white-space: pre-line;
    }


.divTableCell.w50 {
    width: 50%;
    max-width: 365px;
}

.divTableCell.w15 {
    width: 15%;
    max-width: 140px;
}

.divTableCell.w20 {
    width: 20%;
    max-width: 197.4px;
}



.row-left {
    margin-left: 20.6em;
}

.divTableBody {
    float: left;
    width: 100%;
    max-width: 1290px; 
}
