.Status .Good,
.Status .Good:active,
.Status .Good:focus,
.Status .Good:hover{
    background-color:#40af40;
}
.Status .Bad,
.Status .Bad:active,
.Status .Bad:focus,
.Status .Bad:hover{
    background-color: #40af40;
}
.Status .Ugly,
.Status .Ugly:focus,
.Status .Ugly:active,
.Status .Ugly:hover{
    background-color: #40af40;
}
.Status .NA,
.Status .NA:focus,
.Status .NA:active,
.Status .NA:hover{
	color: black;
    background-color:#40af40;
}