body {
    font-family: sans-serif;
    margin: 20px;
    background-color: #f4f4f4;
    color: #333;
}
.server_status_on {
    background-color: #d4edda;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#currentTime {
    font-weight: bold;
    margin-right: 5px;
}
#reloadButton{
    margin-left: auto; /* Push to the right */
}
.menu {
    text-decoration: none;
    color: #007bff;
}
.menu:hover {
    text-decoration: underline;
}
.l14 h2 {
    margin-top: 0;
    text-align: center;
    color: #0056b3;
    margin-bottom: 20px;
}
.table-14 {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.table-14 td {
    padding: 8px;
    border: 1px solid #ddd;
}

.standings {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.standings th, .standings td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
.standings th {
    background-color: #007bff;
    color: white;
}
.standings tr:nth-child(even) {
    background-color: #f9f9f9;
}
.st_place {
    font-weight: bold;
}
.st_prob {
   
}
.st_time {
   
    color: #555;
}
.st_total {
    font-weight: bold;
    background-color: #e6f7ff;
}
.st_score {
    font-weight: bold;
    background-color: #d4edda;
}
.cell_attr_first{
    color: #28a745;
}
