
.threshold_red {    
    color:red!important;
}
.threshold_green {
    color:green!important;
}
.threshold_blue {
    color:blue!important;
}
.threshold_yellow {
    color:#FFAA00!important;
}

.threshold_image_center {
    text-align: center!important;
    vertical-align: middle!important;         
}

.threshold_image_left {
    text-align: left!important;
    vertical-align: middle!important;         
}

.threshold_image_right {
    text-align: right!important;
    vertical-align: middle!important;         
}

.threshold_bck_red {
    background-color:red!important;
}
.threshold_bck_green {
    background-color:green!important; 
}

.threshold_bck_blue {
    background-color:#B0C4DE!important;   
}

.threshold_bck_yellow {
    background-color:yellow!important;    
}

.label_number {
    color: rgb(127,0,85)!important;
    text-align:right!important;
}