.table-clean th {
    text-align: inherit;
}

.pr-1 {
    padding-right: .5rem;
}

b, .bold {
    font-weight: 500;
}

.red {
    color: #dc5242;
}

.actions-list {
    font-family: Roboto, "‘Segoe UI’", -apple-system, BlinkMacSystemFont, "‘Helvetica Neue’", Arial, sans-serif;
    color:rgba(38, 50, 56, 0.87);

}
.actions-list ol {
    padding-left: 1rem;
    margin-top: .5rem;
    margin-bottom: 0;
}

.actions-list .progress {
    color:rgba(38, 50, 56, 0.54);
}

.actions-list li {
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    text-rendering: optimizelegibility;
}
