#pagina-custos .tabela-base thead tr th {
    color: #012837;
    font-size: 0.75rem;
}

#pagina-custos #dados-adm table thead tr,
#pagina-custos #dados-risco-historico table thead tr {
    background-color: #E8EAF0;
}

#pagina-custos #dados-adm table thead tr th:nth-child(n+1),
#pagina-custos #dados-adm table tbody tr td:nth-child(n+1) {
    border-left: 1px solid #fff;
}

#pagina-custos #dados-adm table thead tr th span,
#pagina-custos #dados-risco-historico table thead tr th span {
    font-weight: 400;
    font-size: 0.625rem;
}

#pagina-custos .i-info {
    color: #012837;
    font-weight: bold;
}

#pagina-custos #disclaimer {
    color: #023C53;
}
#pagina-custos #disclaimer span {
    font-size: 0.75rem;
    font-weight: 700;
}
#pagina-custos #disclaimer p {
    font-size: 0.875rem;
}