/* The shared menu must not widen the document beyond the trading table. */
body.w5-futures-page .ruby-wrapper,
body.w5-futures-page .alert.notice {
    min-width: 0;
    width: 100%;
}

@media (max-width: 1400px) {
    body.w5-futures-page ul.ruby-menu > li.ruby-menu-mega > div {
        left: 0;
    }
}

.w5-futures-page .leverage-status {
    display: block;
    font-size: 0.75rem;
    line-height: 1.4;
    white-space: normal;
    color: #fdb700;
}
