@charset "UTF-8";:root{--brand-steel:#3a4a60;--brand-orange:#ef631a;--brand-light-grey:#c5c6c4;--brand-red:#d90038;--brand-green:#1b9a3a;--brand-blue:#145fae;--text-color:var(--brand-steel);--background:transparent;--border-color:var(--brand-light-grey);--btn-background:transparent;--btn-background-hover:var(--brand-orange);--btn-color:var(--text-color);--btn-color-hover:#fff;--btn-border-color:var(--brand-orange);--table-header-background:var(--brand-blue);--table-header-color:#fff;--color-positive:var(--brand-green);--color-negative:var(--brand-red)}*{-webkit-font-smoothing:antialiased;box-sizing:border-box}html{font-size:16px}body{background:var(--background);color:var(--text-color);font-family:Libre Franklin,sans-serif;font-size:1rem;line-height:1;margin:0;padding:0}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;border-bottom:1px solid var(--border-color);height:59px;padding:10px 20px;white-space:nowrap}.trades tr td:last-of-type,.trades tr th:last-of-type{text-align:right}.trades thead{background:var(--table-header-background);color:var(--table-header-color);text-align:left}@media (max-width:499px){.trades thead{display:none}.trades tbody tr td{align-items:center;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{color:var(--color-positive)}.trades__positive:before{content:"▲"}.trades__negative{color:var(--color-negative)}.trades__negative:before{content:"▼"}p{margin-top:0}
