#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 a.markets {
    padding: 12px 8px 8px 8px;
    line-height: 48px;
    color: #fff;
    text-decoration: none;
}

.selector a.markets:hover {
    text-decoration: underline;
}

.selector a.markets.active {
    font-weight: bold;
    text-decoration: underline;
}

p.none {
    text-align: center;
    color: #aaa;
    font-weight: bold;
    font-size: 18pt;
    margin: 48px;
}

#chart {
    height: 104px;
}

.block {
    font-size: 9px;    
    padding: 2px;
    border-radius: 2px;
    background: #ddd;
    color: #777;
    margin-left: 8px;
}

.age {
    padding: 4px;
    border-radius: 2px;
}

.age-0 {
    background: #ff0;
}

.age-1 {
    background: #ff1;
}

.age-2 {
    background: #ff2;
}

.age-3 {
    background: #ff3;
}

.age-4 {
    background: #ff4;
}

.age-5 {
    background: #ff6;
}

.age-6 {
    background: #ff7;
}

.age-7 {
    background: #ff9;
}

.age-8 {
    background: #ffa;
}

.age-9 {
    background: #ffc;
}

.dataset table {
  table-layout: fixed;
}

.dataset table thead td {
    color: #888;
    background: #ddd;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.dataset table td {
    border-top: 1px solid #eee;
    background: #fff;
    font-size: 9pt;
}
