html {
    font-family: Helvetica, Arial, Sans-Serif;
}

ol.alpha {
    list-style-type: lower-alpha;
}

/*pre.prettyprint, code.prettyprint {
  font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  border-width: 0;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  -o-border-radius: .5em;
  -ms-border-radius: .5em;
  -khtml-border-radius: .5em;
  border-radius: .5em;
}*/

div.container {
  padding-top: 20px;
}

div.row {
  margin-bottom: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
}

code.table-code-decl{
  margin-left: 0px;
  line-height: 1.85;
}

pre.table-code-block{
  margin-top: 5px;
  margin-bottom: 3.5px;
}

pre.prettyprint {
  width: 100%;
  padding: 0em 0em 0em 0em ;
  white-space: pre-wrap;
  vertical-align: top;
}

pre.prettyprint a, code.prettyprint a {
   text-decoration: none;
}

.plyr {
    min-width: 0;
}

.sources {
    color: #777;
    font-size: 80%;
    margin-bottom: 1em;
    margin-top: 10em;
}

dt {
    font-weight: 900;
}
