/* Geral para todas as tabelas */
table {
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    font-size: 15px;
}

table th {
    background-color: #D7AC8C !important;
    text-transform: uppercase;
}

table td {
    background-color: #faf3eb !important;
    vertical-align: middle;
    transition: background-color 0.3s;
    border-radius: 5px;
}

table td:hover {
    background-color: #ebddce !important;
}

a {
    color: #060690;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #aa1916;
}

.acumulado {
    color: #000090 !important;
}


h1 {
    color: #272727;
    font-size: 2.3rem;
}

.table.tabela-custom {
    border-collapse: separate;
    border-spacing: 0;
}

.table.tabela-custom th,
.table.tabela-custom td {
    border: 2px solid #ffffff;
}

.table td, 
.table th {
  vertical-align: middle;
}

.col-desc {
    width: 10%;
    font-weight: bold;
}

.col-valor {
    width: 60%;
    color: #333;
}

.col-recolh {
    width: 30%;
    color: #555;
    font-size: 0.9em;
}

.observacao{
    font-size: 14px;
}