*{box-sizing:border-box;-webkit-font-smoothing:antialiased}html{font-size:16px}body{font-family:Inter,sans-serif;font-size:1rem;line-height:1.25;color:#1a1a1a;overflow-x:hidden}small{display:block;font-size:85%;text-align:right}.orderDepth{margin-bottom:1rem;border-top:1px solid #003b89}.orderDepth__header{color:#003b89}.orderDepth__row{border-bottom:1px solid #003b89;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.orderDepth__cell{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;padding:18px 0}.orderDepth__price{width:80px}.orderDepth__price:last-child{-webkit-box-pack:end;justify-content:flex-end}.orderDepth__quantity{-webkit-box-flex:1;flex-grow:1}.orderDepth__bidQuantity{-webkit-box-pack:end;justify-content:flex-end;padding-left:100px;padding-right:0}.orderDepth__bidQuantity .orderDepth__bar{background-color:#003b89}.orderDepth__bidQuantity .orderDepth__bar:before{right:-webkit-calc(100% + 1rem);right:calc(100% + 1rem)}.orderDepth__askQuantity{padding-left:0;padding-right:100px}.orderDepth__askQuantity .orderDepth__bar{background-color:#fff200}.orderDepth__askQuantity .orderDepth__bar:before{left:-webkit-calc(100% + 1rem);left:calc(100% + 1rem)}.orderDepth__bar{height:100%;position:relative}.orderDepth__bar:before{content:attr(data-quantity);position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}