﻿.eOuterOuter
{
    width: 60%;
    margin-left: 20%;
    /*margin-right: 20%;*/ 
    height: 80%;
    position: absolute;
    top: 0px;
    z-index: 0;
}
.eOuter
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;   
    height: 80%;
    position: absolute;
    top: 0px;
}
.eInner
{
    font-size: 8px;
    text-align: center;
    color: green;
}
.eDecimals
{
    word-wrap: break-word;
    color: rgb(10, 255, 0);
    text-align:center;
    margin-left: 5%;
    margin-right: 5%;
    opacity: 0.06; /* 0.2*/
    font-size: 50px;
    display: none;
}
.eDecimals a
{
    font-weight: bold;
}

.bars {
    width: 100%;
    height: 100%;
    z-index: 10;
}
.hbar {
    width: 100%;
    opacity: 0.999;
}
.hbar1, .hbar2
{
    background: -webkit-linear-gradient(darkgreen, green, black); /* For Safari */
    background: -o-linear-gradient(darkgreen, green, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(darkgreen, green, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(darkgreen, green, black); /* Standard syntax (must be last) */
    position: fixed;
    background-color: green;
}
.hbar1 {
    z-index: 1;
}
.hbar2 {
    z-index: 2;
    margin-right: 0px;
    margin-left: auto;
}
.vbar {
    height: 100%;
    opacity: 0.999;
}
.vbar1, .vbar2
{
    background: -webkit-linear-gradient(left, darkgreen, green, black); /* For Safari */
    background: -o-linear-gradient(left, darkgreen, green, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, darkgreen, green, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, darkgreen, green, black); /* Standard syntax (must be last) */
    position: fixed;
    background-color: green;
}
.vbar1 {
    z-index: 2;
}
.vbar2 {
    z-index: 1;
}