.accordion-header {
  background: #e4e4e4;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.accordion-header.open {
  background: #d0d0d0;
}

.accordion-content {
  background: #f9f9f9;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.kstats-users li span.guest {
    display: none !important;
}
