<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*score page*/
.menu-table ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 10px;
}
.menu-table li {
    display: inline-block;
}
.menu-table li a,
.more-menu {
    display: block;
    color: #eae7fa;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-family: kanit;
}
.menu-table ul {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    text-align: center !important;
}
.menu-table ul::-webkit-scrollbar {
    display: none !important;
}
.menu-table ul {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    text-align: center !important;
}
.menu-table ul::-webkit-scrollbar {
    display: none !important;
}
.menu-table .active {
    background: #0000004d !important;
    /*text-shadow: 0 0 5px white, 0 0 15px white;*/
    border-radius: 10px !important;
}
.active a {
    color: gold !important;
}
.menu-table li a:hover {
    background: #0000004d !important;
    text-shadow: 0 0 5px white, 0 0 15px white;
    border-radius: 10px !important;
}
.panel-heading {
    font-family: kanit;
    font-size: 25px;
    text-align: center;
    color: gold;
}
.tableWrap table{
	margin-bottom:0px;
}
.tableWrap {
    color: #dcdcdc;
}
.tableWrap td,
th {
    padding: 5px 2px !important;
    border: none !important;
}
.tableWrap thead {
    /*background: gold;
    color: #000;*/
	display:none;
}

.tableWrap tbody {
    border: none;
}
.tableWrap td:nth-child(5),
td:nth-child(6) {
    display: none;
}

.tableWrap th:nth-child(5),
th:nth-child(6) {
    display: none;
}

.tableWrap td:nth-child(1),
td:nth-child(3) {
    text-align: center;
    width: 10%;
}
.tableWrap th:nth-child(1),
th:nth-child(3) {
    text-align: center;
    width: 10%;
}
.tableWrap td:nth-child(2),
th:nth-child(2) {
    text-align: right;
    width: 40%;
}
.tableWrap td:nth-child(4),
th:nth-child(4) {
    text-align: left;
    width: 40%;
}

.tableWrap tbody:nth-child(odd){
	background:hsla(0,0%,50.2%,.0705882353);
}

.tableWrap .score{
	color:#E36E41;
	font-weight: bold;
}

.hasFlag {
    font-size: 18px;
    color: #242423;
    border: none;
    margin: 4px 0px;
	background: #DFBA6A;
}
.hasFlag img {
    width: 20px;
    margin-right: 5px;
}

nav.jsx-1310101159{
	display:none;
}
.head-date{
text-align: center;
  color: gold;
  padding: 15px 5px;
  font-size: 20px;
  font-family:kanit;
}</pre></body></html>