/*! (c) 2024 Jagex Limited */

@keyframes target-highlight {

    0%,
    100% {
        outline: 1px solid transparent
    }

    50% {
        outline: 1px solid #90c040
    }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
    font-size: 1em
}

ul {
    list-style: none
}

li a:active,
li a:focus,
a:active,
a:focus {
    outline: 0
}

body {
    line-height: 1;
    font-size: 62.5%;
    text-align: left
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0
}

a img {
    border-style: none;
    border-width: 0
}

fieldset {
    border: 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

sub {
    vertical-align: sub
}

sup {
    vertical-align: super
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select {
    vertical-align: middle
}

p {
    line-height: 150%
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent
}

html,
body {
    height: 100%
}

body {
    background: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px
}

a {
    color: #90c040;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.secondary-link {
    color: #7B4F17;
    font-weight: bold
}

.login-box {
    background: black;
    border: 2px solid #382418;
    display: block;
    font-size: 1.3em;
    margin: 10px auto;
    overflow: hidden;
    padding: 3px;
    position: relative;
    text-align: center;
    width: 750px
}

.login-box:after {
    clear: both;
    content: '';
    display: table
}

.login-box__username {
    color: #ffbb22
}

.login-box__logout {
    float: right
}

.login-box__login-link {
    color: #90c040;
    cursor: pointer;
    float: right;
    margin: 3px
}

.page-wrap {
    background: url('../images/bg2.jpg') repeat-y center top;
    margin: 0 auto;
    overflow-y: hidden;
    padding: 0 50px;
    width: 815px
}

.banner {
    background: url('../images/rslogo3.png') no-repeat center;
    display: block;
    margin-bottom: 25px;
    min-height: 135px;
    text-align: center
}

.banner__options {
    background: black;
    border: 2px solid #382418;
    display: inline-block;
    margin-top: 45px;
    padding: 3px 15px
}

.banner__title {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 3px
}

.banner__home {
    display: block;
    font-size: 1.3em
}

.secondary-wrap {
    display: block;
    margin-bottom: 30px
}

.secondary-wrap ul,
.tertiaryNav ul {
    display: block;
    text-align: center
}

.secondary-wrap li,
.tertiaryNav li {
    display: inline-block;
    margin: 0 2px
}

.secondary-wrap span,
.tertiaryNav span {
    background: black;
    border: 2px solid #382418;
    padding: 7px 15px;
    font-size: 1.3em
}

.secondary-wrap .active span,
.tertiaryNav .active span,
.tertiaryNav a.active,
.pagination .pageNumbers li.current,
.grandexchange .switch li.active,
.grandexchange--top100 .content .time-periods a.active {
    background: #646464;
    color: white
}

.secondary-wrap .active span a,
.tertiaryNav .active span a,
.tertiaryNav a.active a,
.pagination .pageNumbers li.current a,
.grandexchange .switch li.active a,
.grandexchange--top100 .content .time-periods a.active a {
    color: white
}

.secondary-wrap .active span a:hover,
.tertiaryNav .active span a:hover,
.tertiaryNav a.active a:hover,
.pagination .pageNumbers li.current a:hover,
.grandexchange .switch li.active a:hover,
.grandexchange--top100 .content .time-periods a.active a:hover {
    color: white
}

.tertiaryNav a {
    position: relative
}

.content {
    background: url('../images/backdrop_745.gif') repeat-y top center;
    padding: 50px 75px;
    position: relative
}

.content:before,
.content:after {
    background: url('../images/backdrop_765_top.gif') no-repeat center top;
    content: '';
    height: 50px;
    left: 0;
    position: absolute;
    top: -11px;
    width: 100%
}

.content:after {
    background: url('../images/backdrop_765_bottom.gif') no-repeat center bottom;
    bottom: -11px;
    top: auto
}

.footer {
    display: block;
    margin: 20px 0;
    position: relative;
    text-align: center
}

.footer__jagex {
    left: 15px;
    position: absolute;
    top: 11px
}

.footer__jagex-img {
    width: 80px
}

.footer__jagex-img:hover {
    filter: brightness(1.3)
}

.footer__rss {
    background: url('../images/rss.png') no-repeat center;
    color: transparent;
    height: 21px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 21px
}

.footer__rss:hover {
    filter: brightness(1.3)
}

.footer__disclaimer {
    font-style: italic;
    margin: 20px auto;
    max-width: 90%;
    padding: 5px
}

.footer__disclaimer:target {
    animation: target-highlight 2s 4
}

.footer__external-links {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer__external-links::after {
    background: white;
    clip-path: polygon(48.9% 30%, 58.9% 20%, 0% 20%, 0% 100%, 80% 100%, 80% 41.1%, 70% 51.1%, 40% 67.1%, 88.5% 18.5%, 100% 30%, 100% 0%, 70% 0%, 81.5% 11.5%, 32.9% 60%, 40% 67.1%, 70% 51.1%, 70% 90%, 10% 90%, 10% 30%);
    content: '';
    display: inline-block;
    height: 10px;
    margin-left: 3px;
    width: 10px
}

.footer__pegi {
    margin: 15px 0;
    font-size: 0
}

.m-pegi {
    padding: 0 15px
}

.m-pegi__icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.m-pegi__age {
    height: 65px
}

.m-pegi__age:hover {
    filter: brightness(1.3)
}

.m-pegi__descriptor {
    height: 55px;
    vertical-align: top;
    margin-left: 4px
}

.m-pegi__descriptor:hover {
    filter: brightness(1.3)
}

.m-pegi__strap {
    font-size: 10px;
    text-align: center
}

@font-face {
    font-family: 'KingthingsPetrockRegular';
    src: url("../fonts/Kingthings_Petrock-webfont.eot");
    src: url("../fonts/Kingthings_Petrock-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/Kingthings_Petrock-webfont.woff") format("woff"), url("../fonts/Kingthings_Petrock-webfont.ttf") format("truetype"), url("../images/Kingthings_Petrock-webfont.svg#KingthingsPetrockRegular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'KingthingsPetrockLightRegular';
    src: url("../fonts/Kingthings_Petrock_light-webfont.eot");
    src: url("../fonts/Kingthings_Petrock_light-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/Kingthings_Petrock_light-webfont.woff") format("woff"), url("../fonts/Kingthings_Petrock_light-webfont.ttf") format("truetype"), url("../images/Kingthings_Petrock_light-webfont.svg#KingthingsPetrockLightRegular") format("svg");
    font-weight: normal;
    font-style: normal
}

.m-callout {
    border: 1px solid;
    border-radius: 5px;
    display: block;
    line-height: 150%;
    margin: 0 auto 15px;
    text-align: center
}

.m-callout--type-error {
    background: #bb3e2e;
    border-color: #960000
}

.m-callout--type-warning {
    background: #bbab2e;
    border-color: black
}

.m-callout--type-success {
    background: #519413;
    border-color: #005704
}

.paginationWrap {
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.pagination+form {
    margin-top: 10px
}

.pagination,
.paging {
    position: relative
}

.paging>a,
.paging>ul {
    display: block;
    float: left
}

.paginationWrap .gotoPage {
    font-size: 1.3em;
    padding-right: 5px;
    color: black
}

.pagination .pageNumbers {
    list-style: none
}

.paginationWrap .gotoPage input[type=text] {
    background: none repeat scroll 0 0 #010709;
    border: 1px solid #355563;
    border-radius: 6px 6px 6px 6px;
    font-size: 1em;
    margin: 0 0 0 5px;
    padding: 4px;
    position: relative;
    top: -2px;
    width: 45px
}

.paginationWrap .paginationWrap__number {
    font-size: 1.1em;
    padding: 4px;
    position: relative;
    width: 45px;
    -moz-appearance: textfield
}

.paginationWrap__number::-webkit-inner-spin-button,
.paginationWrap__number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.gotoPage__submit {
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 0;
    display: block;
    border: none
}

.pagination .pageNumbers li {
    background: black;
    border: 2px solid #382418;
    float: left;
    font-size: 1.2em;
    margin-left: 10px;
    text-align: center
}

.pagination .pageNumbers li a {
    display: block;
    padding: 6px 10px 4px
}

.pagination .pageNumbers li.current a {
    text-decoration: underline
}

.pagination .pageNumbers li.ellipsis {
    background: black;
    border: 2px solid #382418;
    font-size: 1.2em;
    letter-spacing: 0.1em
}

.pagination .pageNumbers li.ellipsis a {
    padding: 10px 0 0
}

.pagination .previous,
.pagination .next {
    text-indent: -999px;
    overflow: hidden
}

.pagination .previous,
.pagination .next,
.pagination.simple a:after {
    height: 14px;
    margin-top: 5px;
    width: 11px
}

.pagination .previous,
.pagination.simple .previous:after {
    background: url('../images/smallArrowLeft.png') no-repeat
}

.pagination .next,
.pagination.simple .next:after {
    background: url('../images/smallArrowRight.png') no-repeat;
    margin-left: 10px
}

.pagination .previous:hover,
.pagination .next:hover {
    background-position: right top
}

.paginationOuter {
    background: url('https://www.runescape.com/img/rsp777/hiscores/pagination.png') repeat-x 0 0;
    height: 33px
}

.pagination.simple {
    position: static;
    float: none;
    left: auto;
    font-size: 1.2em;
    text-align: center;
    margin: 0 10px 17px;
    padding-top: 10px;
    border-top: solid 1px #223843
}

.pagination.simple a {
    margin: 0;
    height: auto;
    width: auto;
    background: none;
    position: relative;
    line-height: 14px
}

.pagination.simple a:hover {
    text-decoration: underline
}

.pagination.simple a:after {
    content: '';
    position: absolute;
    left: 0;
    margin-top: 0
}

.pagination.simple .next:after {
    left: auto;
    right: 0
}

.pagination.simple .previous {
    float: left;
    padding-left: 25px
}

.pagination.simple .next {
    float: right;
    padding-right: 25px
}

.simple.noFirst span {
    margin-left: 71px
}

.simple.noLast span {
    margin-right: 51px
}

@keyframes anim-rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loading-ellipsis {
    from {
        width: 0
    }

    to {
        width: 45px
    }
}

@keyframes loader {

    0%,
    50% {
        height: 0
    }

    25% {
        height: 100%
    }
}

.game-page {
    margin: 0;
    background: black;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    overflow-y: auto
}

.game-page h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.83em 0
}

.game-page h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 1em 0
}

.game-page p {
    margin: 1em 0
}

.game-page .page-wrap {
    background: transparent;
    overflow: visible;
    padding: 0;
    width: auto
}

.game-page .game-frame {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none
}

.game-page .game-frame--show {
    display: block
}

.game-page .no-java-screens {
    margin: 0 auto;
    max-width: 880px;
    position: relative
}

.game-page .launching-client,
.game-page .thanks-screen,
.game-page .install-screen,
.game-page .unsupported-screen {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.game-page .thanks-screen,
.game-page .install-screen,
.game-page .unsupported-screen {
    display: none
}

.game-page .thanks-screen--show,
.game-page .install-screen--show,
.game-page .unsupported-screen--show {
    display: block
}

.game-page .download-icon {
    float: right;
    margin: 0 20px
}

.game-page .content-button {
    display: inline-block;
    width: 152px;
    height: 134px;
    overflow: hidden;
    margin: 0 10px
}

.game-page .content-button__link {
    display: block;
    float: left;
    width: 152px;
    height: 126px;
    margin-right: 20px;
    padding-top: 40px;
    background: url('../images/compare_users.gif') no-repeat 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.game-page .small-print {
    font-size: 0.8em
}

.game-page .not-loading {
    display: none
}

.game-page .not-loading--show {
    display: block
}

.game-page .not-loading__link {
    color: #90c040;
    cursor: pointer
}

.game-page .not-loading__link:hover {
    text-decoration: underline
}

.game-page .no-js-error {
    display: none
}

.game-page .no-js .no-js-error {
    display: block
}

.game-page .launching-runescape {
    margin-bottom: 0
}

.game-page .launching-runescape--loading {
    position: relative
}

.game-page .launching-runescape--loading:after {
    content: '...';
    display: inline-block;
    overflow: hidden;
    position: absolute;
    width: 45px;
    animation: loading-ellipsis 2s infinite
}

.game-page .unsupported-screen__title {
    font-size: 2.5em
}

.grandexchange .main {
    clear: both;
    overflow: hidden;
    padding-bottom: 13px
}

.grandexchange .banner {
    background-image: url('../images/title.png')
}

.grandexchange .content {
    background-image: url('../images/Scroll-Middle.gif');
    float: left;
    padding: 50px 30px;
    width: 72%
}

.grandexchange .content:before {
    background-image: url('../images/Scroll-Top.gif')
}

.grandexchange .content:after {
    background-image: url('../images/Scroll-Bottom.gif')
}

.grandexchange .item-description {
    overflow: hidden
}

.grandexchange .item-description h2 {
    color: black;
    font-size: 3em;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%
}

.grandexchange .item-description.member h2:after {
    background: url('../images/members.png') no-repeat center 2px;
    content: '';
    display: inline-block;
    height: 30px;
    margin-left: 15px;
    vertical-align: top;
    width: 30px
}

.grandexchange .item-description p {
    color: black;
    float: left;
    font-size: 1.3em
}

.grandexchange .item-description img {
    float: right
}

.grandexchange .stats {
    box-shadow: 0 0 3px 3px #4a381f;
    margin-top: 20px
}

.grandexchange .stats h3 {
    background: rgba(60, 39, 11, 0.5);
    color: white;
    font-size: 2.5em;
    line-height: 21px;
    padding: 10px 5px;
    vertical-align: top
}

.grandexchange .stats h3 span {
    float: right;
    position: relative
}

.grandexchange .stats h3 span:after {
    background: url('../images/coin.png') no-repeat center;
    content: '';
    display: inline-block;
    height: 21px;
    margin-left: 10px;
    vertical-align: top;
    width: 16px
}

.grandexchange .stats ul {
    width: 100%
}

.grandexchange .stats li {
    background: rgba(74, 56, 31, 0.7);
    font-size: 1.3em;
    font-weight: bold;
    line-height: 15px;
    padding: 7px 5px
}

.grandexchange .stats li:nth-child(even) {
    background: rgba(60, 39, 11, 0.5)
}

.grandexchange .stats .stats__change,
.grandexchange .stats .stats__today-change span,
.grandexchange .stats .stats__today span {
    float: right;
    font-weight: normal;
    position: relative
}

.grandexchange .stats .stats__change:after,
.grandexchange .stats .stats__today-change span:after {
    background: url('../images/no_change.gif') no-repeat center;
    content: '';
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    vertical-align: top;
    width: 15px
}

.grandexchange .stats .stats__change--positive:after,
.grandexchange .stats .stats__today-change span.positive:after {
    background-image: url('../images/positive.gif')
}

.grandexchange .stats .stats__change--negative:after,
.grandexchange .stats .stats__today-change span.negative:after {
    background-image: url('../images/negative.gif')
}

.grandexchange .stats .stats__gp-change {
    display: inline-block
}

.grandexchange .stats .stats__pc-change {
    display: inline-block;
    min-width: 50px
}

.grandexchange .stats .stats__gp-change:after {
    background: url('../images/coins.gif') no-repeat center;
    content: '';
    display: inline-block;
    height: 11px;
    margin: 0 10px 0 3px;
    width: 15px
}

.grandexchange .chart {
    min-height: 400px;
    margin-top: 20px;
    padding: 15px 0;
    position: relative
}

.grandexchange .chart__set {
    background: rgba(60, 39, 11, 0.5);
    box-shadow: 0 0 3px 3px #4a381f;
    margin-bottom: 20px;
    padding-top: 5px;
    position: relative
}

.grandexchange .chart__set:before {
    background: rgba(60, 39, 11, 0.5);
    content: '';
    height: 55px;
    left: 0;
    padding-top: 15px;
    position: absolute;
    top: 0;
    width: 100%
}

.grandexchange .chart__set--count {
    padding-top: 1px
}

.grandexchange .chart__set--count:before {
    height: 18px
}

.grandexchange .chart__set g[title]:hover:after {
    content: attr(title);
    color: black
}

.grandexchange .chart__main-title {
    font-size: 1.6em;
    margin: 8px 0 0 20px;
    position: relative;
    z-index: 2
}

.grandexchange .item-chart {
    margin-top: 49px
}

.grandexchange .item-chart g:first-child rect[y="25"] {
    height: 20px;
    width: 1px;
    y: 466px
}

.grandexchange .chart__count-chart {
    margin-top: 10px
}

.grandexchange .chart__count-chart g:first-child rect[y="25"] {
    height: 20px;
    width: 1px;
    y: 466px
}

.grandexchange .key {
    float: left;
    overflow: hidden;
    position: relative
}

.grandexchange .key li {
    color: #FF6100;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    list-style-type: disc;
    margin: 10px 0 0 20px
}

.grandexchange .key li.daily {
    color: #78ADFF
}

.grandexchange .key .toggle-trend {
    cursor: pointer;
    margin: 0 0 0 5px
}

.grandexchange .switch {
    float: right;
    margin-right: 17px;
    position: relative
}

.grandexchange .switch li {
    background: black;
    border: 2px solid #382418;
    float: left;
    font-size: 1.3em;
    margin-left: 25px;
    padding: 7px 15px
}

.grandexchange .chart__count-details {
    background: rgba(60, 39, 11, 0.5);
    margin-top: 10px;
    padding: 10px 0;
    overflow: hidden
}

.grandexchange .sidebar {
    float: right;
    width: 20%
}

.grandexchange .itemWeek {
    margin-bottom: 10px
}

.grandexchange .itemWeek a {
    background: url('../images/compare_users.gif') no-repeat 0 0;
    display: block;
    height: 99px;
    padding: 14px;
    text-align: center;
    width: 124px
}

.grandexchange .itemWeek a:hover {
    color: white
}

.grandexchange .itemWeek h4 {
    color: white;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-align: center
}

.grandexchange .itemWeek p {
    color: white;
    font-size: 1.3em;
    text-align: center
}

.grandexchange .itemWeek img {
    width: 60px
}

.grandexchange .grafTitle {
    display: table;
    margin-bottom: 10px
}

.grandexchange .grafTitle h4 {
    background: url('../images/search_box.gif') no-repeat 0 0;
    display: table-cell;
    font-size: 1.3em;
    height: 70px;
    padding: 14px;
    text-align: center;
    vertical-align: middle;
    width: 124px
}

.grandexchange .grafTitle a {
    color: white;
    display: block;
    height: 100%;
    line-height: 70px
}

.grandexchange .grafTitle a:hover {
    color: white
}

.grandexchange .geSideTab .side-label {
    display: none
}

.grandexchange .geSideTab.search {
    display: table;
    margin-bottom: 10px
}

.grandexchange .geSideTab.search form {
    background: url('../images/compare_users.gif') no-repeat 0 0;
    display: table-cell;
    height: 99px;
    padding: 14px;
    text-align: center;
    vertical-align: middle;
    width: 124px
}

.grandexchange .geSideTab.search h4 {
    font-size: 1.5em;
    margin-bottom: 10px
}

.grandexchange .geSideTab.search .text {
    margin-bottom: 10px;
    width: 100%
}

.grandexchange .content.error {
    color: black
}

.grandexchange .content.error h3 {
    font-size: 1.8em;
    margin-bottom: 10px
}

.grandexchange .content.error p {
    font-size: 1.3em
}

.grandexchange .ticker {
    background: transparent url('../images/ticker_back.gif') repeat-x 0 center;
    height: 40px;
    overflow: hidden;
    position: relative
}

.grandexchange .tickercontainer {
    width: 3100px
}

.grandexchange .ticker-spacer {
    display: none
}

.grandexchange .ticker-wrap {
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0s linear;
    background: transparent url('../images/ticker.gif') repeat-x 0 0
}

.grandexchange .ticker section,
.grandexchange .ticker h3,
.grandexchange .ticker ul,
.grandexchange .ticker li {
    float: left
}

.grandexchange .ticker h3 a {
    color: black;
    font-size: 1.3em
}

.grandexchange .ticker section {
    padding: 0 15px 0 55px;
    background: url('../images/positive.gif') no-repeat 20px center
}

.grandexchange .ticker .falls {
    background-image: url('../images/negative.gif')
}

.grandexchange .ticker .valuable {
    background-image: url('../images/coins.gif')
}

.grandexchange .ticker .traded {
    background-image: url('../images/deal.gif')
}

.grandexchange .ticker .item {
    background-position: 15px -138px;
    position: relative
}

.grandexchange .ticker .item img {
    position: absolute;
    top: 5px;
    left: 25px;
    width: 32px
}

.grandexchange .ticker .item span {
    position: relative;
    padding-right: 30px
}

.grandexchange .ticker .item span:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 24px;
    background: transparent url('../images/positive.gif') no-repeat center 0
}

.grandexchange .ticker .item .negative:after {
    background-image: url('../images/negative.gif')
}

.grandexchange .ticker li {
    margin-left: 15px;
    font-size: 1.2em
}

.grandexchange .ticker li span {
    margin: 0 10px
}

.grandexchange--home .ticker section.total-trades {
    background-image: url('../images/shop.gif')
}

.grandexchange--home .total-trades__title {
    color: black;
    font-size: 1.3em
}

.grandexchange--home .total-trades__value {
    float: left;
    font-size: 1.2em;
    line-height: 40px;
    margin-left: 15px
}

.grandexchange--home .contents {
    position: relative
}

.grandexchange--home .contents:before,
.grandexchange--home .contents:after {
    background: url('../images/ticker_end.png') no-repeat 0 0;
    content: '';
    height: 50px;
    position: absolute;
    top: -45px;
    width: 16px;
    z-index: 2
}

.grandexchange--home .contents:before {
    left: -7px
}

.grandexchange--home .contents:after {
    right: -7px
}

.grandexchange--home .search {
    background: url('../images/backdrop_745.gif') repeat-y 0 -5px;
    margin: auto;
    padding: 50px 30px 30px;
    position: relative;
    width: 685px
}

.grandexchange--home .search:before {
    background: url('../images/backdrop_765_top.gif') no-repeat center top;
    content: '';
    height: 53px;
    left: -10px;
    position: absolute;
    top: -13px;
    width: 103%
}

.grandexchange--home .search .search-label {
    font-size: 1.5em
}

.grandexchange--home .search .text {
    font-size: 2em;
    width: 500px
}

.grandexchange--home .search-form {
    -ms-flex-align: center;
    align-items: center;
    background: rgba(60, 39, 11, 0.5);
    box-shadow: 0 0 3px 3px #4a381f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px
}

.grandexchange--home .search-submit {
    font-size: 2em
}

.grandexchange--home .landing-boxes {
    background: url('../images/backdrop_745.gif') repeat-y 0 0;
    margin: auto;
    padding: 0 30px 50px;
    position: relative;
    text-align: center;
    width: 685px
}

.grandexchange--home .landing-boxes:after {
    background: url('../images/backdrop_765_bottom.gif') no-repeat center bottom;
    bottom: -13px;
    content: '';
    height: 53px;
    left: -10px;
    position: absolute;
    width: 103%
}

.grandexchange--home .landing-boxes article {
    background: url('../images/overview-button.gif') no-repeat center;
    display: inline-table;
    height: 175px;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: top;
    width: 32%
}

.grandexchange--home .landing-boxes a {
    color: white;
    display: table-cell;
    padding: 0 22px;
    vertical-align: middle
}

.grandexchange--home .landing-boxes a:hover {
    text-decoration: none
}

.grandexchange--home .landing-boxes a:hover h3 {
    text-decoration: underline
}

.grandexchange--home .landing-boxes a:hover img {
    -moz-filter: brightness(1.3);
    -ms-filter: brightness(1.3);
    -o-filter: brightness(1.3);
    filter: brightness(1.3)
}

.grandexchange--home .landing-boxes h3 {
    color: white;
    font-size: 2.1em
}

.grandexchange--home .landing-boxes p {
    color: white;
    font-size: 1.1em
}

.grandexchange--home .landing-boxes img {
    max-width: 60px
}

.grandexchange--home .landing-boxes strong {
    display: none
}

.grandexchange--results .results-form {
    background: rgba(60, 39, 11, 0.5);
    box-shadow: 0 0 3px 3px #4a381f;
    overflow: hidden;
    padding: 15px
}

.grandexchange--results .resultSearch {
    font-size: 2em;
    width: 430px
}

.grandexchange--results .resultsSubmit {
    font-size: 2em
}

.grandexchange--results .content h3 {
    font-size: 1.7em;
    margin-top: 20px
}

.grandexchange--results .content p {
    font-size: 1.1em
}

.grandexchange--results .content h4 {
    display: inline-block;
    font-size: 1.5em;
    margin-top: 13px
}

.grandexchange--results .content h4:after {
    content: ':';
    display: inline
}

.grandexchange--results .content label {
    display: inline-block;
    height: 18px;
    line-height: 20px;
    margin-right: 5px
}

.grandexchange--results .content .price-values,
.grandexchange--results .content .member-values {
    clear: right;
    float: right;
    margin-top: 13px
}

.grandexchange--results .content .member-values {
    margin-top: 5px
}

.grandexchange--results .content .price-values label:nth-child(2) {
    margin-left: 15px
}

.grandexchange--results .content .price-values input {
    width: 103px
}

.grandexchange--results .content .filter-link {
    display: none
}

.grandexchange--results .content .filter-results {
    margin-top: 10px
}

.grandexchange--results .content .memberFilters {
    float: left;
    margin-bottom: 5px
}

.grandexchange--results .content .updateButton {
    display: block;
    float: right;
    margin-left: 300px
}

.grandexchange--results .table-item-link img {
    margin-right: 10px
}

.grandexchange--results .content table,
.grandexchange--top100 .content table,
.grandexchange--catalogue .content table {
    margin-top: 30px;
    width: 100%
}

.grandexchange--results .content table tr:nth-child(even),
.grandexchange--top100 .content table tr:nth-child(even),
.grandexchange--catalogue .content table tr:nth-child(even) {
    background: rgba(60, 39, 11, 0.7)
}

.grandexchange--results .content table tr:nth-child(odd),
.grandexchange--top100 .content table tr:nth-child(odd),
.grandexchange--catalogue .content table tr:nth-child(odd) {
    background: rgba(60, 39, 11, 0.87)
}

.grandexchange--results .content table img,
.grandexchange--top100 .content table img,
.grandexchange--catalogue .content table img {
    vertical-align: middle
}

.grandexchange--results .content table a,
.grandexchange--top100 .content table a,
.grandexchange--catalogue .content table a {
    font-size: 1.3em
}

.grandexchange--results .content th,
.grandexchange--top100 .content th,
.grandexchange--catalogue .content th {
    background: rgba(60, 39, 11, 0.5);
    border: 1px solid #382418;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    padding: 3px 3px 3px 10px;
    vertical-align: middle
}

.grandexchange--results .content th.memberCol,
.grandexchange--top100 .content th.memberCol,
.grandexchange--catalogue .content th.memberCol {
    padding-left: 0;
    text-align: center
}

.grandexchange--results .content td,
.grandexchange--top100 .content td,
.grandexchange--catalogue .content td {
    border: 1px solid #382418;
    padding-left: 10px;
    vertical-align: middle
}

.grandexchange--results .content td.change a,
.grandexchange--top100 .content td.change a,
.grandexchange--catalogue .content td.change a {
    position: relative
}

.grandexchange--results .content td.change a:before,
.grandexchange--top100 .content td.change a:before,
.grandexchange--catalogue .content td.change a:before {
    background: url('../images/no_change.gif') no-repeat center;
    content: '';
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    vertical-align: top;
    width: 15px
}

.grandexchange--results .content td.positive.change a:before,
.grandexchange--top100 .content td.positive.change a:before,
.grandexchange--catalogue .content td.positive.change a:before {
    background-image: url('../images/positive.gif')
}

.grandexchange--results .content td.negative.change a:before,
.grandexchange--top100 .content td.negative.change a:before,
.grandexchange--catalogue .content td.negative.change a:before {
    background-image: url('../images/negative.gif')
}

.grandexchange--results .content td.memberItem,
.grandexchange--top100 .content td.memberItem,
.grandexchange--catalogue .content td.memberItem {
    padding-left: 0;
    text-align: center
}

.grandexchange--results .content .table-item-image,
.grandexchange--top100 .content .table-item-image,
.grandexchange--catalogue .content .table-item-image {
    height: 32px
}

.grandexchange--top100 .tertiaryNav {
    background: url('../images/Scroll-Middle.gif') repeat-y center -63px;
    float: left;
    padding: 50px 0 10px;
    position: relative;
    width: 646px
}

.grandexchange--top100 .tertiaryNav:before {
    background: url('../images/Scroll-Top.gif') no-repeat center top;
    content: '';
    height: 50px;
    left: 0;
    padding-top: 50px;
    position: absolute;
    top: -11px;
    width: 100%
}

.grandexchange--top100 .content {
    padding: 5px 30px 50px 30px
}

.grandexchange--top100 .content:before {
    display: none
}

.grandexchange--top100 .content h3,
.grandexchange--top100 .content p,
.grandexchange--top100 .content h5 {
    display: none
}

.grandexchange--top100 .content .no-top100 {
    color: black;
    display: block;
    font-size: 1.1em;
    margin: 10px 0
}

.grandexchange--top100 .content .time-periods {
    background: #422C0F;
    border: 1px solid #382418;
    display: block;
    margin: 15px 0 0;
    text-align: center;
    width: 584px
}

.grandexchange--top100 .content .time-periods li {
    border-left: 2px solid #382418;
    display: inline-block
}

.grandexchange--top100 .content .time-periods li:last-child {
    border-right: 2px solid #382418
}

.grandexchange--top100 .content .time-periods a {
    display: block;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 1.3em
}

.grandexchange--top100 .content table {
    margin-top: 0
}

.grandexchange--top100 .content .table-item-link img {
    margin-right: 10px
}

.grandexchange--top100 .trade-table-title {
    padding: 5px 0 5px 10px;
    text-align: center
}

.grandexchange--top100 .sidebar {
    margin-top: -73px
}

.grandexchange--catalogue .content h3 {
    color: black;
    font-size: 1.7em
}

.grandexchange--catalogue .content p {
    color: black
}

.grandexchange--catalogue .content p {
    font-size: 1.3em;
    margin: 10px 0
}

.grandexchange--catalogue .categoryDrop {
    background: black;
    border: 2px solid #382418;
    padding: 7px 15px;
    float: right;
    position: relative
}

.grandexchange--catalogue .categoryDrop h5 {
    color: #90c040;
    font-size: 1.3em
}

.grandexchange--catalogue .categoryDrop .categories {
    background: black;
    border: 2px solid #382418;
    border-top-color: black;
    display: none;
    position: absolute;
    right: -2px;
    top: 100%;
    width: 100%
}

.grandexchange--catalogue .categoryDrop:hover .categories {
    display: block
}

.grandexchange--catalogue .categoryDrop a {
    display: block;
    font-size: 1.3em;
    margin: 5px
}

body.hiscores .ua-skill-icon {
    padding-left: calc(16px + 5px);
    position: relative
}

body.hiscores .ua-skill-icon::before {
    background: no-repeat center;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}

body.hiscores .ua-skill-icon--attack::before {
    background-image: url('../images/skill_icon_attack1.gif')
}

body.hiscores .ua-skill-icon--hitpoints::before {
    background-image: url('../images/skill_icon_hitpoints1.gif')
}

body.hiscores .ua-skill-icon--mining::before {
    background-image: url('../images/skill_icon_mining1.gif')
}

body.hiscores .ua-skill-icon--strength::before {
    background-image: url('../images/skill_icon_strength1.gif')
}

body.hiscores .ua-skill-icon--agility::before {
    background-image: url('../images/skill_icon_agility1.gif')
}

body.hiscores .ua-skill-icon--smithing::before {
    background-image: url('../images/skill_icon_smithing1.gif')
}

body.hiscores .ua-skill-icon--defence::before {
    background-image: url('../images/skill_icon_defence1.gif')
}

body.hiscores .ua-skill-icon--herblore::before {
    background-image: url('../images/skill_icon_herblore1.gif')
}

body.hiscores .ua-skill-icon--fishing::before {
    background-image: url('../images/skill_icon_fishing1.gif')
}

body.hiscores .ua-skill-icon--ranged::before {
    background-image: url('../images/skill_icon_ranged1.gif')
}

body.hiscores .ua-skill-icon--thieving::before {
    background-image: url('../images/skill_icon_thieving1.gif')
}

body.hiscores .ua-skill-icon--cooking::before {
    background-image: url('../images/skill_icon_cooking1.gif')
}

body.hiscores .ua-skill-icon--prayer::before {
    background-image: url('../images/skill_icon_prayer1.gif')
}

body.hiscores .ua-skill-icon--crafting::before {
    background-image: url('../images/skill_icon_crafting1.gif')
}

body.hiscores .ua-skill-icon--firemaking::before {
    background-image: url('../images/skill_icon_firemaking1.gif');
    background-image: url('../images/skill_icon_firemaking1.gif')
}

body.hiscores .ua-skill-icon--magic::before {
    background-image: url('../images/skill_icon_magic1.gif')
}

body.hiscores .ua-skill-icon--fletching::before {
    background-image: url('../images/skill_icon_fletching1.gif')
}

body.hiscores .ua-skill-icon--woodcutting::before {
    background-image: url('../images/skill_icon_woodcutting1.gif')
}

body.hiscores .ua-skill-icon--runecraft::before {
    background-image: url('../images/skill_icon_runecraft1.gif')
}

body.hiscores .ua-skill-icon--slayer::before {
    background-image: url('../images/skill_icon_slayer1.gif')
}

body.hiscores .ua-skill-icon--farming::before {
    background-image: url('../images/skill_icon_farming1.gif')
}

body.hiscores .ua-skill-icon--construction::before {
    background-image: url('../images/skill_icon_construction1.gif')
}

body.hiscores .ua-skill-icon--hunter::before {
    background-image: url('../images/skill_icon_hunter1.gif')
}

body.hiscores .ua-death-icon,
body.hiscores .uc-prestige-icon {
    cursor: help;
    height: 15px;
    margin-right: 3px;
    vertical-align: sub;
    width: 15px
}

body.hiscores .ua-death-icon--size-large,
body.hiscores .uc-prestige-icon--size-large {
    height: 20px;
    vertical-align: top;
    width: 20px
}

body.hiscores .ua-expand {
    appearance: none;
    background: black;
    border: none;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    color: transparent;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    overflow: hidden;
    padding: 0;
    transform: rotate(0deg);
    transition: transform 0.25s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 12px
}

body.hiscores .ua-expand:hover {
    background: grey
}

body.hiscores .ua-expand--state-open {
    transform: rotate(90deg)
}

body.hiscores .banner {
    background-image: url('../images/hiscores_title.gif')
}

body.hiscores .banner__options {
    width: 165px
}

body.hiscores .uc-hiscore-mode-navigation {
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

body.hiscores .uc-hiscore-mode-navigation__group {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

body.hiscores .uc-hiscore-mode-navigation__group:hover .uc-hiscore-mode-navigation__submenu {
    display: -ms-flexbox;
    display: flex
}

body.hiscores .uc-hiscore-mode-navigation__option {
    background: black;
    border: 2px solid #382418;
    color: #90c040;
    margin-right: 5px;
    padding: 7px 15px
}

body.hiscores .uc-hiscore-mode-navigation__option--current {
    color: white;
    font-weight: 700
}

body.hiscores .uc-hiscore-mode-navigation__option--parent {
    cursor: pointer
}

body.hiscores .uc-hiscore-mode-navigation__option--parent::after {
    content: "";
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    background: currentColor;
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-left: 1px
}

body.hiscores .uc-hiscore-mode-navigation__submenu {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10
}

body.hiscores .uc-hiscore-mode-navigation__submenu .uc-hiscore-mode-navigation__option {
    white-space: nowrap
}

body.hiscores .uc-hiscore-mode-navigation__submenu .uc-hiscore-mode-navigation__option+.uc-hiscore-mode-navigation__option {
    border-top: none
}

body.hiscores .uc-hiscore-wrapper {
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto 0;
    width: 100%
}

body.hiscores .um-detail-list {
    column-gap: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(45% - 5px) auto;
    grid-template-columns: calc(45% - 5px) auto;
    margin: 20px auto;
    row-gap: 5px
}

body.hiscores .um-detail-list__title--type-level,
body.hiscores .um-detail-list__title--type-xp,
body.hiscores .um-detail-list__value--type-level,
body.hiscores .um-detail-list__value--type-xp {
    display: none
}

body.hiscores .um-detail-list__entry--state-show {
    display: block
}

body.hiscores .uc-hiscore-group-sizes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0
}

body.hiscores .uc-hiscore-group-sizes__link {
    background: black;
    border: 2px solid #382418;
    display: block;
    float: left;
    font-size: 1.2em;
    margin-left: 10px;
    padding: 6px 10px 4px
}

body.hiscores .uc-hiscore-group-sizes__link--current {
    background: #646464;
    text-decoration: underline
}

body.hiscores .uc-scroll {
    background: url('../images/scroll_middle.gif') repeat-y;
    background-size: 100%;
    color: black;
    min-height: 400px;
    position: relative;
    width: 380px;
    margin: 14px 15px;
    padding: 26px 10px
}

body.hiscores .uc-scroll::before,
body.hiscores .uc-scroll::after {
    background: no-repeat center;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 36px;
    left: 0;
    position: absolute;
    width: 100%
}

body.hiscores .uc-scroll::before {
    background-image: url('../images/scroll_top.gif');
    top: -14px
}

body.hiscores .uc-scroll::after {
    background-image: url('../images/scroll_bottom.gif');
    bottom: -14px
}

body.hiscores .uc-scroll__rule {
    border-top-color: black;
    border-bottom-color: grey
}

body.hiscores .uc-scroll__title,
body.hiscores .uc-scroll__group-title {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

body.hiscores .uc-scroll__group-title {
    font-size: 25px
}

body.hiscores .uc-scroll__table {
    border-collapse: initial;
    font-size: 13px;
    line-height: 20px;
    margin: 5px auto 0;
    width: 100%
}

body.hiscores .uc-scroll__table-row--type-highlight {
    background: rgba(144, 192, 64, 0.4);
    font-weight: 600
}

body.hiscores .uc-scroll__table-row--type-highlight .uc-scroll__link {
    -ms-flex-align: center;
    align-items: center;
    color: currentColor;
    display: -ms-inline-flexbox;
    display: inline-flex
}

body.hiscores .uc-scroll__table-row--type-death {
    text-decoration: line-through
}

body.hiscores .uc-scroll__table-row--type-hidden {
    display: none
}

body.hiscores .uc-scroll__table-row--type-skill {
    display: none
}

body.hiscores .uc-scroll__table-row--type-skill-show {
    display: table-row
}

body.hiscores .uc-scroll__table-row--type-skill-show+.uc-scroll__table-row--type-player {
    background: linear-gradient(to bottom, grey 2px, transparent 2px)
}

body.hiscores .uc-scroll__table-cell {
    padding: 1.5px 3px;
    vertical-align: middle
}

body.hiscores .uc-scroll__table td,
body.hiscores .uc-scroll__table th {
    padding: 1.5px 3px
}

body.hiscores .uc-scroll__table thead td {
    font-weight: 700
}

body.hiscores .uc-scroll__link {
    color: black
}

body.hiscores .uc-scroll__no-results {
    text-align: center;
    margin: 20px 0;
    font-style: italic
}

body.hiscores .uc-hiscore-pagination {
    font-size: 10px
}

body.hiscores .uc-hiscore-pagination .paginationWrap {
    margin-top: 15px
}

body.hiscores .uc-entry-box {
    -ms-flex-align: center;
    align-items: center;
    background: url('../images/search_box.gif') no-repeat center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 98px;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 152px;
    overflow: hidden;
    margin: 0 0 25px 0
}

body.hiscores .uc-entry-box__title {
    color: #d9c27e;
    font-weight: bold;
    margin: 5px;
    text-align: center
}

body.hiscores .uc-entry-box__input {
    margin-bottom: 4px;
    width: 100px
}

.home .banner__options {
    display: none
}

.player-count {
    font-size: 1.3em;
    text-align: center
}

.home-nav {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 4px;
    position: relative
}

.home-nav__main-nav {
    float: left;
    margin-left: 30px;
    width: 260px
}

.home-nav__box {
    background: black;
    border: 2px solid #382418;
    padding: 6px;
    position: relative;
    margin-bottom: 15px
}

.home-nav__title {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3em;
    font-weight: normal;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 100%
}

.home-nav__disclaimer {
    color: white;
    cursor: help;
    font-size: 20px;
    margin-left: 5px
}

.home-nav__disclaimer:hover {
    text-decoration: none
}

.home-nav__link {
    display: inline-block;
    font-size: 1.3em;
    margin: 1px 0;
    padding: 2px 0 2px 30px;
    position: relative
}

.home-nav__link:before {
    background: url('../images/play.gif') no-repeat center/contain;
    content: '';
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px
}

.home-nav__link:hover:before {
    filter: brightness(1.3)
}

.home-nav__link--account:before {
    background-image: url('../images/settings.png')
}

.home-nav__link--authenticator:before {
    background-image: url('../images/authenticator.png')
}

.home-nav__link--bonds:before {
    background-image: url('../images/bonds.gif')
}

.home-nav__link--premier-club:before {
    background-image: url('../images/premier-club.png');
    background-image: url('../images/premier-club.png')
}

.home-nav__link--client:before {
    background-image: url('../images/coin.png')
}

.home-nav__link--deadman:before {
    background-image: url('https://www.runescape.com/img/rsp777/title2/deadman.png')
}

.home-nav__link--exchange:before {
    background-image: url('../images/coins_1.gif')
}

.home-nav__link--discord:before {
    background-image: url('../images/comment.gif')
}

.home-nav__link--hiscores:before {
    background-image: url('../images/hiscore.gif')
}

.home-nav__link--fsw-hiscores:before {
    background-image: url('../images/fsw-hiscore.png')
}

.home-nav__link--map:before {
    background-image: url('../images/globe.gif')
}

.home-nav__link--summer-special:before {
    background-image: url('../images/summer-special.png')
}

.home-nav__link--launcher {
    display: none
}

.home-nav__link--launcher:before {
    background-image: url('../images/launcher.png')
}

.home-nav__link--member:before {
    background-image: url('../images/beta.gif')
}

.home-nav__link--mobile:before {
    background-image: url('../images/mobile.png')
}

.home-nav__link--news:before {
    background-image: url('../images/manual.gif')
}

.home-nav__link--polls:before {
    background-image: url('../images/vote.gif')
}

.home-nav__link--roadmap:before {
    background-image: url('../images/worldmap.gif')
}

.home-nav__link--runelite:before {
    background-image: url('../images/runelite.png')
}

.home-nav__link--shop:before {
    background-image: url('../images/shop_1.gif')
}

.home-nav__link--status:before {
    background-image: url('../images/status-icon.gif')
}

.home-nav__link--support:before {
    background-image: url('../images/support.png')
}

.home-nav__link--wiki:before {
    background-image: url('../images/wiki.png')
}

.home-nav__link--worlds:before {
    background-image: url('../images/create.gif')
}

.home-nav__link--redeem-code:before {
    background-image: url('../images/vote_grey.gif')
}

@supports (clip-path: polygon(0 0)) {
    .home-nav__link--external {
        padding-right: 19px
    }

    .home-nav__link--external:after {
        content: '';
        position: absolute;
        background: #90c040;
        height: 11px;
        width: 12px;
        margin-left: 7px;
        bottom: 4px;
        clip-path: polygon(48.9% 30%, 58.9% 20%, 0% 20%, 0% 100%, 80% 100%, 80% 41.1%, 70% 51.1%, 40% 67.1%, 88.5% 18.5%, 100% 30%, 100% 0%, 70% 0%, 81.5% 11.5%, 32.9% 60%, 40% 67.1%, 70% 51.1%, 70% 90%, 10% 90%, 10% 30%)
    }
}

.home-buttons {
    float: right;
    padding-top: 23px;
    width: 490px
}

.home-buttons--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.home-button {
    background: url('../images/compare_users.gif') no-repeat center;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 103px;
    margin-right: 8px;
    padding: 11px;
    text-align: center;
    vertical-align: top;
    width: 130px
}

.home-button--noworld {
    cursor: not-allowed
}

.home-buttons__foot-link {
    display: block;
    font-size: 1.3em;
    margin-top: 15px;
    text-align: center;
    width: 100%
}

.home-button__new-user,
.home-button__sign-up,
.home-button__world,
.home-button__action,
.home-button__name {
    color: white;
    display: block;
    font-size: 1.7em;
    margin: 3px 0
}

.home-button__new-user {
    margin-top: 30px
}

.home-button__world {
    margin-top: 25px
}

.home-button__name {
    font-size: 1.2em
}

.home-main-title {
    color: #6D4211;
    font-family: initial;
    font-size: 3.5em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000
}

.content__copy {
    color: black;
    font-size: 1.3em
}

.content__copy--center {
    text-align: center
}

.content__title {
    color: black;
    font-size: 1.9em;
    font-weight: bold;
    text-align: center
}

.content__title--news {
    margin-bottom: 30px
}

.content__title--home-info {
    margin: 20px 0 15px
}

.home-information {
    display: block
}

.home-information_item {
    display: block;
    text-align: center
}

.home-information_link {
    color: #7B4F17;
    font-size: 1.3em;
    font-weight: bold
}

.news-article {
    display: block;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 540px
}

.news-article:after {
    background: #6B7B17;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.news-article:last-child {
    margin-bottom: 40px
}

.news-article__figure {
    float: left;
    min-height: 130px;
    width: 175px
}

.news-article__figure-img {
    border: none;
    outline: none;
    color: black;
    max-height: 175px;
    max-width: 175px
}

.news-article__details {
    float: right;
    width: 350px
}

.news-article__title {
    font-size: 1.5em;
    margin-bottom: 15px
}

.news-article__sub {
    color: black;
    display: block;
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 15px
}

.news-article__time {
    position: relative
}

.news-article__time:before {
    content: '|';
    display: inline-block;
    margin: 0 5px
}

.news-article__summary {
    color: black;
    font-size: 1.3em
}

.news-article__read-more {
    white-space: nowrap
}

.news .banner {
    background-image: url('../images/rslogo3-gap.png')
}

.news .banner__home {
    display: inline-block
}

.news .content__copy {
    text-align: center
}

.news .news-archive {
    position: relative;
    text-align: center
}

.news .news-archive__title {
    color: black;
    font-size: 1.3em;
    margin: 20px 0
}

.news .news-archive__filters {
    background: rgba(60, 39, 11, 0.5);
    box-shadow: 0 0 3px 3px #4a381f;
    display: block;
    margin: 10px 0;
    padding: 7px 0;
    width: 100%
}

.news .news-archive__filter {
    background: black;
    border: 2px solid #382418;
    color: #90c040;
    display: inline-block;
    font-size: 12px;
    margin: 0 1px;
    padding: 7px 3px;
    text-decoration: none
}

.news .news-archive__filter--active {
    background: #646464;
    color: white
}

.news .news-archive__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto;
    width: 100%
}

.news .news-archive__pagination span {
    background: black;
    color: transparent;
    overflow: hidden;
    width: 1px
}

.news .news-archive-next,
.news .news-archive-prev {
    background: black;
    color: #90c040;
    border: 2px solid #382318;
    font-size: 13px;
    margin: 0 10px;
    padding: 7px 3px
}

.news .news-list-articles {
    color: black
}

.news .news-list-articles__title {
    color: black;
    font-size: 19px;
    margin: 50px 0 10px;
    text-align: center
}

.news .news-list-articles__error {
    color: black;
    font-size: 12px;
    text-align: center
}

.news .news-list-article {
    display: block;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 540px
}

.news .news-list-article:after {
    background: #6B7B17;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.news .news-list-article__figure {
    float: left;
    margin: 0;
    min-height: 130px;
    width: 175px
}

.news .news-list-article__figure-img {
    border: none;
    outline: none;
    color: black;
    max-height: 175px;
    max-width: 175px
}

.news .news-list-article__details {
    float: right;
    text-align: left;
    width: 350px
}

.news .news-list-article__title {
    font-size: 15px;
    margin: 0 0 15px
}

.news .news-list-article__title-link {
    color: #7B4F17
}

.news .news-list-article__sub {
    color: black;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px
}

.news .news-list-article__category {
    font-weight: normal
}

.news .news-list-article__date {
    color: black;
    position: relative
}

.news .news-list-article__date:before {
    content: '|';
    display: inline-block;
    margin: 0 5px
}

.news .news-list-article__summary {
    color: black;
    font-size: 13px
}

.news .news-list-article__date {
    color: black;
    font-size: 12px
}

.news .news-list-article__read-more {
    color: #7B4F17;
    display: block;
    font-weight: bold
}

.news .news-article-header {
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    text-align: left
}

.news .news-article-header__titles {
    float: left
}

.news .news-article-header__title {
    color: black;
    font-size: 23px;
    margin-bottom: 16px
}

.news .news-article-header__date {
    color: black;
    display: block;
    font-size: 13px
}

.news .news-article-header__figure {
    float: right
}

.news .news-article-content {
    color: black;
    font-size: 13px;
    line-height: 15px
}

.news .news-article-content ul {
    list-style: disc;
    margin: 13px 0 26px 13px
}

.news .news-article-content a {
    color: #7B4F17;
    font-weight: bold;
    text-decoration: none
}

.news .news-article-content a:hover {
    text-decoration: underline
}

.news .news-article-youtube,
.news .news-article-large-media {
    border: 0;
    display: block;
    margin: 0 auto 15px
}

.news .news-article-youtube {
    height: 340px;
    width: 630px
}

.os-openjdk .banner__options {
    display: none
}

.openjdk-title {
    color: white;
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center
}

.install-instructions {
    margin: 0 auto 40px;
    max-width: 800px
}

.install-instructions__step {
    display: inline-block;
    margin: 0 10px
}

.install-instructions__step--done {
    opacity: 0.4
}

.install-instructions__title {
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: center
}

.home-button--openjdk {
    display: block;
    font-size: 1.5em;
    height: 64px;
    margin: 0 auto;
    padding-top: 50px
}

.failed-launch {
    display: block;
    font-size: 1.3em;
    margin: 15px 0 30px;
    opacity: 0;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    transition: oapcity 2s
}

.failed-launch--show {
    opacity: 1
}

.os-slu .banner {
    background-position: center top
}

.os-slu .banner__options {
    margin: 160px auto 50px
}

.os-slu .main {
    padding: 0 75px
}

.slu-quick {
    background: black;
    border: 2px solid #382418;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center
}

.slu-quick__title {
    font-size: 1.6em;
    margin: 2px 0 5px 0
}

.slu-quick__copy {
    font-size: 1.3em;
    margin-bottom: 10px
}

.home-button--slu {
    background-size: 100% 100%;
    color: #B1A994;
    height: 95px;
    padding-top: 25px;
    width: 180px
}

.home-button--slu .home-button__action {
    color: #B1A994;
    font-size: 1.8em;
    text-transform: uppercase
}

.home-button--slu .home-button__name {
    color: #B1A994;
    font-size: 1.3em;
    margin-top: 9px
}

.home-button--slu.home-button--slu-free .home-button__action {
    margin: auto;
    width: 90%
}

.home-button--slu.home-button--slu-free:hover {
    filter: brightness(1.3)
}

.home-button--slu.home-button--slu-mem {
    color: #D0B87C;
    filter: saturate(190%) brightness(1.3)
}

.home-button--slu.home-button--slu-mem .home-button__action,
.home-button--slu.home-button--slu-mem .home-button__name {
    color: #D0B87C;
    filter: saturate(43%) brightness(0.8)
}

.home-button--slu.home-button--slu-mem:hover {
    filter: saturate(190%) brightness(1.9)
}

.adv-select {
    background: black;
    border: 2px solid #382418;
    padding: 5px;
    text-align: center
}

.adv-select__title {
    font-size: 1.6em;
    margin: 0 0 5px 0
}

.adv-select__copy {
    font-size: 1.3em
}

.server-list {
    line-height: 20px;
    text-align: left;
    width: 100%
}

.server-list__head-row {
    background: #362D1A;
    border-bottom: 2px solid black;
    border-top: 2px solid #8E7246
}

.server-list__head-cell,
.server-list__row-cell {
    color: white;
    font-size: 1.3em;
    vertical-align: middle
}

.server-list__row {
    background: #362D1A
}

.server-list__row--members .server-list__row-cell--type,
.server-list__row--members .server-list__world-link:before,
.server-list__row--members .server-list__world-nolink:before {
    background-image: url('../images/create.gif')
}

.server-list__row--pvp .server-list__row-cell {
    color: red
}

.server-list__row-cell--country {
    background: no-repeat 10px center;
    padding-left: 45px
}

.server-list__row-cell--GB {
    background-image: url('../images/ukflag.gif')
}

.server-list__row-cell--US {
    background-image: url('../images/usflag.gif')
}

.server-list__row-cell--CA {
    background-image: url('../images/canadaflag.gif')
}

.server-list__row-cell--GB {
    background-image: url('../images/ukflag.gif')
}

.server-list__row-cell--NL {
    background-image: url('../images/nlflag.gif')
}

.server-list__row-cell--AU {
    background-image: url('../images/auflag.gif')
}

.server-list__row-cell--SE {
    background-image: url('../images/swedenflag.gif')
}

.server-list__row-cell--FI {
    background-image: url('../images/finflag.gif')
}

.server-list__row-cell--DE {
    background-image: url('../images/gerflag.gif')
}

.server-list__row-cell--type {
    background: url('../images/membership_benefits.gif') no-repeat 10px 2px;
    padding-left: 30px
}

.server-list__world-link,
.server-list__world-nolink {
    position: relative
}

.server-list__world-link:before,
.server-list__world-nolink:before {
    background: url('../images/membership_benefits.gif') no-repeat center;
    content: '';
    display: inline-block;
    height: 19px;
    width: 19px
}

.server-list__status-link {
    position: relative
}

.server-list__status-link:before {
    content: '[';
    display: inline-block
}

.server-list__status-link:after {
    content: ']';
    display: inline-block
}

.table-sort {
    background: #1d4f1b;
    background: linear-gradient(#1d4f1b, #61ca5c);
    border: 1px solid #163c14;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    width: 12px
}

.table-sort:after {
    content: '';
    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 5px 5px;
    position: absolute;
    left: 1px;
    top: -2px
}

.table-sort--asc {
    background: #1d4f1b;
    background: linear-gradient(#1d4f1b, #61ca5c);
    border-color: #163c14
}

.table-sort--dsc {
    background: #990A03;
    background: linear-gradient(#990A03, #D83530);
    border-color: #720603
}

.table-sort--dsc:after {
    border-color: white transparent transparent transparent;
    top: 4px
}

.table-sort:hover {
    filter: brightness(1.3)
}

.table-sort--current {
    cursor: auto;
    background: #282828;
    background: linear-gradient(#282828, #666);
    border-color: #272727
}

.table-sort--current:hover {
    filter: none
}

.os-template .banner {
    background-image: url('../images/rslogo3-gap.png')
}

.os-template .content {
    color: black;
    padding: 50px;
    text-align: center
}

.os-template .content h1,
.os-template .content h2,
.os-template .content h3,
.os-template .content h4,
.os-template .content h5,
.os-template .content h6 {
    margin: 1em 0 0.5em
}

.os-template .content h1 {
    font-size: 3.5em
}

.os-template .content h2 {
    font-size: 2em
}

.os-template .content h3 {
    font-size: 1.75em
}

.os-template .content h4 {
    font-size: 1.5em
}

.os-template .content h5 {
    font-size: 1.4em
}

.os-template .content h6 {
    font-size: 1.3em
}

.os-template .content p,
.os-template .content td,
.os-template .content summary {
    font-size: 1.3em
}

.os-template .content a {
    color: #7B4F17;
    font-weight: bold
}

.os-template .content hr {
    background-color: #000;
    border: none;
    height: 0.1em;
    margin: 3em auto;
    width: 50%
}

.os-template .content .content-button {
    background: url('../images/button_small.gif') no-repeat center;
    display: table;
    height: 63px;
    margin: 0.3em auto;
    position: relative;
    width: 152px
}

.os-template .content .content-button a {
    color: white;
    font-size: 1.3em;
    display: table-cell;
    vertical-align: middle
}

.os-template .content .c-download-button {
    color: white
}

.os-template .content ul {
    margin: 0 50px;
    list-style: disc
}

.os-template .content ul ul {
    margin: 0 30px
}

.os-template .content li {
    text-align: left;
    margin: 10px 0;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 17.6px;
    line-height: 1.1rem
}