@charset 'utf-8';

#manual-index.terms .manual-index-chapter-body > ul > li > ul > li ul li{
  padding-left:1.0em !important;
}

#manual-index.terms .manual-index-chapter-body > ul > li > ul > li ul.ref > li::before{ 
  content:''; 
  top:0.8em; 
  left:0;
  height:0;
  width:0;
  border-style:solid;
  border-width:3px 0 3px 5px;
  border-color:transparent transparent transparent #888;
  background:transparent !important;
  position:absolute;
}

@media (min-width: 769px){
  #manual-index.terms .manual-index-chapter-body > ul > li > ul > li ul.ref > li::before{ 
    content:''; 
    top:0.2em; 
  }
}
