#game-table th{cursor:pointer;position:relative;padding-right:20px;}
#game-table th::after{content:"";position:absolute;right:5px;border:5px solid transparent;}
#game-table th.th-sort-asc::after{top:50%;margin-top:-2px;border-bottom-color:#333;}
#game-table th.th-sort-desc::after{bottom:50%;margin-bottom:-2px;border-top-color:#333;}
#game-table td:first-child {
text-align: center;
}