/* Estilos globais para o componente com_comprasinteligentes */

/* Remove efeito de link em cabeçalhos de tabela escuros */
.table thead tr.table-dark th a,
.table tr.table-dark th a,
tr.table-dark th a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.table thead tr.table-dark th a:hover,
.table tr.table-dark th a:hover,
tr.table-dark th a:hover {
    color: #f8f9fa !important;
    text-decoration: none !important;
}
