.banner {
    padding: 15px 20px;
    color: #ced4da;
    background-color: #212529;
    border-top: 1px solid #343a40;
    border-bottom: 1px solid #343a40;
}

body
{
    background-color: #3a3f44;
    color: #f8f9fa;
}

/* Top Bar */
.bs-docs-nav
{
    text-shadow: none;
    background-color: #212529;
    border-bottom: 1px solid #495057;
    box-shadow: none;
}

.navbar-brand
{
    white-space: pre-wrap;
    margin-right: -12px;
    line-height: 40px;
}

.bs-header
{
    background-color: #52585d;
    color: #ffffff;
    border-bottom: 1px solid #3a3f44;
}

.bs-header h1
{
    color: #f8f9fa;
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    color: #e9ecef;
    font-weight: 600;
}

.page-header
{
    border-bottom: 1px solid #6c757d;
}

.pre-razz
{
    background-color: rgb(133, 130, 0);
}

/* --- Side Navigation Bar --- */
.bs-sidenav
{
    background-color: #3a3f44;
}

.bs-sidebar .nav > .active > a
{
    font-weight: Bold;
    color: #f8f9fa !important;
    background-color: #495057;
    border-right: 2px solid #adb5bd !important;
}

.bs-sidebar .nav > li > a
{
    color: #adb5bd;
}

.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus,
.bs-sidebar .nav > .active > a:hover,
.bs-sidebar .nav > .active > a:focus
{
    color: #f8f9fa !important;
    background-color: #495057 !important;
    border-right: 2px solid #868e96 !important;
}


/* --- Other Elements --- */
.youtube-container
{
    text-align: center;
}

.ytvideo-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.5%;
}

  .ytvideo-container iframe,
  .ytvideo-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.video-container {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.944%;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    outline: none;
    cursor: pointer;
}

.CodeMirror
{
    height: 300px !important;
    background: #212529 !important;
    color: #f8f9fa;
}

.CodeMirror-linenumbers
{
    background: #343a40;
}

.CodeMirror-linenumber
{
    color: #adb5bd !important;
}

.copy-btn
{
    position: absolute;
    z-index: 100;
    right: 0;
    margin-top: 4px;
    margin-right: 34px;
    opacity: 0.5;
}

.copy-btn:hover
{
    opacity: 1;
}

.pull-left
{
    float: left;
}

.scale-down
{
    object-fit: scale-down;
}

ul.clist {
    padding-left: 0;
    margin-left: 20px;
  }

  ul.clist li {
    list-style-type: disc;
    margin-left: 0;
  }