.title {
    margin: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    border: 2px solid #ff9800;
}

.score-type {
    margin: 0;
    padding: 10px;
    text-align: center;
    background-color: #FFD087;
    line-height: 1.5;
    color: #EA6C0C;
}

.table thead th {
    padding: 8px 0;
    color: #727272;
    background-color: #F5E7E3;
    line-height: 1.5;
    text-align: center;
}

.table tbody td {
    padding: 8px 0;
    color: #727272;
    background-color: #DFDFDF;
    line-height: 1.5;
    text-align: center;
}
