html {
  scroll-behavior: smooth;
}
body{
  padding-top: 1em;
  background: #141512;
  color: #CCC;
}
table.table{
  color: #6A95B9;
}
/*.flexo-codex.codestudio{
  background: #111;
  color: #CCC;
}
.flexo-codex.codestudio{
  background: #FFFFFF;
  color: #3E3E3E;
}*/
.flexo-codex #main-content{
  font-size: 14px;
}
code{
  background: #111;
}
hr{
  border-color: #808080;
}
.entry-title{
  font-size: 30px;
  margin: 10px 0;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #2b2b2b;
}

.list-group-item{
  background: #333;
}

/* Legacy Docs */
.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}
ol h3{
  margin-bottom: 0;
}
hr.section-separator{
  margin: 60px 0;
}
.breadcrumb{
  background: #272822;
  color: #FFF;
}
.text-muted strong{
  font-weight: normal;
  color: #FFF;
}
#q{
  border-radius: 15px;
  max-height: 30px;
  background: #1b1b1b;
  border-color: #525252;
  color: #CCC;
}