/* Admin column file */


/* CONTENT */


td .freshing-score-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    border-radius: 50%;
    background: #888;
    line-height: 16px;
    margin-top: 3px;
}

.freshing-score-icon {
    display: inline-block!important;
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%!important;
    margin: 3px 10px 0 3px;
    background: #888;
    vertical-align: top;
}

.freshing-fresh {
    background-color:#00b6dc !important;
}

.freshing-degrading {
    background-color:#ee7c1b !important;
}

.freshing-stale {
    background-color:#dc3232 !important;
}

.freshing-grey {
	background-color: #888 !important;
}