.resultboard {
    width: 100%;
    border-collapse: collapse;
    background-color: #000000;
    margin: 0 auto;
}

.resultboard th {
    text-align: center;
    background-color: #743c76;
    padding: 14px 4px;
    font-size: 18px;
    color: #FFD700;
    font-weight: bold;
}

.resultboard tr {
    text-align: center;
    background-color: #222;
    font-size: 20px;
    font-weight: bold;
}

.resultboard td {
    padding: 12px 8px !important;
    color: #fff;
    border-bottom: 1px solid #FFD700;
}

.resultboard td:first-child {
    font-size: 18px;
    font-weight: bold;
}

.gtime {
    font-size: 12px;
    font-style: bold;
    color: #ff5050;
}

.viewchartlink {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    background-color: #FBC503;
    padding: 2px 6px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 5px;
    transition: all 0.3s;
}

.viewchartlink:hover {
    background-color: #ffcc00;
    color: #000;
}


/* Gold-Dark theme table */
.chart-container { width:100%; overflow-x:auto;   }
.chart-table { width:100%; border-collapse: collapse; }
.chart-table th, .chart-table td { border:1px solid #333; padding:5px; text-align:center; font-size:14px; }
.chart-table th { background-color:#FFA803; color:#000; font-weight:bold; }
.chart-table td.date { background-color:gold; color:black; font-weight:bold; }
.chart-table td.time { background-color:#743c76; color:white; font-weight:bold; }
.chart-table td.record { background-color:#1b1b1b; color:gold; font-weight:bold; }



/* Gold-Dark theme table */
.chart-container { width:100%; overflow-x:auto;   }
.chart-table { width:100%; border-collapse: collapse; }
.chart-table th, .chart-table td { border:1px solid #333; padding:5px; text-align:center; font-size:14px; }
.chart-table th { background-color:#FFA803; color:#000; font-weight:bold; }
.chart-table td.date { background-color:gold; color:black; font-weight:bold; }
.chart-table td.time { background-color:#743c76; color:white; font-weight:bold; }
.chart-table td.record { background-color:#1b1b1b; color:gold; font-weight:bold; }




