.badge{
    border-radius: 4px;
    padding: 2px 8px 2px 8px;
}
span.bst-badge {
    color: #000;
    font-weight: 400;
    font-size: 0.875rem;
    font-family: lato;
    line-height: 1.3;
}

span.status-lightgray {
    background-color: #d9d9d9;
}

span.status-white {
    background: #FFFFFF;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.87);
}

span.status-red {
    background: #B40008;
    color: #fff;
}

span.status-orange {
    background: #FFA767;
}

span.status-yellow {
    background: #FFDE67;
}

span.status-green {
    background: #9AE978
}

span.status-blue {
    background: #78B4E9;
}

span.status-purple {
    background: #D478E9;
}

span.status-gray {
    background: #808080;
    color: #fff;
}