html,body {
    background: rgb(32,32,32);
    color: rgb(211,215,207);
}
html {
    display: table;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
html::-webkit-scrollbar {
    width: 0;
    height: 0;
}
body {
    width: 48rem;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 8rem;
}
h1 {
    font-size: 0;
    display: block;
    background-image: url(https://github.com/visualboyadvance-m/visualboyadvance-m/raw/master/src/wx/icons/visualboyadvance-m.png);
    width: 256px;
    height: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
#list {
    padding-top: 3.7rem;
    width: 98%;
    margin-left: 1.45%;
    border: unset;
}
tr:nth-child(even) {
    background: unset;
}
th {
    background: unset;
    border-bottom: unset;
    color: unset;
    padding-bottom: 0;
    padding-left: 0.48rem;
    font-size: 1.155rem;
    font-weight: medium;
    font-family: "helvetica";
    width: unset !important;
}
th:first-child {
    width: 25rem !important;
}
th:nth-child(2) {
    width: 6.3rem !important;
}
th>a {
    text-decoration: none;
}
th>a:nth-child(1) {
    color: rgb(130,86,86);
}
th>a:nth-child(2) {
    color: rgb(60,126,105);
    font-family: "sans-serif";
    font-size: 1.305rem;
    font-weight: bold;
}
td {
    font-size: 1.08rem;
}
td>a {
    color: rgb(149,206,250);
    text-decoration: none;
}
td>a:hover {
    color: rgb(149,206,250);
    font-weight: 600;
}
td>a:visited {
    color: rgb(163,141,196);
}
th:nth-child(3) {
    padding-left: 0.86rem;
}
td:nth-child(3) {
    padding-left: 0.86rem;
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
