.docnav {
    padding-left: 0px;
}
.docnav ul {
    padding-left: 15px
}

.docnav li {
    list-style: none;
    font: normal 12px "Open Sans", "Lucida Grande", "Helvetica Neue", Arial;
    border-bottom: 0px;
}

.docnav li a:hover, .docnav li a:active {
    text-decoration: none;
    color: #666;
}
/* plus */
.docnav li.level1 > a > span:after, .docnav li.level2 > a > span:after, .docnav li.level3 > a > span:after {
    content: '\f0fe';
    font-family: 'Font Awesome 5 Free';
    color: darkslategray;
    font-size: 14px;
    padding-right: 12px;
    text-decoration: none;
}

.docnav li.level1, .docnav li.level2, .docnav li.level3{
    text-indent: -1.7em;

}

/* empty square*/
.docnav li.level1items > a:before, .docnav li.level2items > a:before, .docnav li.level3items > a:before {
    content: '\f0c8';
    font-family: 'Font Awesome 5 Free';
    color: lightgray;
    font-size: 14px;
    padding-right: 12px;
    text-decoration: none;
}


/* minus */
.docnav li.open > a > span:after {
    content: '\f146';
    font-family: 'Font Awesome 5 Free';
    color: darkslategray;
    font-size: 14px;
    padding-right: 12px;
}


.docnav li.level3, .docnav li.level3items {
    padding-left: 2px;
}
.docnav li.level2, .docnav li.level2items {
    padding-left: 2px;
}
.docnav li.level1, .docnav li.level1items {
    padding-left: 2px;
}

.docnav li {
    margin: 7px 0px;
}

li.level1.open > ul > li.level1items.open a, li.level2.open > ul > li.level2items.open a, li.level3.open > ul > li.level3items.open a {
    color: black;
    font-weight: bold;
}

li.level1.open > ul > li.level1items.open > a:before, li.level2.open > ul > li.level2items.open > a:before, li.level3.open > ul > li.level3items.open > a:before {
    color: black;
    font-weight: 500;
}

.relatedResources {
    font-size: 13px;
    color: black;
    margin: 10px 0px;
}

.productTitle {
    font-size: 18px;
    font-weight: bold;
    color: #24356B;
    display: block;
    padding-top: 40px;
}

hr.resourceSeparator {
    display: block;
    margin-top: 1.7em;
    margin-bottom: 1.7em;
    margin-left: 0px;
    /*margin-right: auto;*/
    border-width: 1px;
    color: #24356B;
    max-width: 80%;
}

.docnav li a{
  line-height: 18px;
  display:table;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  text-indent: 0px;
}

@media (max-width: 600px) {
  .docnav li a{
    max-width: 180px;
  }
  .githubButton {
    display: none;
  }
}

@media (min-width: 600px) {
  .docnav li a{
    max-width: 240px;
  }
}
