.timeseries table {
    width:350px;
    margin-left:30px;
    background-color:black;
}
.timeseries td,.timeseries th {
    background-color:white;
}
.timeseries {
    height:160px;
    width:400px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.hideShowData {
    margin-left:30px;
    font-size:12px;
    cursor:pointer;
    color:blue;
}
