* {
  font-family: sans-serif;
}

a, span.button {
  color: blue;
  text-decoration: underline;
}

a:hover, span.button:hover {
  color: red;
}

a:visited {
  color: blue;
}

table {
  border-collapse: collapse;
  border: 2px solid #000;
}

table.data-tables {
  display: none;
}

table.data-tables.displayed {
  display: table;
}

td, th {
  border: 1px solid #000;
  padding: 0.3em;
}

td.numeric {
  text-align: right;
}

div.data-charts {
  display: none;
}

div.data-charts.displayed {
  display: block;
}

span.button {
  cursor: pointer;
}

span.yes {
  color: green;
}

span.no {
  color: red;
}

div.map {
    position: relative;
    width: 90%;
    height: 50em;
    margin-left: auto;
    margin-right: auto;
}
