.correct {
    color: forestgreen;
}

.incorrect {
    color: maroon;
    text-decoration: line-through;
}

.nopick {
    color: grey;
}

/* Style for the table */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    text-align: left;
    /* width: 100%; */
}

/* Style for the table header row */
.styled-table thead tr.header-row {
    background-color: #009879;
    color: #ffffff;
    text-align: center;
}

/* Style for the table body */
.styled-table th,
.styled-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

/* Style for the first column */
.styled-table .first-col, .styled-table .second-col {
    background-color: #f2f2f2;
    font-weight: bold;
}

.styled-table thead tr.header-row .first-col {
    color: green;
}

.styled-table thead tr.header-row .second-col {
    color: crimson;
}

.spread-favored-1 { /* Light highlight for spreads -1 to -5 */
    font-weight: bold;
    color: cornflowerblue;
}

.spread-favored-2 { /* Medium highlight for spreads -6 to -8 */
    font-weight: bold;
    color: blue;
}

.spread-favored-3 { /* Strong highlight for spreads -9 and more */
    font-weight: bold;
    color: darkblue;
}
