/**
 * Table of Contents styles.
 */
.mta-toc {
  /* Basic styling will go here */

} 

.mta-toc ul.mta-toc__list a{
  text-decoration: underline;
  font-weight: bold;
}


.mta-toc-wrapper h2.field--label {
  font-size: 1.35rem;
  line-height: 1.35rem;
  padding-bottom: 10px;
}

.mta-toc-wrapper {
  display: inline-block;
}

.mta-toc ul.mta-toc__list {
  padding-left: 0;
  margin-bottom: 0;

}

.generic-page > .content > .mta-toc-wrapper {
  margin-top: 1.25rem;
}