div#sitemap-content {
  width : 780px;
  margin : 0 0 40px 0;
  overflow : hidden;
}

div#sitemap-content div.title,
div#sitemap-content div.title h2 {
  font-size : 15px;
  width : 780px;
  border-top : 1px solid #9ea6ac;
  padding : 5px 0 1px 5px;
  margin : 5px 0;
  font-weight: bold;
}


div#sitemap-content div.title h2 {
  display: inline;
}

div.sitemap-breadcrumb {
  border-top : 1px solid #e7e7e7;
  font-size : 11px;
  color : #000000;
  padding : 2px 5px;
  margin-top : 4px;
}

div.sitemap-breadcrumb a {
  color : #7c95f8;
}

div#sitemap-content div.title span,
div#sitemap-content div.title h4 {
  font-size : 12px;
  font-weight : normal;
  display: inline;
}

div#sitemap-content table.sitemap-table {
  padding : 5px 0 8px 0;
  width : 780px;
  font-size : 11px;
  color : #31383e;
  border-top : 1px solid #d7d7d7;
}

div#sitemap-content table.sitemap-table tr td {
  padding : 0 10px;
  margin : 0;
  width: 25%;
  vertical-align: top;
}

div#sitemap-content table.sitemap-table tr td h2,
div#sitemap-content table.sitemap-table tr td h3 {
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: inline;
}

div#sitemap-content table.sitemap-table a {
  color : #244ef4;
  font-size : 12px;
}

