/* h3, h4, h5, h6, h7, h8 {
    border: none;
}
 */

 

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');

.main, .refcontent, .tocview, .tocsub, .sroman, i {
    font-family: 'Nunito', sans-serif;
}

.navsettop, .navsetbottom {
    /* Rounded border */
    border-radius: 5px;
    /*background-color: #FFAF80;*/
    border: none;
    color: black;
}

.tocview, .tocsub {
  /*background-color: #FFAF80;*/
  border-radius: 5px;
  color: black;
}

.tocviewlink {
  color: black;
}
  
.tocviewselflink {
  color: black;
}

.tocviewtoggle {
  color: black;
}

.versionbox {
  display: none !important;
}
