 /* don't underline inline code*/
 p > code > a {
   text-decoration: none !important;
 }


/* small box around version number*/
small.nav-text {
  color: #fff! important;
  background-color: #999999;
  padding: 0.2em 0.6em 0.2em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/* don't underline functions, library calls, operators in code */
span.fu > a, span.va > a, span.op > a, span.kw > a  {
  text-decoration: none !important;
}

/* don't underline library calls and color them blue */
span.kw > a {
  color: rgb(10, 15, 233) !important;
}

body {
  line-height: 1.846 !important;
  font-weight: 400 !important;
  color: #444444 !important;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: .1px !important;
}


