/* hide mobile download banner */
.banner {
    display: none;
}

/* hide trading links */
.bubble-window .currency-links {
    display: none;
}

/* hide exchange selection */
.filter-select-popup .select-popup-content fieldset:nth-child(3) {
    display: none;
}

.header {
    background-color: #222;
}

.header .icon-button {
    display: none;
}

footer {
    display: none;
}

.scroll-container table tr th:last-child, table tr td:last-child {
    display: none;
}