<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap');

body {
    margin: 0;
    padding: 0;
    border: 0;
	font-family: 'Roboto', sans-serif;
    font-size: small;
    overflow-y: scroll;
}

a,
a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none
}

h3 {
    margin: 0 2px;
    padding: 4px 15px;
    background-color: #262626;
    color: #eee;
    border: 1px solid #555;
    font-size: 11px !important;
    text-align: center;
}

h3 a {
    color: #9DCEF1;
    text-decoration: none;
    font-size: 12px !important;
}

h3 a:hover {
    color: #fff;
    text-decoration: underline;
}

.selectbar {
    background-color: #222;
    color: #fff;
    margin: 0 2px 6px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 16px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #222;
}

.selectbar.active, .selectbar:hover {
    border: 1px solid #555;
}

.selectbar .chevup {
    display: none
}

.selectbar.active .chevdown {
    display: none
}

.selectbar.active .chevup {
    display: inline-block
}

.selicon {
    height: 32px
}

.selicon svg {
    padding: 4px;
    stroke: #fff
}

#round-btns {
    margin: 10px 2px;
}

#round-btns a {
    float: left;
    padding: 8px 10px;
    margin: 0 3px 8px 0;
    border: 1px solid #222;
    background: #222;
    color: #ccc;
    min-width: 50px;
    text-align: center;
    font-size: 14px
}

#round-btns a.active,
#round-btns a:hover {
    color: #fff;
    background: #333;
    border: 1px solid #555;
}

.content {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height .35s ease-out;
    padding: 0 10px
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #1b1b1b;
    color: #ddd;
    border: 1px solid #444;
    margin: 5px 0 5px
}

table tr:first-child {
    font-weight: bold;
    background-color: #333
}

tr {
    height: 25px;
}

td {
    text-align: center;
    white-space: nowrap;
    padding: 0 6px;
    line-height: 22px;
}

th {
    padding: 8px 0;
    color: #f0f0f0;
}

td .flag {
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 13px
}

td .flag img {
    width: 30px;
    height: 20px;
    margin-right: 3px;
    border: 1px solid #EAEBF0;
    border-radius: 6px
}

.align-left {
    text-align: left
}

.exscroll-wrapper {
	width: 100%;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.exscroll-wrapper::-webkit-scrollbar {
	display:none;
}

.exscroll-scrollbar {
    box-sizing: border-box;
    width: 100%;
    height: 11px;
    padding: 1px;
    border-radius: 4px;
    background-color: #222;
    border: 1px solid #444;
    position: relative;
}

.exscroll-scrollbar .exscroll-track {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.exscroll-scrollbar .exscroll-track .exscroll-dragger {
    display: block;
    height: 100%;
    background-color: #666;
    border-radius: 3px;
    position: absolute;
    top: 0;
}
</pre></body></html>