table {
    width: 100%;
}

.size {
    font-size: 16px;
}

.cabecalho {
    /* border-collapse: collapse; */
    background-color: #59b7da;
    color: #fff !important;
}

.table td,
th {
    /* border: 1px solid #a09f9f; */
    text-align: left;
    padding: 8px;
}

.borda {
    border: 1px solid #a09f9f;
}

.borda-bottom {
    border-bottom: 1px solid #a09f9f;
}

.borda-right {
    border-right: 1px solid #a09f9f;
}

/* .semComparacao {
    background-color: #dddddd !important;
} */

tr.linha :nth-child(even) {
    background-color: #ca4141;
}

.padding-bottom {
    padding-bottom: 20px;
}

.margin {
    margin: 20px;
}

.texto-center {
    text-align: center;
}
