body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  color: #fff;
  background-color: #303030;
}

h1, h2 {
  font-weight: normal;
  color: #808080;
}

ol, ul {
  list-style: none;
  padding-left: 0;
}
ol li, ul li {
  margin-bottom: 3px;
}
ol .label, ul .label {
  display: inline-block;
  color: #808080;
  width: 8em;
}
ol .frequency, ul .frequency {
  color: #ff6600;
  background-color: #ff6600;
  padding: 3px;
  border-radius: 3px;
  cursor: default;
}
ol .frequency .freq_num, ul .frequency .freq_num {
  color: #303030;
  font-size: 0.9em;
  font-weight: bold;
}
ol .important, ul .important {
  font-weight: bold;
}

#profile li {
  margin-bottom: 9px;
}/*# sourceMappingURL=dark.css.map */