#editbar {
    display: none;
}

body, html {
    background: #fff
}

#background {
    background: #fff
}

#structure {
    margin: 0;
    position: relative;
    width: 100%;
    background: none;
    margin: 0;
}

.selector {
    position: relative;
    background: #444;
    color: #fff;
    height: 48px;
    z-index: 255;
    text-align: center;
}

.selector .last-date {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 8px;
    font-weight: bold;
    color: #ff0;
}

.selector .last-time {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 8px;
    font-weight: bold;
    color: #ff0;
}

.selector input[type=radio] {
    display: none;
}

.selector label.market {
    padding: 12px 8px 8px 8px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
}

.selector label.market:hover {
    text-decoration: underline;
}

.selector label.market:has(input:checked) {
    font-weight: bold;
    text-decoration: underline;
}

.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #cfe287;
    color: #16171a;
    padding: 7px 3px;
    z-index: 255;
}

.product select {
    margin: 0 2px;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #fff;
}

.product label.filter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    padding: 8px;
    line-height: 18px;
    border-radius: 4px;
    border: none;
    background: #fff;
}

.product input[type=checkbox] {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}

.app h3 {
    background: #cfe287;
    font-size: 10pt;
    color: #16171a;
    padding: 8px;
    margin: 0;
}

.dataset {
    margin: 0;
}

.dataset table {
    border-bottom: 1px solid #ddd;
}

.dataset table td {
    font-size: 9pt;
}

.dataset table thead td {
    color: #888;
    background: #ddd;
    border-bottom: 1px solid #ccc;
    padding: 8px 4px;
}

.dataset table tbody td {
    border-top: none;
    border-bottom: 1px solid #eee;
}

.dataset table thead td.code {
    width: 128px;
    background: #E8F1C3;
    border-right: 1px solid #ccc;
    color: #555;
}

.dataset table tbody td.code {
    border-right: 1px solid #ddd;
    font-weight: bold;
    color: #666;
}


.dataset table td.section {
    background: #E8F1C3;
    color: #666;
    text-align: center;    
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

.dataset table tr tbody td {
    background: #fff;
}

.dataset td.numeric {
    width: 64px;
    text-align: right;
}

.dataset.active table {
    margin-bottom: 16px;
}

.dataset.active td.numeric {
    width: auto;
}

.dataset td.settled {
    color: #16171a;
    font-weight: bold;
}

.dataset td.volume {
    width: 80px;
    text-align: right;
    font-weight: bold;
}

.dataset td.strike {
    width: 80px;
    text-align: center;
    font-weight: bold;
    color: #666;
    background: #EEF5D3;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.dataset td.section.strike {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
    color: #222;
}

.dataset thead td.strike {
    background: #ddd;
    color: #666;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
}

.dataset td.volatility {
    color: #666;
}

.dataset td.change {
    color: #888;
    width: 80px;
    text-align: right;
}

.dataset td.change.up {
    color: #090;
}

.dataset td.change.down {
    color: #900;
}

.dataset td.inactive {
    font-weight: normal;
    color: #aaa;
}

.dataset td.active {
    color: #222;
}

.dataset td.price {
    width: 80px;
    text-align: right;
    font-weight: bold;
}

.dataset td.value {
    width: 80px;
    text-align: right;
    font-weight: bold;
}

