html, body{
  background-color: #eef1f4!important;
}

.dark-box{
  background-color: #202a36!important;
}

.logo{
  background-image: url(../images/logo_old.png)!important;
  background-repeat: no-repeat!important;
  background-position: left center!important;
  background-size: 70px auto!important;
}

.content pre{
  padding: 20px;
  background-color: #19212b;
}

.content pre, .content blockquote{
  color: #fff!important;
  margin: 0!important;
  width: 50%!important;
  float: right!important;
  clear: right!important;
  box-sizing: border-box!important;
}

.content blockquote{
  padding-left: 20px!important;
}

table{
  font-size: 13px!important;
}

.navbar{
  background: #252759!important;
}

.content h2{
  font-size: 12px !important;
  margin-top: 10px !important;
  margin-bottom: 6px !important;
  border: none !important;
  text-transform: uppercase;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.content h2.sub-title{
  border-top: 1px solid #dae1e9!important;
  padding-top: 20px!important;
  padding-bottom: 6px!important;
  margin-top: 25px!important;
  font-size: 22px!important;
  text-transform: none!important;
  font-weight: 600;
}

.tocify-wrapper{
  background-color: white !important;
}

.content_body{
  background-color: #eef1f4 !important;
}

.content table {
  max-width: 46%;
  margin-left: 30px!important;
  margin-bottom: 1em!important;
  padding: 20px !important;
  background: white!important;
  border-radius: 4px!important;
}

.content table th {
  /*padding: 10px!important;*/
  border-bottom: 1px solid #dae1e9!important;
  vertical-align: bottom!important;
  font-size: 12px!important;
  font-weight: 600!important;
  color: #797f86!important;
}

.content table tr:last-child {
  border-bottom: 1px solid #dae1e9!important;
}

.content.docs code, p code, li code, table code {
  border: solid 1px #dae1e9!important;
  background-color: white!important;
  color: #670aba!important;
  font-size: 12px!important;
}

.content .code{
  padding: 3px!important;
  border-radius: 3px!important;
  font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif!important;
  font-size: 12px!important;
  line-height: 1.5!important;
}

p.no-m-b{
  margin-bottom: 0!important;
}

.alert-panel{
  /*margin-bottom: 1rem;*/
  border-radius: .25rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
