body {
    --theme-color: #00de7a;
    --theme-color-light: #00e67f;
    --theme-color-lighter: #13F992;
    --theme-color-dark: #00c864;
    --theme-color-darker: #00b04e;
    --theme-color-darker2: #00752e;
    --theme-color-darker3: #005622;
    --theme-color-darker4: #003f18;
    --body-font-color: #f8f8f8;
    --body-bg-color: #202020;
    --header-link-color: var(--theme-color);
    --header-link-color-hover: var(--theme-color-dark);
    --header-bg-color: #363636cf;
    --footer-font-color: #f8f8f8;
    --footer-bg-color: #363636;
    --menu-font-color: #f8f8f8;
    --menu-link-color: var(--theme-color);
    --menu-link-color-hover: var(--theme-color-dark);
    --menu-bg-color: #404040;
    --menu-selected-item-font-color: #f8f8f8;
    --menu-selected-link-color: var(--theme-color);
    --menu-selected-link-color-hover: var(--theme-color-dark);
    --menu-selected-item-bg-color: #505050;
    --header-shadow-color: #000000ff;
    --btn-font-color: #333;
    --btn-bg-color: var(--theme-color);
    --btn-bg-color-hover: var(--theme-color-dark);
    --btn-disabled-bg-color: #909090;
    --btn-disabled-font-color: #fff;
    --success-color: #00de7a;
    --success-bg-color: #00de7a66;
    --warning-color: #ed9e00;
    --warning-bg-color: #ed9e0066;
    --error-color: #ff232b;
    --error-bg-color: #ff232b66;
    --news-type-date-color: #b8b8b8;
    --disabled-font-color: #b0b0b0;
    --login-menu-logo: url('/images/logo.png');
    --theme-button-bg-image: url('/images/theme-icon-dark-mode-20px.png');
    --selected-header-item-bg-color: rgba(255, 255, 255, 0.1);
    --anchor-submit-button-color: var(--theme-color);
    --anchor-submit-button-color-hover: var(--theme-color-dark);
    --hamburger-button-bg-color-active: #ffffff20;
}

.light-theme {
    --theme-color: #00b04e;
    --theme-color-light: #00a049;
    --theme-color-lighter: #00de7a;
    --theme-color-dark: #009044;
    --theme-color-darker: #00803f;
    --theme-color-darker2: #005427;
    --theme-color-darker3: #003316;
    --theme-color-darker4: #00230e;
    --body-font-color: #333;
    --body-bg-color: #e3e3e3;
    --header-link-color: var(--theme-color);
    --header-link-color-hover: var(--theme-color-dark);
    --header-bg-color: #fafafadd;
    --footer-font-color: #333;
    --footer-bg-color: #fafafa;
    --menu-font-color: #333;
    --menu-link-color: var(--theme-color);
    --menu-link-color-hover: var(--theme-color-dark);
    --menu-bg-color: #f0f0f0;
    --menu-selected-item-font-color: #333;
    --menu-selected-link-color: var(--theme-color);
    --menu-selected-link-color-hover: var(--theme-color-dark);
    --menu-selected-item-bg-color: #ffffff;
    --header-shadow-color: #00000055;
    --btn-font-color: #fff;
    --btn-bg-color: var(--theme-color);
    --btn-bg-color-hover: var(--theme-color-dark);
    --btn-disabled-bg-color: #909090;
    --btn-disabled-font-color: #fff;
    --success-color: #00de7a;
    --success-bg-color: #00de7a55;
    --warning-color: #ed9e00;
    --warning-bg-color: #ed9e0055;
    --error-color: #ff232b;
    --error-bg-color: #ff232b55;
    --news-type-date-color: #888;
    --disabled-font-color: #999;
    --login-menu-logo: url('/images/logo.png');
    --theme-button-bg-image: url('/images/theme-icon-light-mode-20px.png');
    --selected-header-item-bg-color: rgba(0, 0, 0, 0.1);
    --anchor-submit-button-color: var(--theme-color);
    --anchor-submit-button-color-hover: var(--theme-color-dark);
    --hamburger-button-bg-color-active: #00000020;
}

