/* Global stil ayarları */
body {
    background-color: #1a1a1a;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 20px;
}
/* Tablo stilleri */
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table, th, td {
    border: 1px solid #333;
}

th, td {
    padding: 8px;
    text-align: left;
}

th {
    background-color: #333;
}

tr:nth-child(even) {
    background-color: #262626;
}

tr:nth-child(odd) {
    background-color: #1f1f1f;
}

td {
    border-left: 3px solid transparent;
}

td > img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

/* Özel stiller */
.server-name {
    font-weight: bold;
}

.distance {
    font-weight: bold;
}

.distance-close {
    color: #4caf50;
}

.distance-medium {
    color: #ffeb3b;
}

.distance-far {
    color: #f44336;
}
