table {

    width: 100%;
    padding: 5;
}

thead {
    background: green;
}

.my-table-header th {
    background: green !important;
}

.twocolumndiv {
    display: flex;
    align-items: center;
}

select {
    height: 40px;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 1.4;
    border: 1px solid #ccc;
    margin-bottom: 0;
    vertical-align: middle;
    appearance: none;
}

.outcome-box {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-weight: bold !important;
    height: 40px;
    padding: 5px 5px;
    min-width: 150px;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.outcome-display {
    margin: 0;
    padding: 0;
}

.my-table {
    border: 1px solid black;
}

.my-table th {
    background: green;
}

.game-setup-container {
    flex: 0 0 40%;
}

.outcome-box {
    font-weight: 900;
}

.outcome-text.villager-win {
    color: green !important;
    margin: 0;
}

.outcome-text.wolf-win {
    color: red !important;
    margin: 0;
}

.outcome-text.other-win {
    color: blue !important;
    margin: 0;
}

.outcome-text.no-outcome {
    color: gray !important;
    margin: 0;
}