#nb_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: scroll;
    font-size: 24px;
}
#nb_content_main {
    background-color: #111111 !important;
}
pre {
    color: #E7E7E7;
}
body, .header-topnav {
    font-family: Verdana !important;
    background-color: #111111 !important;
    color: #DFDFDF !important;
}
textarea {
    background-color: #252525 !important;
    color: white !important;
}
.menu li svg {
    color : white !important;
}
a, .card-title, .text-title, h1, h2, h3, h4, h5, h6 {
    color : #DFDFDF !important;
}
hr {
    border-top: 1px solid rgba(128, 128, 128, 0.5);
}
.form-group label {
    color: #DFDFDF !important;
}
.form-control-plaintext {
    color: #DFDFDF;
}
.form-control {
    background: #323232;
    border: 1px solid #999999;
    color: #DFDFDF;
}
.form-control:disabled,
.form-control[readonly] {
    background: #272727;
}
.form-control:focus {
    background-color: #142f50;
    color: #fff;
}
.form-control {
    display: inline-block !important;
}
.btn, .btn-primary {
    background-color: rgba(0, 255, 0, 0.25) !important;
    border-color: rgba(0, 128, 0, 0.25) !important;
}
.btn-r {
    background-color: rgba(255, 0, 0, 0.5) !important;
    border-color: rgba(128, 0, 0, 0.25) !important;
}
#nb_menu {
    position: absolute;
    width: 100%;
}
#nb_home {
    position: absolute;
    left: 0.25rem;
    top: 0.15rem;
}
#nb_hmenu {
    padding: 0;
    margin: 0;
    font-size: 3rem;
    position: absolute;
    right: 0.6rem;
    top: -1rem;
    color: green;
    cursor: pointer;
}
#nb_logo {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.25rem;
}
#nb_ops {
    font-size: 1.5rem;
    display: none;
    position: absolute;
    border: 2px solid green;
    padding: 1.5rem;
    border-radius: 0.75rem;
    top: 3rem;
    right: 0.25rem;
    width: 15rem;
    background-color: black;
    z-index: 999
}
#nb_ops a {
    display: inline-block;
    width: 100%;
}
#nb_ops hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#nb_mgmt {
    border-bottom: 2px solid rgba(40, 200, 104, 0.25);
    height: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 0.25rem;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
}
#nb_head {
    white-space: nowrap;
    flex-grow: 1;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
#nb_buy {
    font-size: 1rem;
    min-width: 3rem;
}
a {
    color: #0CC066 !important;
}
#nb_mgt_mkt {
    font-size: 0.75rem;
    font-style: italic;
}
#nb_info {
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    overflow-x: scroll;
}
#nb_loading {
    font-size: 5rem;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
#nb_load_txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#nb_load_bar {
    height: 0.25rem;
    width: 50%;
    background-color: green;
    position: relative;
    left: 25%;
}
#nb_chat {
    font-size: 1.5rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 12.5rem;
    overflow: scroll;
    padding-bottom: 0.5rem;
}
#nb_chat_ask {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    text-align: right;
    position: absolute;
    right: 1rem;
    left: 1rem;
    bottom: 0;
}
#nb_chat_prompt {
    font-size: 1.5rem;
    width: 100%;
    border: 1px solid rgba(0, 255, 0, 0.15) !important;
}
#nb_prompt_send {
    margin-top: 0.5rem;
    font-size: 1.25rem;
}
#nb_alert {
    font-size: 0.75rem;
    padding: 0.5rem;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(128,128,128,0.5);
    cursor: default !important;
    display: inline;
}
.nb_alert_success {
    background-color: rgba(0,255,0,0.75) !important;
}
.nb_alert_error {
    background-color: rgba(255,0,0,0.75) !important;
}
#nb_no_alerts {
    position: absolute;
    bottom: 0;
    font-size: 0.75rem;
    font-weight: bold;
    display: none;
}
#nb_open_quote {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    color: rgba(128,128,128,0.75);
}
#nb_chat_options {
    z-index: 255;
    position: absolute;
    bottom: 0;
    left: 0;
}
#nb_chat_options button {
    font-size: 1.25rem;
}
span {
    vertical-align: top;
    display: block;
}
span > b {
    vertical-align: top;
}
.upper {
    text-transform: uppercase;
}
.center {
    text-align: center !important;
}
.code {
    font-size: 1rem;
    border: 3px solid rgba(255,255,255,0.5);
    border-radius: 0.25rem;
    padding: 0.5rem;
    background-color: rgba(128,128,128,0.25);
}
.il-pre {
    font-size: 22px;
    display: inline;
    font-family: monospace;
    word-wrap: break-word;
}
.ad {
    font-size: 30px;
    border: 2px solid;
    border-radius: 6px;
    padding: 1rem;
    background-color: rgba(128,128,128,0.5);
}
.ad1 { animation: b1 2s linear infinite; }
.ad2 { animation: b2 2s linear infinite; }
.ad3 { animation: b3 2s linear infinite; }
.ad4 { animation: b4 2s linear infinite; }
.ad5 { animation: b5 2s linear infinite; }
@keyframes b1 { 50% { color: #AD310B; background-color: black; }}
@keyframes b2 { 50% { color: #45A80C; background-color: black; }}
@keyframes b3 { 50% { color: #0B95AD; background-color: black; }}
@keyframes b4 { 50% { color: #9040FF; background-color: black; }}
@keyframes b5 { 50% { color: #F200FF; background-color: black; }}
.remove-ad { cursor: pointer; }