body {
    background-color: #05080a;
    color: #F2F2F2;
}

md-block {
    white-space: pre;
    font-family: monospace;
}

footer {
    background-color: #000000e3 !important;
}

.full-width {
    width: 100%;
}

.list-group {
    border: 1px solid #000;
}

.list-group-item {
    background-color: #11111109;
    border: 0px;
    border-top: 4px solid #FFFFFF0B;
    border-bottom: 4px solid #FFFFFF0B;
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-group-item .link {
    display: block;
    width: 100%;
    color: #FFF !important;
    text-decoration: none;
    font-weight: bold;
}

.list-group-item .link:hover {
    text-decoration: underline;
}

.navbar-vertical {
    display: block;
    padding: 0;
}

.nav-item {
    background-color: #FFFFFF0F;
    border-radius: 8px;
    margin-bottom: 8px;
}

.nav-item .nav-link {
    color: #FFF;
    text-decoration: none;
}

.nav-item .nav-link:hover {
    text-decoration: underline;
}

.container-fluid {
    max-width: 1600px;
}

.ml-1 {
    margin-left: .25rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.ml-3 {
    margin-left: .75rem !important;
}

.ml-4 {
    margin-left: 1rem !important;
}

.ml-5 {
    margin-left: 1.25rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mr-3 {
    margin-right: .75rem !important;
}

.mr-4 {
    margin-right: 1rem !important;
}

.mr-5 {
    margin-right: 1.25rem !important;
}