body {
    color: #d5d5e7;
    font-family: Roboto, 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    background: #020219;
}
.advance-market .align-center-center, .align-center-end {
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.advance-market .mask {
    position: absolute;
    top: 0;
    width: 93%;
    height: 93%;
    z-index: 900;
    background: hsla(0, 0%, 100%, .7);
}
.panel {
    background: inherit;
    border: 1px solid #000;
    color: #d5d5e7;
}

.panel-grey .panel-heading {
    border-radius: 0px;
    padding: 6px;
    margin: 0 0 6px 0;
    background-color: #293235;
    text-align: left;
    position: relative;
}

.panel-grey .panel-heading h6 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
}

.chart-toggle-control {
    display: inline-block;
    padding-right: 10px;
}

.panel h6.h1 a.active {
    color: #d5d5e7;
}

a.chart-toggle-control {
    color: #5c7680;
}

.panel .divider {
    display: inline-block;
    width: 10px;
}

#ohlc_chart {
    height: 310px;
}

#depth_chart {
    height: 310px;
}

.order-form .nav-pills {
    margin-bottom: 5px;
}

.order-form .nav-pills > li + li > a {
    margin-top: 0;
    margin-left: 0px;
}

.order-form .buy_btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 25px;
    font-weight: bold;
    cursor: pointer;
    font-size: 10px;
    color: rgb(255, 255, 255);
    width: 100px;
    background: rgb(68, 190, 36);
}

.order-form .sell_btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 25px;
    font-weight: bold;
    cursor: pointer;
    font-size: 10px;
    color: rgb(255, 255, 255);
    flex: 1 1 auto;
    width: 100px;
    background: rgb(239, 79, 27);
}

.order-form .nav-pills > li {
    font-size: 12px;
}

.order-form .nav-pills > li > a {
    color: #fff;
    border-radius: 0px;
}

.order-form .nav > li > a:hover {
    text-decoration: none;
    background-color: rgb(105, 113, 118);
}

.order-form .nav-pills > li.active > a {
    color: #fff;
    background-color: rgb(105, 113, 118);
}
.input-group-addon-right {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #d5d5e7;
    text-align: right;
}
.input-group-addon-left {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #d5d5e7;
    text-align: left;
    width: 75px;
}
@media screen and (max-width: 1279px) {
    .exchange-container {
        padding-bottom: 24px;
    }

    .exchange-container .exchange-panel.exchange-charts-panel {
        height: 400px;
        padding-bottom: 12px;
    }

    .exchange-container .exchange-panel.exchange-placeorder-panel {
        height: 400px;
    }

    .exchange-container .exchange-panel.exchange-orders-panel {
        height: 400px;
    }

    .exchange-container .exchange-panel.exchange-orderbook-panel {
        height: 400px;
    }

    .exchange-container .exchange-panel.exchange-trades-panel {
        height: 400px;
    }
}

@media screen and (max-width: 992px) {
    .exchange-container {
        padding-top: 16px;
    }
}
