.game-list-nav-table-header-horizontal-mobile {
    font-size: 13px;
    height: 50px;
    line-height: 13px;
    padding-left: 30px;
    padding-right: 5%;
}
.game-list-nav-table-header-horizontal-mobile > div:first-child {
    width: 20%;
}
.game-list-nav-table-header-horizontal-mobile > div:nth-child(2) {
    width: 30%;
}
.game-list-nav-table-header-horizontal-mobile > div:nth-child(3),
.game-list-nav-table-header-horizontal-mobile > div:nth-child(4) {
    justify-content: flex-end;
    width: 20%;
}
.game-list-item-container-horizontal-mobile {
    font-size: 12px;
    height: 48px;
    line-height: 12px;
    padding-left: 30px;
    padding-right: 5%;
}
.game-list-item-container-horizontal-mobile > div:first-child {
    width: 20%;
}
.game-list-item-container-horizontal-mobile > div:nth-child(2) {
    width: 30%;
}
.game-list-item-container-horizontal-mobile > div:nth-child(3),
.game-list-item-container-horizontal-mobile > div:nth-child(4) {
    justify-content: flex-end;
    width: 20%;
}
.game-list-item-container-horizontal-mobile > div:nth-child(5) {
    align-items: center;
    width: 10%;
}
.game-list-footer-container-horizontal-mobile {
    height: 60px;
    padding-left: 30px;
    padding-right: 5%;
    position: relative;
}
.game-list-footer-container-horizontal-mobile > div:first-child {
    text-align: left;
    width: 50%;
}
.game-list-footer-container-horizontal-mobile > div:nth-child(2),
.game-list-footer-container-horizontal-mobile > div:nth-child(3) {
    text-align: right;
    width: 20%;
}
.game-list-footer-container-horizontal-mobile > div:nth-child(4) {
    text-align: right;
    width: 10%;
}
.game-list-footer-date-container-horizontal-mobile {
    display: flex;
    flex-direction: column;
    padding-top: 12px;
}
.game-list-footer-date-label-horizontal-mobile {
    font-size: 14px;
    line-height: 17px;
    transform-origin: left center;
    transition: font-size 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    white-space: nowrap;
}
.game-list-footer-record-horizontal-mobile {
    font-size: 12px;
    line-height: normal;
}
#scroll-to-top-background-mobile {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
    display: flex;
    height: 40px;
    justify-content: center;
    left: 85%;
    position: absolute;
    top: 75%;
    transform: translateZ(0);
    -webkit-transform: translateZ(1px);
    width: 40px;
    z-index: 3;
}
#scroll-to-top-background-mobile:active {
    opacity: 0.5;
}
.gh-angle-horizontal-mobile {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}
#side-bar-menu-container {
    display: flex;
    flex-direction: column;
    height: inherit;
    padding-top: 10px;
    width: 50px;
}
.side-bar-menu-item {
    height: 50px;
    width: 50px;
}
