table#fusion-chart-data-table {
  border: #777 1px solid;
}
table#fusion-chart-data-table thead tr th {
  background-color: #777;
  border-bottom: 0px;
  color: #fff;
  font-weight: normal;
}
table#fusion-chart-data-table tbody tr td.data-label {
  text-align: left;
  padding: 0px 1em;
}
table#fusion-chart-data-table tbody tr td.data-value {
  padding: 0px 1em;
}
table#fusion-chart-data-table tbody tr.odd {
  background-color: #ddd;
}
table#fusion-chart-data-table tbody tr.even {
  background-color: #fff;
}
.node-nlrb-fusion-charts-multiseries table#fusion-chart-data-table th,
.node-nlrb-fusion-charts-multiseries table#fusion-chart-data-table td {
  text-align: right;
  padding: 0px 1em 0px 0px;
}
.node-nlrb-fusion-charts-singleseries table#fusion-chart-data-table th,
.node-nlrb-fusion-charts-singleseries table#fusion-chart-data-table td {
  text-align: center;
  padding: 0px 1em;
}
