#chart {
    bottom:70px;
    left:45px;
    position:absolute;
}

.page-header-lead {
    font-family:"Times New Roman";
    font-size:30px;
    left:290px;
    position:relative;
    top:30px;
}

#y_axis {
    bottom:70px;
    height:650px;
    position:absolute;
    width:40px;
}

#chart_container {
    height:780px;
    position:relative;
    top:30px;
    width:1000px;
}

#legend_container {
    bottom:70px;
    position:absolute;
    right:0;
}

#x_axis {
    bottom:20px;
    height:40px;
    left:45px;
    position:absolute;
}

#legend {
    height:600px;
    overflow:scroll;
}

#slider {
    bottom:0;
    left:45px;
    position:absolute;
    width:700px;
}
