/* =========================================================
   Componentes compartilhados entre múltiplos templates
   ========================================================= */

/* Bordas verticais em tabelas (bmf_ajustes_list, posicao_fundos) */
.table-vertical-borders th,
.table-vertical-borders td {
    border-right: 1px solid rgba(0,0,0,0.08);
}
.table-vertical-borders th:last-child,
.table-vertical-borders td:last-child {
    border-right: none;
}
