@charset "UTF-8";main{display:flex;flex-direction:column;justify-content:space-between;gap:4rem;margin-bottom:4rem}main button.more{background-color:#76cad4;color:#fff;border:none;border-radius:3px;display:flex;align-items:center;justify-content:center;height:2.5rem;padding:0 1.5rem;text-align:center;width:fit-content;text-transform:uppercase;margin:0 auto 3.5rem;box-shadow:0 0 1.1px #76cad407,0 0 3px #76cad40e,0 0 6px #76cad417,0 0 20px #76cad433}main button.more:hover{background-color:#68b4bc;box-shadow:0 0 3px #68b4bc;cursor:pointer}main #background{display:flex;justify-content:center;align-items:center;height:12rem;min-width:100%;z-index:-1;background-color:#011a17}main #background h1{color:#fff;z-index:1}main #content{display:flex;flex-direction:column;margin:0 auto;width:100%;max-width:83.3125rem;padding:0 2rem}@media only screen and (max-width:992px){main #content{padding-left:0 1.5rem;padding-right:0 1.5rem}}@media only screen and (max-width:768px){main #content{padding-left:1rem;padding-right:1rem}}@media only screen and (max-width:360px){main #content{padding-left:.5rem;padding-right:.5rem}}main #content{gap:.5rem;position:relative}main #content a{color:#357a5d}main #content a[href^="/search?"]{width:fit-content;align-self:center;margin-bottom:2rem}main #content #table-wrapper{display:block;overflow-x:auto;overflow-y:hidden}main #content #table-wrapper #table{width:100%;border-collapse:collapse;border-bottom:1px solid #c7cfee;box-shadow:0 1px #e6f5f6}main #content #table-wrapper #table thead{background-color:#2c3860}main #content #table-wrapper #table thead th{padding:.75rem;text-align:center;color:#fff;font-size:.85rem;user-select:none!important;white-space:nowrap;font-weight:500}main #content #table-wrapper #table thead th[id^=local-sort]{cursor:pointer}main #content #table-wrapper #table thead th:hover{text-decoration:underline;text-decoration-thickness:1px}main #content #table-wrapper #table thead th.asc:not(.selected):after{position:relative;display:inline-block;content:"\25bc";left:5px;font-size:.5em;vertical-align:middle;text-decoration:none;opacity:.5}main #content #table-wrapper #table thead th.selected.asc:after{position:relative;display:inline-block;content:"\25bc";left:5px;font-size:.5em;vertical-align:middle;text-decoration:none}main #content #table-wrapper #table thead th.selected.asc:after:hover{text-decoration:none}main #content #table-wrapper #table thead th.selected.desc:after{position:relative;display:inline-block;content:"\25b2";left:5px;font-size:.5em;vertical-align:middle;text-decoration:none}main #content #table-wrapper #table thead th.selected.desc:after:hover{text-decoration:none}main #content #table-wrapper #table tbody{height:100%}main #content #table-wrapper #table tbody tr{height:100%}main #content #table-wrapper #table tbody tr:not(:last-child){border-bottom:2px solid #e4e7f1}main #content #table-wrapper #table tbody tr td{height:100%;padding:.75rem;text-align:center;vertical-align:middle}main #content #table-wrapper #table tbody tr td a{color:#000;text-decoration:none}main #content #table-wrapper #table tbody tr td a:visited{color:#000}main #content #table-wrapper #table tbody tr td a:hover{text-decoration:underline}main #content #table-wrapper #table tbody tr td:first-child{width:3.5rem}main #content #table-wrapper #table tbody tr:nth-child(odd){background-color:#ebecf0}body.dark main button.more{background-color:#447997;box-shadow:0 0 1.1px #76cad407,0 0 3px #76cad40e,0 0 6px #76cad417,0 0 20px #73979b33}body.dark main button.more:hover{background-color:#6fa8ca}body.dark main #background{background-color:#3c556d}body.dark main #background:after{background-color:#323d4be6}body.dark main #content a{color:#6fa8ca}body.dark main #content #table-wrapper #table{border-bottom-color:#2c3744}body.dark main #content #table-wrapper #table thead{background-color:#3c556d}body.dark main #content #table-wrapper #table tbody tr td a{color:#eaeaea}body.dark main #content #table-wrapper #table tbody tr td a:visited{color:#eaeaea}body.dark main #content #table-wrapper #table tbody tr:nth-child(odd){background-color:#2c3744}body.dark main #content #table-wrapper #table tbody tr:not(:last-child){border-bottom-color:#3f4e61}
