

body {
   font-family      : "Arial";
   width            : 100%;
   min-height       : 100%;
   padding          : 0px; 
   margin           : 0px;
}
.logoBase {
   height           : 3em;
   position         : absolute; 
   left             : 2em; 
   top              : 2em;
   z-index          : 1000000;
}

#craneLogo {
   border           : 0.2em solid #5d6e7e;
   background-color : white;
   position         : absolute; 
   top              : 1em; 
   left             : 1em;
   height           : 6em;
   width            : 14.5em;
   z-index          : 999999;
}


#craneLogo #pageTitle {
    display         : block;
    position        : absolute;
    left            : 0.3em;
    bottom          : 0.2em;
    font-size       : 1.5em;
    font-weight     : bold;
    color           : #5d6e7e;
}

#chart_div {
    width           : 100% !important; 
    height          : 100vh !important;
    border          : 0px dashed orange;
}