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