table.data thead tr {
  background-color: #eee;
}
table.data thead tr th {
  padding: 2px 4px;
  font-size: 13px;
}
table.data tbody tr {
  border-bottom: 1px solid #eee;
}
table.data tbody tr td {
  padding: 2px 4px;
  font-size: 13px;
}

.subject-name {
  border-bottom: 1px solid #999;
  padding: 2px 5px;
  margin-bottom: 1em;
  background-color: #f6f6f6;
}

.topic-name {
  padding-bottom: 5px;
  margin-bottom: 0em;
}

.topic-data-container {
  margin-bottom: 1em;
}

.topic-has-no-data {
  padding: 5px 5px;
  background-color: #fffdec;
  display: inline-block;
}

.chart-wrapper {
  border: 1px solid #333;
  height: 400px;
}

/*# sourceMappingURL=styles.css.map */