.default-theme {
    --theme-color: #00de7a;
    --theme-color-light: #00e67f;
    --theme-color-lighter: #13F992;
    --theme-color-dark: #00c864;
    --theme-color-darker: #00b04e;
    --theme-color-darker2: #00752e;
    --theme-color-darker3: #005622;
    --theme-color-darker4: #003f18;
    --body-font-color: #f0f0f0;
    --body-bg-color: #2b251d;/*#221e12;*/
    --header-link-color: var(--theme-color-light);
    --header-link-color-hover: var(--theme-color-dark);
    --header-bg-color: #3a2519cf;
    --footer-font-color: #f8f8f8;
    --footer-bg-color: #3a2519;
    --menu-font-color: #333;
    --menu-link-color: var(--theme-color-darker2);
    --menu-link-color-hover: var(--theme-color-darker3);
    --menu-bg-color: #c1a666;
    --menu-selected-item-font-color: #000;
    --menu-selected-link-color: var(--theme-color-darker2);
    --menu-selected-link-color-hover: var(--theme-color-darker3);
    --menu-selected-item-bg-color: #ccb682;
    --header-shadow-color: #000000ff;
    --btn-font-color: #fff;
    --btn-bg-color: var(--theme-color-darker2);
    --btn-bg-color-hover: var(--theme-color-darker3);
    --btn-disabled-bg-color: #909090;
    --btn-disabled-font-color: #fff;
    --success-color: #00de7a;
    --success-bg-color: #00de7a66;
    --warning-color: #ed9e00;
    --warning-bg-color: #ed9e0066;
    --error-color: #ff232b;
    --error-bg-color: #ff232b66;
    --news-type-date-color: #000;
    --disabled-font-color: #404040;
    --login-menu-logo: url('/images/logo-dark.png');
    --theme-button-bg-image: url('/images/theme-icon-dark-mode-20px.png');
    --selected-header-item-bg-color: rgba(255, 255, 255, 0.1);
    --anchor-submit-button-color: var(--menu-selected-link-color);
    --anchor-submit-button-color-hover: var(--menu-selected-link-color-hover);
    --hamburger-button-bg-color-active: #ffffff20;
}

* {
    transition: background-color .33s;
}

.theme-color-text {
    color: var(--theme-color);
}

.error-color-text {
    color: var(--error-color);
}
html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
body, input, button {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}
body {
    font-size: 14px;
    color: var(--body-font-color);
    background-color: var(--body-bg-color);
}

a, a:visited {
    color: var(--theme-color);
    text-decoration: none;
}
a:hover {
    color: var(--theme-color-dark);
}
ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
input[type=date], 
input[type=datetime-local], 
input[type=datetime], 
input[type=email], 
input[type=month], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=time], 
input[type=url], 
input[type=week] {
    padding: 8px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 2px -1px #000000cf;
}

*::placeholder,
*::-moz-placeholder,
*::-webkit-input-placeholder {
    color: #cccccc;
}

#select-theme-button {
    background-image: var(--theme-button-bg-image);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 18px;
    transition: background-color .33s;
}

#select-theme-button:hover, #select-theme-button.is-selected {
    background-color: var(--selected-header-item-bg-color);
}

#select-theme-menu__list {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 64px;
    right: 8px;
    min-width: 72px;
    background-color: var(--header-bg-color);
    color: var(--footer-font-color);
    box-shadow: 0 2px 4px -2px var(--header-shadow-color);
    transition: height .5s;
}

.select-theme-menu__list-item {
    height: 32px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color .15s;
}

.select-theme-menu__list-item:hover, .select-theme-menu__list-item.is-selected {
    background-color: var(--selected-header-item-bg-color);
}

