#dashboard_container {
    width: 1200px;
    position:relative;
    margin: 0px auto;
}

#dashboard {
    height: 600px;
}

.section {
    width: 100%;
    height: 500px;
    position: relative;
}

.section_left {
    width: 400px;
    height: 100%;
    /*background-color: blue;*/
    position: absolute;
    left: 0px;
}

.section_right {
    width: 800px;
    height: 100%;
    /* background-color: grey; --*/
    position: absolute;
    right: 0px;
}

.section_select_menu{
    margin-bottom: 20px;
    margin-left: 100px;
    
}

#dashboard_sections{
    margin-top: 20px;
}

.xAxisText{
    font-size: 14px;
}

