body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #111;
    max-width: 968px;
    margin: 0 auto;
}

h1 {
    text-align: center;
    font-size: 2.5em;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.controls button {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
}

.controls button:hover {
    background-color: #45a049;
}

table.borderlands {
    font-family: Arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    max-width: 968px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

table.borderlands td,
table.borderlands th {
    border: 1px solid #ddd;
    padding: 4px;
}

table.borderlands tbody tr.even {
    background-color: #f2f2f2;
}

table.borderlands tbody tr.odd {
    background-color: transparent;
}

table.borderlands th {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    background-color: #4caf50;
    color: white;
}

table.borderlands caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

table.borderlands tr td:nth-child(1) {
    width: 28px;
}

table.borderlands tr td:nth-child(2) {
    width: 75px;
}

.trophy-bronze {
    color: #cd7f32;
    font-weight: bold;
}

.trophy-silver {
    color: #c0c0c0;
    font-weight: bold;
}

.trophy-gold {
    color: #ffd700;
    font-weight: bold;
}

.trophy-platinum {
    color: #e5e4e2;
    font-weight: bold;
}

img {
    display: block;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
    pointer-events: none;
}

.new {
    font-style: italic;
    color: #555;
}

.mw-redirect {
    color: #0066cc;
}

.mw-disambig {
    color: #cc6600;
}