#body-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#fixed-header {
    position: fixed;
    width: 100%;
    height: 64px;
    background-color: var(--header-bg-color);
    box-shadow: 0 0 3px var(--header-shadow-color);
    display: flex;
    justify-content: center;
    align-items: stretch;
    backdrop-filter: blur(6px);
    z-index: 2;
}
#header_container {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: stretch;
    padding: 0 24px;
}
#header_container a, #header_container a:visited {
    color: var(--header-link-color);
}
#header_container a:hover {
    color: var(--header-link-color-hover);
}
#header_left, #header_left_container, #header_right {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
#header_right {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}
#header_logo_container {
    display: flex;
    align-items: center;
    margin-right: 24px;
}
#logo {
    height: 32px;
}
#login-menu-logo {
    background-image: var(--login-menu-logo);
    background-size: 189px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 32px;
}
#header_nav {
    display: flex;
    align-items: stretch;
}
.header-mobile-button {
    display: none;
}
#header_right_right {
    display: flex;
    align-items: stretch;
}
.header_tab, .header_tab > a {
    display: flex;
    align-items: stretch;
}
.header_tab > a, .header_tab > span {
    padding: 0 12px;
    display: flex;
    align-items: center;
}
#main {
    margin: 64px 0 0 0;
    padding: 16px;
    width: 975px;
    flex-grow: 1;
}
#footer {
    width: 100%;
    min-height: 160px;
    color: var(--footer-font-color);
    background-color: var(--footer-bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#game-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url('/images/hsmainimage20250303.png');
    background-repeat: no-repeat;
    background-position-x: left;
}
#game-image-section {
    width: 606px;
    height: 446px;
    /*background-image: url('/images/mainplayer1.png');
    background-repeat: no-repeat;
    background-position-x: 225px;
    background-position-y: 260px;*/
}
#latest-news-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url('/images/latestnews.png');
}
#play-now-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.play-now-section-button-container {
    margin: 16px;
}
.play-now-section-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 120px;
    background-color: var(--theme-color-darker);
    font-weight: 600;
    font-size: 22px;
    border-radius: 10px;
    color: #fff !important;
    text-shadow: 0 1px 1px #000000af;
    border: 5px outset var(--theme-color-light);
    box-shadow: 0 2px 3px #00000044;
}
.play-now-signup-button {
    font-size: 14px !important;
}
.play-now-signup-button > div {
    margin: 4px 0;
}
.play-now-section-button:hover {
    cursor: pointer;
    border: 5px inset var(--theme-color);
    background-color: var(--theme-color-dark);
    text-shadow: none;
    box-shadow: none;
}

.main-section-title {
    width: 100%;
    display: flex;
}
.main-section-title > span {
    margin-left: 4px;
}
.news-article-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: .25px;
}

.login-register-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-register-container_inner {
    width: 372px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#error-row {
    max-width: 300px;
    font-weight: 600;
    color: var(--error-color);
}

.form-container {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-container_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 312px;
    max-width: 312px;
}
.form-container_row--center {
    justify-content: center;
}

.form-container_row > * {
    margin: 8px 4px;
}

.news-summary-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 48px;
}
.news-summary-thumbnail {
    width: 180px;
    height: 120px;
    margin-right: 24px;
    border-radius: 8px;
    /*box-shadow: 0 1px 2px #00000088;*/
}
.news-summary-title {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .25px;
}
.news-summary-type-date {
    color: var(--news-type-date-color);
}
.news-summary-title, 
.news-summary-type-date {
    margin-bottom: 12px;
}
.news-article-text {
    line-height: 22px;
}
.news-summary-desc > a {
    font-weight: 600;
}

.news-article-container {
    /*background-color: var(--menu-selected-item-bg-color);*/
    border-radius: 8px;
    padding: 16px;
    margin-top: 24px;
}

.news-article img {
    max-width: 100%;
    border-radius: 8px;
}

.captcha-container {
    width: 300px;
    height: 76px;
    background-color: var(--body-bg-color);
    border-radius: 4px;
}

