table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px; /* Default font size for the table */
}
th, td {
    border: 1px solid #000;
    padding: 8px;
}
th {
    background-color: #007bff;
    color: white;
    font-size: 16px; /* Font size for table headers */
}
td {
    font-family: Arial, sans-serif;
    vertical-align: top;
    font-size: 12px; /* Font size for table data cells */
    white-space: nowrap;
}

/* Style for the first column */
.first-column {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    background-color: #f0f0f0; /* Light gray background for the first column */
}
.horse-name-column {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-family: 'SimHei', sans-serif;
    font-size: 14px; /* Font size for table data cells */
    cursor: pointer; /* Change cursor to pointer for clickable cells */
}

.ai-column {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-family: 'SimHei', sans-serif;
    font-size: 14px; /* Font size for table data cells */
}

.race-button {
    margin: 5px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    font-size: 14px;
}
.race-button.active {
    background-color: #28a745; /* Green color for active button */
}
.value {
    display: block;
    font-weight: bold;
}
.diff {
    display: block;
    margin-top: 5px;
}
.bet200K {
    background-color: #F0F;
    color: black;
}
.bet100K {
    background-color: #F00;
    color: white;
}
.bet50K {
    background-color: #F60;
    color: white;
}
.above30 {
    background-color: #6F0;
    color: black;
}
.below30 {
    background-color: #690;
    color: black;
}
.below10 {
    background-color: #090;
    color: black;
}
.negative {
    color: lightgrey;
}
.default {
    color: black;
}
.sortable {
    cursor: pointer;
}
.sortable::after {
    content: ' \25B2'; /* Up arrow */
}
.sortable.desc::after {
    content: ' \25BC'; /* Down arrow */
}

.highlight-roc3 {
    background-color: #F0F;
}

.highlight-roc2 {
    background-color: rgb(216, 129, 8);
}

.highlight-roc1 {
    background-color: #1dbc1d;
}
