@charset "utf-8";
.page-color,
.section-middle-heading { color: #a390d5; }
.article-section-headline {
  border-bottom-color: #a390d5;
  border-left-color: #a390d5;
  color: #000;
}
.table-of-contents { background-color: #f3f0f9; }
.section-inline-dt { width: 20%; }
@media only screen and (max-width:667px){
.section-inline-dt { width: 100%; }
}
@media only screen and (min-width:668px) and (max-width:1024px){
.section-inline-dt { width: 20%; }
}