#body .b_center #plot_area{
    width: 1200px;
    /*  height: 420px;*/
    /*background-color: cyan;*/
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 0px;
}
#body .b_center #plot_area .plot_pdf{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 1200px;
    /* height: 400px;*/
    text-align: center;
    /*background-color: pink;*/
}
#body .b_center #plot_area .plot_pdf iframe{
    border:none;
    width: 800px;
    height: 600px;
}

.csvData{
    overflow-x:scroll ;
}