* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;    
    color: #ffffff;
    box-sizing: border-box;    
}
body {
    background-color:#0A4E50;
}
section {
    display: flex;    
    align-items: center;
    justify-content: center;    
    width:100%;
    flex-direction: column;
}
.allMarkets {
    display: inline-block;    
    width: 100%;
    padding: 15px;
    border-radius: 15px;
}
.allMarkets .marketsContainer {
    display: flex;
    font-size: 15px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between ;    
    text-align: center;
    flex-grow: 1;
    margin-bottom: 13px;
}
.allMarkets .marketsContainer .market {
    display: flex;
    font-size: 15px;
    width: 100%;
    align-items: center;
    justify-content: space-between ;    
    text-align: center;

    border-radius: 5px;
    background-color: #0A4E50;
    padding: 5px 0px;
}
.allMarkets .activeSignal {
    background-color: rgba(0,149,3,0.75);
}
.allMarkets .marketsContainer .market:nth-child(odd){
    background-color: #1B3A34;
}
.allMarkets .marketsContainer .marketType {
    font-size: 10px;
}
.allMarkets .item {
    flex-basis: 9%;
}
.allMarkets .depth {
    flex-basis: 100%;
    margin: 0px 8px;
    border-radius: 5px;
}
.allMarkets .signal {
    min-width: 200px;
}
.allMarkets .symbol, .allMarkets .price, .allMarkets .marketCapRank, .allMarkets .pnl {
    font-size: 16px;
}
.change, .orderbooks, .ATR, .volume, .trend {
    display:none;
}
.allMarkets .marketsContainer .activeMarket {
    display: none;
}
.allMarkets .marketsHeader {
    display: flex;
   
    width: 100%;
    align-items: center;
    justify-content: space-between ;    
    text-align: center;
    position: relative;
   
    font-size: 24px;
}
.wallTemplate {
    display: none;
}
.orderBookWalls, .bidWalls, .askWalls, .wallsHeader {
    display: flex;
    flex-direction: column;
    width: 100%;        
    justify-content: right ;
}
.orderBookWalls {
    min-width: 285px;
    max-width: 285px;
}
.orderBookWalls .wall {
    display: flex;
    width: 100%;    
    justify-content: right ;    
    align-items: right;
    margin-left: auto;
    padding: 0 9px;
    border-radius: 1rem;
    margin-bottom: 1px;
    
}
.orderBookWalls .wall > * {
    flex-basis: 100%;
    text-align: right;
    font-size: 11px;
}
.orderBookWalls .wall .price {
    min-width:65px;
    max-width:65px;    
}
.orderBookWalls .wall .delta {
    min-width:50px;
    max-width:50px; 
}
.orderBookWalls .wall .amount {
    min-width:50px;    
}
.orderBookWalls .wallData {
    display: flex;
    width: 100%;    
    justify-content: space-between ;        
    align-items: center;
}
.orderBookWalls .wallData > * {
    text-align: center;
    font-size: 21px;   
}
.marketDisplay .orderbookAI, .marketDisplay .volumeAI, .marketDisplay .trendAI, .marketDisplay .wallPrice, .marketDisplay .spockPrediction, .marketDisplay .spockPredictionQuick, .marketDisplay .spockPredictionSlow {
    border-radius: 1rem;
    padding: 0 3px;
    font-size: 14px;
    margin: 6px 0px;
    font-weight: bold;
    align-items: center;
}
.marketDisplay .wallPrice {
    font-size: 18px;
}

.marketDisplay .wallPrice {
    font-size: 21px;
}
.allMarkets .marketsHeader input {
    max-width: 240px;
    font-size: 16px;
    padding: 3px;            
}
.allMarkets .marketsHeader input[type="checkbox"] {    
    height: 21px;
    width: 21px;
    margin: 10px;    
}
.allMarkets .marketsHeader .item, .allMarkets .marketsHeader .depth {
    cursor: pointer;
}
.allMarkets .symbol img {
    max-width: 10px;
    max-height: 10px;
}

.marketDisplay  {        
    border-radius: 9px;
    background-color: rgba(0,0,0,0.8); 
    padding: 3px 3px;
    margin-left: 9px;
}
.marketDisplay .symbol {
    font-size: 24px;
    text-align: center;    
    border-radius: 9px;
}
.marketDisplay .symbol img {
    max-height: 21px;    
    margin-right: 1rem;
}

.marketDisplay .spockPrediction img, .marketDisplay .spockPredictionQuick img, .marketDisplay .spockPredictionSlow img, .marketDisplay .orderbookAI img, .marketDisplay .volumeAI img{
    max-height: 15px;    
    margin-bottom: 4px;
    vertical-align: bottom;
}
.marketDisplay .spockPrediction .upDown, .spockPredictionQuick .upDown, .spockPredictionSlow .upDown, .marketDisplay .orderbookAI .upDown {
    max-height: 8px;    
    margin-bottom: 6px;
}
.spockPrediction img, .spockPredictionQuick img, .spockPredictionSlow img, .orderbookAI img {
    max-height: 8px;   
     
}
.predictionIcon {
    max-height: 10px;    
}
.marketTemplate {
    display: none;
}
.spockTime, .wallSpan {
    padding: 6px 0px;
    width:100%;
    font-size: 11px;
    max-height: 34px;
}
.spockTime input, .wallSpan input {
    width:auto;
}
.spockTimeTitle, .wallSpanTitle {
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
}

#filterSymbol {
    color: #000;
}

.marketDetails {
    width: 100%;
    display: block;
}

#tradingview_32b9a {
    display: block;
    height: 483px; 
    width: 1070px;
    float: left;
}    
.globalDataUSDT, .globalDataBTC {
    margin-bottom: 1rem;
    background-color: #1B3A34;
    border-radius: 5px;
    padding: 5px 0px;
}