/* Vendas da Equipe: ocultar Pipeline/Área e Leads sem remover células */
#mtRankingPanel table thead tr > th:nth-child(2),
#mtRankingPanel table thead tr > th:nth-child(3),
#mtRankingBody tr > td:nth-child(2),
#mtRankingBody tr > td:nth-child(3) {
  display: none !important;
}

#mtRankingPanel table {
  table-layout: auto !important;
  width: 100% !important;
}

#mtRankingPanel table th,
#mtRankingPanel table td {
  vertical-align: middle !important;
  white-space: nowrap !important;
}

#mtRankingPanel table th {
  color: #8b00d4 !important;
  font-weight: 900 !important;
}
