
.state-history .data-cell>div {
    padding: 0px;
}

.table>thead tr>th, .table>thead tr>td, .table>tbody tr>th, .table>tbody tr>td, .table>tfoot tr>th, .table>tfoot tr>td {
    vertical-align: middle !important;
    padding: .5em !important;
}

td span.label {
    display: block; 
    width: 80px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: inherit;
}


