.highscore-title {
	font-size: 1.4em;
  margin-bottom: 1em;
}

.ui.table.highscore-table {
  font-size: .6em;
  width: 60%;
}
/*
.highscore-table thead th {
  background-color: #333;
  padding: 5px;
}

.highscore-table td:nth-child(1),
.highscore-table th:nth-child(1) {
  border-right: 1px solid #666;
}

.highscore-table tbody td {
  text-align: right;
  min-width: 200px;
  padding-right: 5px;
}

.highscore-table tbody tr:nth-child(odd) td {
  background-color: #444;
}

.highscore-table tbody tr:nth-child(even) td {
  background-color: #555;
}*/