/* /Components/Graphs/CSSBarGraph/CSSBarGraph.razor.rz.scp.css */
#q-graph[b-7t2qtvviua] {
    display: block; 
    /* fixes layout wonkiness in FF1.5 */
    position: relative;
    width: 75%;
    top: 10px;
    left: 4%;
    height: 85%;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 11px;
}

#q-graph caption[b-7t2qtvviua] {
    caption-side: top;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    top: -10px;
    position: relative;
    z-index: 10;
    font-weight: bold;
}

#q-graph tr[b-7t2qtvviua], #q-graph th[b-7t2qtvviua], #q-graph td[b-7t2qtvviua] {
    position: absolute;
    bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    text-align: center;
}

#q-graph td[b-7t2qtvviua] {
    transition: all 0.3s ease;
}

#q-graph td:hover[b-7t2qtvviua] {
    background-color: #4d4d4d;
    opacity: 0.9;
    color: white;
}

#q-graph thead tr[b-7t2qtvviua] {
    left: 100%;
    top: 50%;
    bottom: auto;
    margin: -2em 0 0 2em;
}

#q-graph thead th[b-7t2qtvviua] {
    width: 7.5em;
    height: auto;
    padding: 0.5em 1em;
}

#q-graph thead th.sent[b-7t2qtvviua] {
    top: 0;
    left: 0;
    line-height: 2;
}

#q-graph thead th.paid[b-7t2qtvviua] {
    top: 2.75em;
    line-height: 2;
    left: 0;
}

#q-graph tbody tr[b-7t2qtvviua] {
    height: 296px;
    padding-top: 2px;
    border-right: 1px dotted #C4C4C4;
    color: #AAA;
}

    #q-graph tbody th[b-7t2qtvviua] {
        bottom: -1.75em;
        vertical-align: top;
        font-weight: normal;
    }

#q-graph .bar[b-7t2qtvviua] {
    border: 1px solid;
    border-bottom: none;
    color: #000;
}

#q-graph .bar p[b-7t2qtvviua] {
    margin: 5px 0 0;
    padding: 0;
    opacity: 0.4;
}

#ticks[b-7t2qtvviua] {
    position: relative;
    bottom: 75%;
    left: 20px;
    width: 100%;
    height: 80%;
    z-index: 1;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

#ticks .tick[b-7t2qtvviua] {
    position: relative;
    border-bottom: 1px dotted #C4C4C4;
    width: 76%;
}

#ticks .tick p[b-7t2qtvviua] {
    position: absolute;
    left: -2em;
    top: -0.8em;
    margin: 0 0 0 0.5em;
}
