.status-green,
.status-yellow,
.status-red,
.status-blue,
.status-grey {
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.6em;
}
.status-green {
    border: none;
    background: none!important;
    color: #468847;
}
.status-yellow {
    border: none;
    background: none!important;
    color: #C09853;
}
.status-red {
    border: none;
    background: none!important;
    color: #B94A48;
}
.status-blue {
    border: none;
    background: none!important;
    color: #3A87AD;
}
.status-grey {
    border: none;
    background: none!important;
    color: #333333;
    font-size: 12px;
}

td.status-green.link,
td.status-yellow.link,
td.status-red.link,
td.status-blue.link,
td.status-grey.link {
    padding: 0;
}

.status-green, .status-green a {
    color: #468847;
}
.status-yellow, .status-yellow a{
    color: #C09853;
}
.status-red, .status-red a {
    color: #B94A48;
}
.status-blue, .status-blue a {
    color: #3A87AD;
}