/* score-charts specific styles (externalized) */
.table-container {
  max-height: 450px;
  overflow-y: auto;
}

/* Crisp borders / alignment */
table { border-collapse: collapse; border-spacing: 0; }

/* Layout for fully-visible header groups */
.score-table.table-fixed { table-layout: fixed; }

/* Center table content and vertical alignment */
.score-table th,
.score-table td { text-align: center; vertical-align: middle; }
