.state-table {
  max-width: 500px !important;
  border-collapse: collapse;
  font-size: 14px !important;
  width: 100% !important;
  word-break: initial;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em !important;
  margin-top: 1em;
  background: #1a1f2b;
  color: #fff;
}

.state-table td.number {
  font-weight: bold;
  text-align: right;
}

.state-table th, .state-table td {
  padding: 12px 6px !important;
  border-bottom: 2px solid #2e374d;
  vertical-align: middle !important;
}

.state-table tr td {
  text-align: left;
  background: #1a1f2b !important;
}

.state-table thead tr th {
  background-color: #2e374d !important;
  color: #fff !important;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  text-transform: none !important;
  border-radius: 0 !important;
}

.state-table thead tr th.number {
  text-align: right;
}

.pollometer-state {
  border-left: 1px solid #eee;
  padding: 5px 0;
}

.pollometer-state div {
  height: 12px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.3;
}

div.biden {
  background-color: #3471b7;
}

div.trump {
  background-color: #ea4e5e;
}