﻿.table.chess-vintage {
    font-family: 'Courier New', Courier, monospace;
    background-color: #fdfaf5;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px #000000;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.table.chess-vintage thead th {
    background-color: #d4e4f7;
    color: #1a1a1a;
    border-bottom: 2px solid #aaa;
    text-align: center;
}

.table.chess-vintage tbody th {
    background-color: #fdfdfd;
    text-align: center;
}

.table.chess-vintage td:nth-child(2) {
    background-color: #f0e6d2;
    text-align: left;
    font-weight: bold;
}

.table.chess-vintage td:nth-child(3) {
    background-color: #ffffff;
    text-align: center;
}

.table.chess-vintage td:nth-child(4),
.table.chess-vintage td:nth-child(5),
.table.chess-vintage td:nth-child(6) {
    background-color: #dcedc8;
    text-align: center;
}

.table.chess-vintage td:nth-child(7) {
    background-color: #ffe0b2;
    font-weight: bold;
    text-align: center;
}