#toc_container {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #aaa;
  display: table;
  font-size: 95%;
  margin-bottom: 1em;
  padding: 20px;
  width: auto;
}

.toc_title {
  font-weight: 700;
  text-align: center;
}

#toc_container li,
#toc_container ul,
#toc_container ul li {
  list-style: outside none none !important;
}
#toc_container_hist {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid rgb(12, 12, 12);
  display: table;
  font-size: 95%;
  margin-bottom: 1em;
  padding: 20px;
  width: auto;
}
#toc_container_hist li,
#toc_container_hist ul,
#toc_container_hist ul li {
  list-style: outside none none !important;
}
