/**
 * @file
 * Overrides styles from toc_fitler module
 */

a.toc-filter-top {
  display: none;
}

.toc-filter .toc-filter-content {
  clear: none;
  margin: 0;
  border: none;
  padding: 1em;
  background-color: transparent;
}

.toc-filter-bullet ul.toc-filter-links li {
  background: url('../images/bullet-arrow.png') no-repeat scroll 0 5px ;
  list-style: none;
  padding: 0;
}

ul.toc-filter-links li a {
  margin: 0 10px 0 27px;
}

ul.toc-filter-links li a strong {
  font-weight: normal;
}

.toc-filter-back-to-top {
  display: none;
}
