
/* for down arrow */
.green {
    color: green;
    text-align: center;
    font-weight: bold
}

/* for up arrow */
.red {
    color: red;
    text-align: center;
    font-weight: bold
}

/* for dot */
.orange {
    color: orange;
    text-align: center;
    font-weight: bold
}

/* for classification column*/
.classification{
    font-weight: bold;
    width: 40%
}

/* for teble header*/
.google-visualization-table-tr-head th{
    text-align: center;
    font-weight: bold;
}