button, 
input[type=submit], 
.form-submit-button {
    border: none;
    border-radius: 4px;
    margin: 8px;
    padding: 8px 16px;
    background-color: var(--btn-bg-color);
    color: var(--btn-font-color);
}

button:hover, 
input[type=submit]:hover, 
.form-submit-button:hover {
    background-color: var(--btn-bg-color-hover);
}

button:disabled, 
input[type=submit]:disabled, 
.form-submit-button:disabled {
    background-color: var(--btn-disabled-bg-color);
    color: var(--btn-disabled-font-color);
}

#users-online-section {
    text-align: center;
    padding: 4px;
}

#hs, #servers {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.main-content-container {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
#hs_skills {
    width: 128px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start
}
#hs_skills > li {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
#hs_skills > li.menu-selected-container {
    /*background-color: var(--menu-selected-item-bg-color);*/
    border-radius: 4px;
}
#hs_data, #server_data {
    display: flex;
    flex-direction: column;
}
#server_data {
    width: 100%;
}
#hs_data__header-row, #server_data__header-row {
    font-weight: 600;
}
#hs_ad, #server_ad {
    margin: 4px;
}
#hs-sidebar-hamburger-button-container {
    display: none;
    z-index: 1;
}
#ad1 {
    width: 240px;
    height: 400px;
    background-color: var(--menu-selected-item-bg-color);
}
.rounded_container {
    margin: 4px;
    padding: 16px;
    border-radius: 8px;
    color: var(--menu-font-color);
    background-color: var(--menu-bg-color);
}
.rounded_container a, .rounded_container a:visited {
    color: var(--menu-link-color);
}
.rounded_container a:hover {
    color: var(--menu-link-color-hover);
}
.rounded_container-title {
    margin: 4px 0;
}
.menu-selected-container {
    color: var(--menu-selected-item-font-color);
    background-color: var(--menu-selected-item-bg-color);
}

.menu-selected-container a, .menu-selected-container a:visited {
    color: var(--menu-selected-link-color);
}

