.cardTabela {
    border: 5px solid #e7e7e7 !important;
}

/* tabelas */
.styled-table {
    border-collapse: collapse;
    margin: 0px 0px 0px 0px !important;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table caption {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    background-color: #686868;
}

.styled-table thead tr {
    background-color: #999999;
    color: #ffffff;
    text-align: center;
}

.styled-table tfoot tr {
    background-color: #686868;
    color: #ffffff;
    text-align: center;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    text-align: center;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #00000027;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #000000;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}