.table-headline {
    background-color: purple;
    color: white;
    line-height: 1.7;
}

.button-container {
    margin-top: 8px;
    text-align: center;
}

.t-align-center {
    text-align: center;
}

.m-top-8 {
    margin-top: 8px;
}

.m-top-12 {
    margin-top: 12px;
}