/* 服务器玩家列表颜色修改 */
.modal-table th:first-child, 
.modal-table td:first-child {
    color: #00ff00 !important; /* 绿色 - 序号 */
}

.modal-table th:nth-child(2), 
.modal-table td:nth-child(2) {
    color: #ffff00 !important; /* 黄色 - 名字 */
}

.modal-table th:nth-child(3), 
.modal-table td:nth-child(3) {
    color: #ff0000 !important; /* 红色 - 击杀数 */
}

.modal-table th:nth-child(4), 
.modal-table td:nth-child(4) {
    color: hsl(121, 93%, 49%) !important; /* 黄色 - 时间 */
}