/* Remove decorative KPI halos; keep only the small ? help buttons. */
.sum::after,
.summary .sum::after,
.summary.five .sum::after{
  content:none!important;
  display:none!important;
}

.kpi-help-wrap::before,
.kpi-help-wrap::after{
  content:none!important;
  display:none!important;
}

.kpi-help-wrap{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}

.kpi-help-btn{
  box-shadow:0 3px 9px rgba(20,28,50,.08)!important;
}
