@CHARSET "UTF-8";
div.ano_count {
  vertical-align: bottom;
  font-size: 14px;
  font-family: monospace;
  text-align: center;
  border: none;
}

td.high {
  background-color: #FF230F;
  border: 1px solid gray;
}

td.high div.ano_count {
  font-family: sans-serif;
  color: white;
  font-weight: bold;
}

td.medium {
  background-color: #EFFF99;
  border: 1px solid gray;
}

td.medium div.ano_count {
  font-family: sans-serif;
  color: black;
  font-weight: bold;
}

div.ano_count_details {
  display: none;
  position: absolute;
  width: 20em;
  height: 6em;
  background-color: #CBCBCB;
  border: 1px solid gray;
  z-index: 15;
}

div.ano_count_details div.bd {
  padding: 0.5em 0 0.5em 0.5em;
}

div.ano_count_details span.caption {
  display: block;
  margin: 0;
  width: auto;
  font-weight: bold;
  text-align: center;
}

div.ano_count_details hr {
  width: 75%;
}