.text-start {
    text-align: left;
}

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

.text-end {
    text-align: right;
}

.align-middle {
    vertical-align: middle;
}

.fw-bold {
    font-weight: bold;
}

.player-won {
    background-color: #d6f7d6 !important;
}

.player-lose {
    background-color: #fde7eb !important;
}

.bg-light-blue {
    background-color: #e9feff !important;
}

.bg-light-blue-2 {
    background-color: #f2f2f2 !important;
}

.game-type-regular {
    background-color: #e5f3cb !important;
}

.game-type-big {
    background-color: #e8d5f9 !important;
}

.game-type-small {
    background-color: #f3d3e8 !important;
}

.game-type-table {
    background-color: #d4d4bf !important;
}

.role-is_big {
    background-color: #ffffdb !important;
}

.role-is_small {
    background-color: #fff1e1 !important;
}

.role-is_dealer {
    background-color: #edecec !important;
}

.cell-mp-gain-lose {
    width: 20mm;
}

.cell-game-type {
    width: 12mm;
}

.cell-player-role {
    width: 12mm;
}

.cell-count {
    width: 6mm;
}

.cell-total {
    width: 8mm;
}

.cell-game-nr {
    width: 5mm;
}

.table-odd-row-bg td, .table-odd-row-bg th {
    background-color: #f1f1f1;
}
