#qg-content #legend span {
  white-space: nowrap;
}
#qg-content #legend span:before {
  content: ' ';
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
  border: 1px solid #ccc;
}
#qg-content #legend span.unburnt:before {
  background: #fff;
}
#qg-content #legend span.low:before {
  background: #72b924;
}
#qg-content #legend span.moderate:before {
  background: #f9f119;
}
#qg-content #legend span.high:before {
  background: #ffa500;
}
#qg-content #legend span.extreme:before {
  background: #e40d0d;
}
#qg-content table[data-chart-type] {
  width: 100%;
}
#qg-content table[data-chart-type] thead tr, #qg-content table[data-chart-type] thead > tr > th {
  background-color: #fff;
  color: #000;
}
#qg-content table[data-chart-type] caption {
  font-weight: normal;
}
#qg-content .figure {
  border: 1px solid #eee;
  padding: 0.5em;
  margin: 0 0 1.5em;
}
#qg-content .figure .figure-caption {
  font-size: 0.875rem;
  font-style: italic;
  color: inherit;
  padding: 0 0.5em 0.5em;
  text-align: center;
}
