/* Table of Contents CSS
 */
.toc {
  background-color: #f5f5f7;
  border: 1px solid #ebebeb;
  font-size: 95%;
  text-align: left;
}

.content .toc {
  max-width: 65%;
}
/* cancel the width formatting in the block */
.block .toc {
  max-width: 100%;
}

.toc-title {
  text-align: center;
}

.toc-list {
  padding: 0 10px 0 0;
}

.toc-toggle-message {
}

.toc ul {
  list-style-image: none;
  list-style-type: none;
}

.toc-number {
  display: block;
  float: left;
  margin-right: 1em;
  color: #bbb;
}

.toc-back-to-top {
  text-align: right;
}
