
body {
    height:100%;
    width:100%;

    background-color: black;

    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-family: proxima-nova, sans-serif;

    overflow: hidden;

}

footer {
    position: absolute;
    top:880px;
    left: 10%;

    display: block;
}

#copyright {
    text-align: left;
    font-size: .8em;
    color: lightgray;
}

#sidebarLeft {
    height:100%;
    width:85%;
    overflow:hidden;
}

#sidebarRight {
    height:100%;
    width:90%;
    overflow: hidden;
}

#mainContent {
    height:100%;
    width:100%;
    position: relative;
}

#graphPageDiv {
    width:98%;
    height: 95%;
    margin: 0 auto;
    margin-bottom: 2%;
    overflow: hidden;
    position: absolute;
    top: 0;

}

#mobileWarning { 
    display: none;     
}



#pageTitle h1 {
    font-weight: bold; 
    font-size: 1.2em;
    color:rgb(240, 219, 0);
    text-align:left;
    margin-top: .7em;
    margin-left: .3em;
}

.topRow { height: 50px; }

.contentRow { height:830px; }





/* Text Styles  */

strong {
    font-weight: bolder;
    font-style: italic;
    color:rgb(240, 219, 0);
}


.textUnderline {text-decoration: underline;}
.textNoUnderline {text-decoration: none;}








