#scoring-list-container {
  width: 100%;
  padding: 10px;
  color: #eee;
}

#scoring-list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

#scoring-list-table th {
  text-align: left;
  padding: 6px 4px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: #f0e6d2;
}

#scoring-list-table td {
  padding: 6px 4px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sparkline {
  width: 120px;
  height: 32px;
  cursor: pointer;
}

#score-tooltip {
  position: absolute;
  background: rgba(20,20,20,0.95);
  border: 1px solid #b87333;
  padding: 8px;
  border-radius: 6px;
  color: #eee;
  font-size: 12px;
  z-index: 9999;
}

#score-tooltip.hidden {
  display: none;
}

#score-tooltip button {
  margin-top: 6px;
  width: 100%;
  background: #b87333;
  border: none;
  padding: 4px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
