/* Enter Your Custom CSS Here */

#toc_container {
  margin-left: auto;
  margin-right: auto;
}
.button {
  background: none repeat scroll 0 0 #00a1e0;
  color: #ffffff !important;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 2px;
  padding: 2px 7px;
  text-decoration: none;
  font-weight: bold;
  transition: all .3s ease 0;
}
.button:hover {
  color: #000000 !important;
  background: none repeat scroll 0 0 #00a1e0;
  text-decoration: none;
}