/*
 * Site Map Styles
 */

#site-map {
  margin: 0;
  padding: 0;
}
#site-map a {
  text-decoration: none;
}

/*
 *  list of alerts on handson pages.
 */
ul#alerts {
  list-style: none;
  overflow: hidden;
  color: #b00;
  background: #fcc;
  border: 1px solid #b00;
  margin: 0 0 1em 0;
  padding: 0.3em;
}
ul#alerts li {
  margin: 0;
  padding: 3px 0 3px 0;
}