/*
 * Site Map Styles
 */

#site-map {
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
#site-map a {
  text-decoration: none !important;
}
#site-map a:hover {
  text-decoration: underline !important;
}
#site-map #site-map-root {  
  margin: 0 0 3px 0;
  font-weight: bold;
}
