@charset "UTF-8";*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}html{font-size:16px}body{color:#000;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1}small{display:block;text-align:right}#feed{margin-bottom:2rem}.trades{background:#fff;border-collapse:collapse;border-spacing:0;margin-bottom:1rem;width:100%}.trades td,.trades th{border:0;height:40px;padding:10px;white-space:nowrap}.trades tr{border:0;position:relative}.trades tr:after{background:-webkit-linear-gradient(left,transparent,#007b6f 50%,transparent);background:linear-gradient(90deg,transparent,#007b6f 50%,transparent);bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.trades tr td,.trades tr th{height:57px}@media (min-width:500px){.trades tr td:first-of-type,.trades tr th:first-of-type{padding-left:0}}.trades tr td:last-of-type,.trades tr th:last-of-type{text-align:right}@media (min-width:500px){.trades tr td:last-of-type,.trades tr th:last-of-type{padding-right:0}}.trades thead{text-align:left}@media (max-width:499px){.trades thead{display:none}.trades tbody tr td{-webkit-box-align:center;-webkit-box-pack:justify;align-items:center;display:-webkit-box;display:flex;justify-content:space-between}.trades tbody tr:nth-child(2n){background-color:#f5f5f5}}@media (min-width:500px){.trades tbody .title{display:none}}.trades__negative:before,.trades__positive:before{font-size:12px;margin-right:5px}.trades__positive:before{content:"▲"}.trades__negative:before{content:"▼"}p{margin-top:0}
