:root{--color-dark:#1e252b;--color-green:#82bb26;--color-grey-dark:#7d868c;--color-grey-mid:#d1d3d3;--color-grey-light:#e9e9e9;--color-positive:#009f0c;--color-negative:#ff5134;--body-bg-color:transparent;--border-color:var(--color-green);--text-color:var(--color-dark);--btn-color:#fff;--btn-color-hover:#fff;--btn-bg-color:var(--color-dark);--btn-bg-color-hover:var(--color-green);--btn-link-color:var(--link-color);--btn-link-color-hover:var(--color-green)}*{box-sizing:border-box}html{font-size:16px}body{-webkit-font-smoothing:antialiased;color:var(--color-dark);font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.25;overflow-x:hidden}small{display:block;font-size:85%;text-align:right}.orderDepth{border-top:1px solid var(--color-green);margin-bottom:1rem}.orderDepth__row{border-bottom:1px solid var(--color-green);display:flex;justify-content:space-between}.orderDepth__header .orderDepth__price{font-weight:700}.orderDepth__cell{padding:1.25rem 1rem}.orderDepth__price{font-weight:500;width:80px}.orderDepth__price:last-child{text-align:right}.orderDepth__quantity{flex-grow:1}.orderDepth__bidQuantity{display:flex;justify-content:flex-end;padding-left:100px;padding-right:0}.orderDepth__bidQuantity .orderDepth__bar{background-color:var(--color-grey-dark)}.orderDepth__bidQuantity .orderDepth__bar:before{right:calc(100% + 1rem)}.orderDepth__askQuantity{padding-left:0;padding-right:100px}.orderDepth__askQuantity .orderDepth__bar{background-color:var(--color-green)}.orderDepth__askQuantity .orderDepth__bar:before{left:calc(100% + 1rem)}.orderDepth__bar{height:100%;position:relative}.orderDepth__bar:before{content:attr(data-quantity);position:absolute}
