@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Roboto:400,500,700');
body {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
}
body {
  font-family: Helvetica, 'Roboto', monospace;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.85em;
}
#topnav {
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85em;
  text-transform: none;
}
#topnav ul > li > a {
  text-decoration: none;
}
#topnav ul > li > a:hover {
  text-decoration: none;
}
#contentnav {
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.85em;
  text-transform: none;
}
#contentnav > ul > li > a {
  text-decoration: none;
}
#contentnav > ul > li > a:hover {
  text-decoration: none;
}
#bottomnav {
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.85em;
  text-transform: none;
}
#bottomnav > ul > li > a {
  text-decoration: none;
}
#bottomnav > ul > li > a:hover {
  text-decoration: none;
}
#content {
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.85em;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: 'Helvetica Neue', Helvetica, 'Roboto', monospace;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
}
#content pre > code {
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  white-space: pre-wrap;
  word-break: break-all;
}
#content ul,
#content ol {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  list-style-position: inside;
}
#content a {
  text-decoration: underline;
}
#content a:hover {
  text-decoration: underline;
}
header {
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85em;
  text-transform: none;
}
header a {
  text-decoration: none;
}
footer {
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.85em;
  text-transform: none;
}
footer a {
  text-decoration: none;
}