.menu-selected-container a:hover {
    color: var(--menu-selected-link-color-hover);
}
.hs_skills__link {
    padding: 4px 0 4px 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hs_skills__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-right: 4px;
    background-image: url(../images/skills.png?v=1);
    background-size: 288px 16px;
}
.hs_data__title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hs_data__row, .server_data__row {
    height: 32px;
    margin: 4px;
    border-radius: 4px;
    /*background-color: var(--menu-selected-item-bg-color);*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.hs_data__row__rank {
    width: 60px;
    text-align: right;
    overflow: hidden;
}
.hs_data__row__name {
    width: 160px;
    font-weight: 600;
    display: flex;
    overflow: hidden;
}
.hs_data__row__level {
    width: 99px;
    overflow: hidden;
}
.hs_data__row__exp {
    width: 128px;
    overflow: hidden;
}
.hs_data__row__name__player-skill-link {
    align-items: center;
    display: flex
;
}
.hs_data__row > div {
    padding: 0 4px;
}
.hs_failure_msg {
    justify-content: center;
}
.hiscore-search-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 12px 0 4px 0;
}
.hiscore-search-container > div {
    margin: 4px 0;
}
.hiscore-search-container input[type=text] {
    width: 112px;
    padding: 8px;
    margin: 0;
}
.hiscore-search-container input[type=submit] {
    margin: 0;
}

.server_data__row__location {
    width: 20%;
    min-width: 84px;
    max-width: 108px;
    text-align: right;
}

.server_data__row__right-container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.server_data__row__name {
    width: 50%;
    font-weight: 600;
}

.server_data__row__playercount {
    width: 50%;
    
}

.anchor-submit-button {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    color: var(--anchor-submit-button-color) !important;
    text-decoration: none !important;
    font-size: 14px;
}

.anchor-submit-button:hover {
    color: var(--anchor-submit-button-color-hover) !important;
    cursor: pointer;
}

#settings {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 160px;
}
.settings-list > li {
    margin-top: 12px;
}
.content-list > li {
    margin-top: 24px;
}
.notification {
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 1px 2px -1px #000000cf;
    margin-bottom: 4px;
}
.notification a {
    color: var(--body-font-color);
    font-weight: 600;
    text-decoration: underline;
}
.notification a:hover {
    text-decoration: none;
}
.notification.success {
    background-color: var(--success-bg-color);
}
.notification.warning {
    background-color: var(--warning-bg-color);
}
.notification.error {
    background-color: var(--error-bg-color);
}
.notification > * {
    vertical-align: middle;
}
.icon {
    display: inline-block;
    margin: 4px;
    width: 16px;
    height: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    text-shadow: 1px 1px 0px #00000055;
    color: #fff;
    font-size: 12px;
}
.icon:before {
    vertical-align: middle;
}
.icon.success {
    background-color: var(--success-color);
}
.icon.success:before {
    content:  "\2713";
}
.icon.warning {
    background-color: var(--warning-color);
}
.icon.warning:before {
    content:  "!";
}
.icon.error {
    background-color: var(--error-color);
}
.icon.error:before {
    content:  "!";
}
.bold {
    font-weight: 600;
}
.notbold {
    font-weight: normal;
}

.news-archive-date-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news-archive-date-links.year-links {
    justify-content: flex-start;
}

.news-archive-date-links a {
    font-weight: 600;
}

.news-archive-date-links > div {
    padding: 0 8px;
    color: var(--disabled-font-color);
}

.flexbox-with-centered-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.default-ul {
    margin: 0 !important;
    padding-left: 40px !important;
}

.default-ul > li {
    list-style-type: disc !important;
}

.hamburger-button:active,
.hamburger-button:hover {
    background-color: var(--hamburger-button-bg-color-active) !important;
}

.world-link-button {
    background-color: var(--theme-color-darker) !important;
    padding: 3px 12px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 6px !important;
    text-shadow: 0 1px 2px #000000 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
}

.world-link-button:hover {
    background-color: var(--theme-color-light) !important;
    cursor: pointer;
}

.world-link-button:active {
    background-color: var(--theme-color-darker3) !important;
}

.c-flag {
    display: inline-block;
    background-image: url('/images/flags.png');
    width: 16px;
    height: 11px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: 256px 176px;
}

.c-flag__USA {
    background-position: -192px -154px;
}

.c-flag__UK {
    background-position: -192px -44px;
}

.c-flag__CAN {
    background-position: -64px -22px;
}

/*@media (height < 48rem) and (orientation: landscape), (width < 48rem) and (orientation: portrait) {*/
@media (width < 64rem) {

    body {
        font-size: 16px;
    }

    .play-now-signup-button {
        font-size: 16px !important;
    }

    .anchor-submit-button {
        font-size: 16px;
    }

    #main {
        margin: 88px 0 0 0;
        padding: 0;
        width: 100%;
    }

    #fixed-header {
        height: 72px;
    }

    #header_container {
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .header_tab {
        font-size: 20px;
        font-weight: 600;
        margin: 12px 4px;
    }

    #header_logo_container {
        margin-right: 0;
    }

    #logo {
        width: 212px;
        height: 36px;
    }

    #header_right {
        background-color: var(--footer-bg-color);
        box-shadow: 0 0 3px var(--header-shadow-color);
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        position: fixed;
        top: 72px;
        transition: max-height .3s ease-in-out;
        width: 100%;
    }

    #header_right.header_right--visible-mobile {
        max-height: 500px;
    }

    #header_nav {
        flex-direction: column;
    }

    #header_right_right {
        border-top: thick double var(--body-bg-color);
        flex-direction: column;
    }

    #select-theme-menu__list {
        box-shadow: none;
        display: flex;
        height: auto !important;
        flex-direction: row;
        margin: 0 4px;
        position: relative;
        right: auto;
        top: auto;
        width: auto !important;
    }

    .select-theme-menu__list-item {
        padding: 0 16px;
    }

    .header-mobile-button {
        margin: 0 12px;
        display: block;
        height: 48px;
        width: 48px;
    }

    .header-mobile-button__button {
        border: none;
        border-radius: 8px;
        background: none;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    #header-hamburger-button {
        background-image: url('/images/hamburger-icons.png');
        background-position-x: 0;
        background-position-y: 0;
        width: 100%;
        height: 100%;
    }

    .light-theme #header-hamburger-button {
        background-position-x: -48px;
    }

    #game-image-section {
        display: none;
    }

    #play-now-section {
        flex-wrap: wrap;
    }

    .play-now-section-button, 
    .play-now-signup-button {
        height: 64px;
    }

    .main-section-title {
        align-items: center;
        margin: 8px;
        font-size: 24px;
    }

    .news-summary-item {
        flex-direction: column;
        padding: 16px 0;
        border-bottom: 2px solid var(--body-bg-color);
    }

    .news-summary-thumbnail {
        display: none;
        /*margin-right: 0;*/
        /*margin-bottom: 8px;*/
    }

    .rounded_container {
        margin: 8px;
    }

    #terms-and-conditions {
        text-align: center;
    }

    input[type=checkbox], 
    input[type=radio] {
        transform: scale(1.5);
        margin: 16px;
    }

    input[type=date], 
    input[type=datetime-local], 
    input[type=datetime], 
    input[type=email], 
    input[type=month], 
    input[type=number], 
    input[type=password], 
    input[type=search], 
    input[type=tel], 
    input[type=text], 
    input[type=time], 
    input[type=url], 
    button, 
    input[type=submit], 
    .form-submit-button {
        font-size: 16px;
    }

    button, 
    input[type=submit], 
    .form-submit-button {
        padding: 12px 16px;
    }

    .form-container_row {
        width: auto;
        max-width: initial;
    }

    .login-register-container_inner {
        width: auto;
        max-width: 372px;
    }

    #server_ad {
        display: none;
    }

    #hs_ad {
        display: none;
    }

    #world-map-tab {
        display: none;
    }
    
    .horizontal-scrollable {
        overflow-x: scroll;
    }

    #hs_container {
        justify-content: center;
    }

    #hs_skills {
        max-height: 0;
        transition: max-height .3s ease-in-out, padding .3s ease-in-out;
        overflow: hidden;
        position: absolute;
        left: 0;
        box-shadow: 0 0 3px var(--header-shadow-color);
        padding: 0;
    }

    #hs_skills.hs_skills--opened {
        display: flex;
        max-height: 1000px;
        padding: 16px;
    }

    #hs_data {
        max-width: 487px;
        width: 100%;
    }

    .hs_data__row {
        font-size: 12px;
    }

    .hs_data__row__rank {
        max-width: 60px;
        width: 15%;
    }

    .hs_data__row__name {
        max-width: 160px;
        width: 38%;
    }

    .hs_data__row__level {
        max-width: 99px;
        width: 12%;
    }

    .hs_data__row__exp {
        max-width: 128px;
        width: 35%;
    }

    #hs-sidebar-hamburger-button-container {
        margin-right: 4px;
        display: block;
        height: 36px;
        width: 36px;
    }

    #hs-sidebar-hamburger-button__button {
        border: none;
        border-radius: 8px;
        background: none;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    #hs-sidebar-hamburger-button {
        background-image: url('/images/hamburger-icons.png');
        background-position-x: 0;
        background-position-y: 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
        width: 36px;
        height: 36px;
    }

    .light-theme #hs-sidebar-hamburger-button {
        background-position-x: -36px;
    }

    #servers_container * {
        font-size: 16px;
    }

    .world-link-button {
        font-size: 16px;
    }

    #game-section {
        background: none;
    }

}