.table td {
    padding-bottom: 0.7rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-top: 0.7rem;
    vertical-align: top;
}

.bim-label-Active{
    color:white;
    background: #6365f5;
}

.bim-label-Delete{
    color:white;
    background:#f13535;
}

.bim-label-SoldOut{
    color:white;
    background:#f3b40e;
}


.bim-span-New{
    color:white;
    background: #f39c12;
}

.bim-span-Read{
    color:white;
    background: #5060a5;
}

.bim-span-Answer{
    color:white;
    background: #0ab71d;
}
