h5 {
    display: block;

    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;

}
.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
}
.btn, .btn-large, .btn-floating, .btn-large, .btn-flat {
    /*! font-size: 1rem; */
    outline: 0;
}
.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    /*! padding: 0 2rem; */
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;

    font-weight: normal;
}
a {
    text-decoration: none;

}

li {
    /*! list-style: lower-armenian; */
}
.open > .dropdown-menuhs {
    display: block;
    width: 100%;
    max-height: 562.5px;
    position: absolute;
    /* top: 24px; */
    /* left: 558.317px; */
    background-color: #14181C;
    /* margin-top: 41px; */
    /* margin-left: 5px; */
    border: solid 1px #28231D;
    border-top-color: rgb(40, 35, 29);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    text-align: center;
}
.scroll-pane
{
    width: 100%;
    height: 200px;
    overflow: auto;
}

.input-field input[type="text"]:not(.browser-default):focus, .input-field input[type="password"]:not(.browser-default):focus, .input-field input[type="number"]:not(.browser-default):focus {
    border: 1px solid #463830 !important;
    /*! color: #c9aa71 !important; */
    box-shadow: none !important;
}
input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.input-field input[type="text"], .input-field input[type="password"], .input-field input[type="number"] {
    background: #0F0D0B;
    max-width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #36302C;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font: 400 normal 14px "Khmer UI";
    /*! color: #36302C; */
    padding: 1px 12px 0;
    outline: none;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
::placeholder {
    color:#d1d1d1;
}
.input-field .material-icons {
    position: absolute;
    float: right;
    top: 8px;
    right: 8px;
}
.input-field input[type="text"]:not(.browser-default):focus, .input-field input[type="password"]:not(.browser-default):focus, .input-field input[type="number"]:not(.browser-default):focus {
    border: 1px solid #463830 !important;
    /*! color: #c9aa71 !important; */
    box-shadow: none !important;
    /*! color: #d1d1d1; */
}
.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.skill-dropdown .material-icons {
    margin-top: -1px;
}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
/*font-size: 1.3rem;*/
    line-height: inherit;
}
i.right {
    float: right;
    margin-left: 3px;
}
input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}
.input-field {
    margin: 0;
}
.input-field {
    position: relative;
    /*! margin-top: 1rem; */
    /*! width: 100%; */
    margin: 0;
}
.searchform {
    width: 400px;
    max-width: 100%;
}
input[type='text']:focus{
    border: 1px solid #5D4205;
    box-shadow: 0 0 3px #5A3E00;
    outline-offset: 0px;
    outline: none;
    color: #d1d1d1;
}
.searchform {
    width: 400px;
    max-width: 100%;
}
label#searchButton {
    margin-top:5px;
    position: absolute;
}/*
#hint {
    display:inline-block;
}*/
input[type='submit']:not(.loginbutton) {
    border: none;
    height: 32px;
    border-radius: 4px;

    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;

    color: #8a7c62;
    text-shadow: 0 0 3px rgba(0,0,0,.4),0 1px 1px rgba(0,0,0,.5);
    box-shadow:  inset 0 0 0 1px rgba(255,255,255,.02),inset 0 1px 0 rgba(255,255,255,.05),0 0 5px rgba(0,0,0,.6);
    vertical-align: top;
}

input[type='submit']:not(.loginbutton):hover {
    color: #e4b154;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02), inset 0 1px 0 rgba(255, 255, 255, .05), 0 0 5px rgba(0, 0, 0, .6), inset 0 0 6px 1px rgba(255, 255, 0, .08);
}


.btn:hover {
    color: #e4b154;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02), inset 0 1px 0 rgba(255, 255, 255, .05), 0 0 5px rgba(0, 0, 0, .6), inset 0 0 6px 1px rgba(255, 255, 0, .08);
}

select {
    float: right;
    border: none;
    background: #0d0b0b;
    border-radius: 3px;
    height: 33px;
    margin: 0 0 5px 0;
    padding: 0 10px 2px 10px;
    box-shadow: inset 0 0 4px 1px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.3),0 1px 0 rgba(255,255,255,.04);
    font-size: 12px;
    color: #4f5663;
    vertical-align: top;
}

.login input[type='text'], .login input[type='password'], .hiscore input[type='text'] {
    width: 253px;
}

.login input[type='submit'] {
    float: left;
}


.login span {
    display: block;
    float: left;
    margin: 0 0 0 8px;
}

.login span a {
    display: block;
    padding: 2px;
    font-size: 11px;
}

.wrapper {
    width: 964px;
    height: auto;
    margin: 0 auto;
}

.logo {
    width: 490px;
    height: 97px;
    margin: 65px auto 0;
}




.playercount {
    background: url(../images/player-count-bg.png) no-repeat;
    text-shadow: 0 0 5px #000;
    font-family: arial;
    position: relative;
    text-align: center;
    line-height: 66px;
    font-size: 18px;
    color: #ffffff;
    margin: auto;
    width: 396px;
    height: 66px;
    top: 40px;
}

.header {
    height: 153px;
    width: 964px;
    margin-top: 64px;
    background: url(../images/header.png) no-repeat;
}

a.play {
    float: right;
    display: block;
    height: 61px;
    width: 290px;
    background: url(../images/play.png);
}

a.play p, a.play span{

    display: block;
    height: 61px;
    width: 290px;
    background-image: url(../images/play.png);
    position: absolute;
    top: 0;
    left: 0;
}

a.play p {
    z-index: 1;
}

a.play span {
    z-index: 2;
    opacity: 0;
    background-position: 0px -61px;
    transition: opacity 1000ms;
    -moz-transition: opacity 600ms;
    -webkit-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
}

a.play:hover span {
    opacity: 1;
}


ul.navigation {
    list-style: none;
    width: 945px;
    height: 66px;
    border-radius: 5px;
    margin-top: 70px;
    margin-left: 9px;
    position: absolute;
}

ul.navigation li {
    display: block;
    float: left;
}

ul.navigation li a {
    display: block;
    height: 66px;
}

ul.navigation li a p {
    z-index: 1;
}

ul.navigation li a span {
    z-index: 2;
    opacity: 0;
    transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
}

ul.navigation li a:hover span {
    opacity: 1;
}

ul.navigation li a p, ul.navigation li a span {
    display: block;
    height: 66px;
    background-image: url(../images/menu.png);
    position: absolute;
    top: 0;
    left: 0;
}

ul.navigation li a#home {
    width: 103px;
}

ul.navigation li a#home p {
    width: 103px;
    background-position: 0px 0px;
}

ul.navigation li a#home span {
    width: 103px;
    background-position: 0px -66px;
}

ul.navigation li a#community {
    width: 145px;
}

ul.navigation li a#community p {
    width: 145px;
    background-position: -103px 0px;
}

ul.navigation li a#community span {
    width: 145px;
    background-position: -103px -66px;
}

ul.navigation li a#play {
    width: 133px;
}

ul.navigation li a#play p {
    width: 133px;
    background-position: -248px 0px;
}

ul.navigation li a#play span {
    width: 133px;
    background-position: -248px -66px;
}

ul.navigation li a#hiscores {
    width: 135px;
}

ul.navigation li a#hiscores p {
    width: 135px;
    background-position: -381px 0px;
}

ul.navigation li a#hiscores span {
    width: 135px;
    background-position: -381px -66px;
}

ul.navigation li a#vote {
    width: 153px;
}

ul.navigation li a#vote p {
    width: 153px;
    background-position: -516px 0px;
}

ul.navigation li a#vote span {
    width: 153px;
    background-position: -516px -66px;
}

ul.navigation li a#donate {
    width: 120px;
}

ul.navigation li a#donate p {
    width: 120px;
    background-position: -669px 0px;
}

ul.navigation li a#donate span {
    width: 120px;
    background-position: -669px -66px;
}

ul.navigation li a#help {
    width: 156px;
}

ul.navigation li a#account p {
    width: 156px;
    background-position: -789px 0px;
}

ul.navigation li a#account span {
    width: 156px;
    background-position: -789px -66px;
}

.main-body {
    width: 945px;
    min-height: auto;
    height: auto;
    margin: -15px auto;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #14181e;
    overflow:auto;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 14px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.01),inset 0 -1px 0 rgba(255,255,255,.05);
}

.inner-body {
    height: auto;
    padding: 8px;
    margin: -1px;
    box-shadow: 0 0 14px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.01),inset 0 -1px 0 rgba(255,255,255,.05);
    border-radius: 5px;
    overflow:auto;
    background: url(../images/texture-dark.png)
}

.left-content {
    width: 620px;
    height: auto;
    min-height: 400px;
    float: left;
}

.right-content {
    width: 300px;
    height: auto;
    min-height: 400px;
    float: right;
}

#slider-wrapper {
    width: 620px;
    height: 250px;
    margin-bottom: 5px;
    border-radius: 4px;
    box-shadow: 0 0 5px #000;
}

#slider {
    position:relative;
    width:620px;
    height:250px;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    position:absolute;
    right: 5px;
    bottom: 3px;
}

.nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/slider/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 0px;
    float: left;
}
.nivo-controlNav a.hover {
    background: url(../images/slider/hover.png) no-repeat;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}

.nivo-directionNav a{top: 40%;}


.sponsor {
    width: 300px;
    height: 250px;
    background-image: url(../images/spong-bg.jpg);
    margin-bottom: 5px;
}

a.banner {
    display: block;
    width: 300px;
    height: 85px;
    border-radius: 4px;
    box-shadow: 0 0 5px #000;
    margin: 0 0 7px 0;
}

a.banner p, a.banner span {
    background-image: url(..);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 300px;
    height: 85px;
}

a.banner span {
    z-index: 2;
    opacity: 0;
    background-position: -0px -85px;
    transition: opacity 600ms;
    -moz-transition: opacity 600ms;
    -webkit-transition: opacity 600ms;
    -o-transition: opacity 600ms;
}

.news-container {
    width: 620px;
    height: auto;
    min-height: 800px;
    background: url(../images/news-top-background.png) no-repeat top, url(../images/texture.png) repeat;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02),0 0 5px rgba(0,0,0,.7);
    border-radius: 4px;
}

.news-container ul li {
    padding: 20px 26px 20px 26px;
    box-shadow: 0 1px 0 rgba(0,0,0,.5),0 3px 0 #090707,0 4px 0 rgba(255,255,255,.03),inset 0 -1px 0 rgba(255,255,255,.02);
    background: url(../images/news-row-background.png) no-repeat top;
    margin: 0 0 3px 0;
    text-align: left;
}

.news-container ul li h2 {
    text-transform: uppercase;
    color: #c79e53;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
}


.news-container ul li h2 a {
    color: #c79e53;
}

.news-container ul li h2 a:hover {
    color: #9fabbf;
}

.news-container ul li p {
    position: absolute;
    right: 26px;
    top: 21px;
}

.news-container ul li div.news-text {
    box-shadow: 0 -2px 0 #0c0b09,inset 0 1px 0 rgba(255,255,255,.02);
    padding: 20px 0 0 0;
    margin: 24px 0 0 0;
    color: #4f5663;
}

.news-container ul li:last-child {
    box-shadow: none;
}

.news-container ul li:first-child {
    background: none;
}

.news-container ul li div.news-text img {
    border-radius: 5px;
    box-shadow: 0 0 15px #000;
    margin: 0 0 10px 0;
}
.sidebar-box {
    width: 100%;
    height: 69px;
    /*! min-height: 100px; */
    border-radius: 4px;
    background: url(../images/texture.png) repeat;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02),0 0 5px rgba(0,0,0,.7);
}
.skill-dropdown {

    height: 40px !important;
    line-height: 13px !important;
    background-color: #1A1714;
    color: #A49078;
    border: none;
    box-shadow: inset 0 0 0 1px #28231D, 0 0 5px rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}
.skill-dropdown .skillicon {

    margin-top: -3px;
    margin-right: 15px;
}
.dropdown {
    display:inline-block;
}
.dropdown-item {
    display:block;
}

.open > .skill-dropdown{
    border-bottom: solid 3px #c9aa71;
}
.dropdown-content li {
    clear: both;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}
.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #A49078;
    line-height: 22px;
}
.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #A49078;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
.dropdown-content li > a .skillicon {
    margin-top: 2px;
    margin-right: 4px;
}
.sbox-head {
    width: 274px;
    margin: 0 auto;
    padding: 12px 0 11px 4px;
    font-weight: bold;
    color: #c79e53;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 0 #0c0b09,0 3px 0 rgba(255,255,255,.04);
}
.dropdown-content li > a:hover, .dropdown-content li > a:active, .dropdown-content li > a:focus {
    background-color: #1f1c1a;
}
.sbox-content {
    width: 1180px;
    height: auto;
    min-height: 75px;
}
.sbox-content-skills {
    width: 900px;
    height: auto;
    min-height: 75px;
    margin: 12px auto 0 auto;
}
.recent-topics ul li:first-child {
    padding: 0 0 8px 0;
}
.recent-topics ul li {
    padding: 8px 0 8px 0;
    box-shadow: 0 1px 0 #0b0a0a,0 2px 0 rgba(255,255,255,.03);
}

.sub-page-header {
    width: 100%;
    height: 82px;
    background: url(https://www.runescape.com/img/rsp777/hiscores/hiscores_title.gif);
    border-radius: 4px;

    margin: 0 0 7px 0;
    text-align: center;
    /*! position: absolute; */
    /*! top: 50%; */
    /*! -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    /*! transform: translateY(-50%); */
}

.sub-page-header h5 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c79e53;
    letter-spacing: 1px;
    /*! float: left; */
    /*! margin: 32px 0 0 20px; */
    text-shadow: 0 0 8px rgba(0,0,0,.8),0 1px 8px rgba(0,0,0,.7);
    /*! display: grid; */
    vertical-align: middle;
    display: inline-block;
}

.padding-top-bot {
    padding: 40px 0 40px 0;
}

.cont-half {
    width: 620px;
    height: auto;
    min-height: 200px;
}

.container-one{
    background: url(../images/texture.png) repeat;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02),0 0 5px rgba(0,0,0,.7);
    border-radius: 4px;
    margin-top:2px;
}

.searchbox {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    border-radius: 0 0 2px 2px;
    background-color: green !important;
    color: #66584F !important;
    position: relative;
    margin: 11px 19px 26px 18px;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s;
    border-radius: 2px;
    padding: 16px 54px 19px 13px;
    border-radius: 0 0 2px 2px;
    box-shadow: 1px 1px 1px 1px #0f1014;
    background-color: #171412 !important;
    color: #66584F !important;
}
.hiscorestable {
    /* background: url(../images/texture.png) repeat; */
    box-shadow: inset 0 0px 0px 1px rgba(255,255,255,.02),0 0 5px rgba(0,0,0,.7);
    border-radius: 4px;
    padding: 1px;
    text-align: justify;
    position: relative;
    /* position: relative; */
   background-color: #171412 !important;
    color: #66584F !important;
    /* background-color: #171412 !important; */
 margin-bottom:20px;
    box-shadow: 1px 1px 1px 1px #0f1014;
}
.searchbox2 {
    /* -webkit-transition: -webkit-box-shadow .25s; */
    /* border-radius: 44px 20px 17px 18px; */
    /* color: #66584F; */
    /* position: relative; */
    /* margin: 11px 19px 26px 18px; */
    /* transition: box-shadow .25s; */

    /* box-shadow: 1px 1px 1px 1px #0f1014; */
    font-size: 1.2rem;
}
/*iPhone 6 Portrait*/


.skills > li{

    display: inline-block;
}



ul.player-row li.rank {

    /*! text-align: left; */
    /*! color: #4f5663; */
    font-weight: bold;
    /*! text-align: left; */
    /*! float: left; */
    /*! display: block ruby; */
    /*! right: 16%; */
    /*! display: flow-root; */
    /*! flex: auto; */
    /*! align-items: center; */
    /*! float: unset; */
    text-align: center;
}

ul.player-row li.player {

    /*! text-align: left; */
    font-weight: bold;
    /*! color: #4f5663; */
    /*! padding-left: 75px; */
    /*! padding-right: 41px; */
    /*! flex: auto; */
    /*! padding-right: 20%; */
    /*! padding-left: 20%; */
    /*! display: block ruby; */
    /*! align-content: center; */
    /*! align-self: auto; */
}

ul.player-row li.lvl {

    /*    text-align: left;
        */ /*! padding: 0 0 0 12px; */
    font-weight: bold;
    /*! color: #4f5663; */

    /*! flex: auto; */
    /*! padding-right: 20%; */

    /*! margin-left: 20%; */
}

ul.player-row li.exp {

    font-weight: bold;
    /*! color: #4f5663; */

    /*! padding-right: 0px; */
    /*! flex: content; */
    color: #66584F !important;
}
ul.stats-header {
    box-shadow: 0 3px 0 #0b0a0a,0 4px 0 #1c1816,inset 0 1px 0 rgba(255,255,255,.04);
    height: 36px;
    top: 0;
}

ul.stats-header li {
    height: 27px;
    font-weight: normal!important;
    font-size: 12px!important;
    color: #c79e53!important;

}
.titlerow {
    border-top: 1px solid #1E1B19 !important;
}
ul.stats-header2 li {
    height: 27px;
    font-weight: normal!important;
    font-size: 12px!important;
    color: #c79e53!important;
    float:left;
}
ul.stats-header li:last-child {
    box-shadow: none;
}
.player-row:not(.titlerow):nth-child(2n+1) {
    background: #191614 !important;
    border-top: 1px solid #1E1B19 !important;
}
ul.player-row {
    /*! list-style: none; */
    /*box-shadow: 1px 1px 1px 1px #0f1014;*/
    height: 45px;
    font-weight: bold;
    /*! text-align: revert; */
    /*! display: -webkit-box; */
    /*! margin: 0px auto; */
    /*! -webkit-box-align:  center; */
    -ms-flex-align: center !important;
    /*! align-items: unset; */
    /*! -webkit-box-pack: center !important; */
    -ms-flex-pack: center !important;
    /*! justify-content: center !important; */
    /*! display: -webkit-box !important; */
    display: -ms-flexbox !important;
    /*! display: flex !important; */
    /*! display: -webkit-box; */
    /*! display: flex; */
    display: table;
    /*! display: flex; */
    /*! justify-content: space-around; */
    /*! width: 100%; */
    /*! position: relative; */
    /*! left: 0px; */
    align-content: space-evenly;
    /*! align-items: stretch; */
    justify-items: right;
    /*! float: unset; */
    table-layout: fixed;
    width: 100%;
    /*! list-style-type: none; */
    /*! text-align: justify; */
    /*! margin: 0 auto; */
    /*! vertical-align: top; */
    /*! align-items: center; */
    /*! position: relative; */
    /*! bottom: -2%; */
}
#player-row ul li {

}
ul.player-row li {
    /*! float: left; */
    /*! display: 0%; */
    /*! width: -1%; */
    /*! height: 31px; */
    padding-top: 1%;
    /*! margin: 0px auto; */
    /*! display: ruby-base-container; */
    /*! float: left; */
    /*! flex: auto; */
    /*! flex: auto; */
    justify-content: space-around;
    /*! display: block; */
    /*! text-align: left; */
    display: table-cell;
    /*! text-align: center; */
    /*! transform: translate(23%,7%); */
    text-align: center;
}

ul.player-row li:last-child {
    box-shadow: none;

}
@media screen and (min-width:768px) {
    /*what happens when screen size is >= 786*/
    .searchbox2 {
        font-size:15px;
    }
}

.skills {
    /*! list-style: none outside none; */
    /*! height: 100px; */
    /*! text-align: center; */

    /*! margin-top: 211px; */
    /*! margin: 20px; */
    /*! position: relative; */
    /*! bottom: 34px; */

    /*! padding-bottom: 34px; */
    /*! height: ; */
    display:contents;
    /*! margin-top: -53px; */
    /*! margin-left: 346px; */
    text-align: center;

    /*!position:relative;
    left: 30%;*/
    /*! display: table; */
    /*! margin: 0 auto; */
    /*! overflow: visible; */
}
.skills > li > a {
    font-size: 12px;
    display: block;
    margin: 5px 0;
}

.skills > li > a > span {
    display: block;
}

.form-holder {
    width: 480px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

label.styled-row {
    display: block;
    width: 480px;
    height: 33px;
    margin: 0 0 10px 0;
}

label.styled-row p {
    float: left;
    padding: 8px 0 0 10px;
    z-index: 2;
}

label.styled-row input[type='text'], label.styled-row input[type='password'] {
    float: right;
    width: 320px;
    box-shadow: -160px 0 0 #14181c,-161px 0 0 #1e1c1b,-162px 0 0 #000,inset 0 0 4px 1px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.3),0 1px 0 rgba(255,255,255,.04);
    z-index: 1;
}

label.styled-row input[type='text']:focus, label.styled-row input[type='password']:focus {
    float: right;
    width: 320px;
    box-shadow: -160px 0 0 #14181c, -161px 0 0 #d4af4a, -162px 0 0 #000, inset 0 0 4px 1px rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .04), 0 0 4px rgba(255, 255, 255, .05);
    z-index: 1;
}

label.styled-row .ui-selectmenu {
    float: right;
    box-shadow: -160px 0 0 #14181c, -161px 0 0 #1e1c1b, -162px 0 0 #000, inset 0 0 0 1px rgba(255, 255, 255, .005), inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 5px rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .1);
}

label.styled-row a.ui-state-active {
    box-shadow: -160px 0 0 #14181c, -161px 0 0 #d4af4a, -162px 0 0 #000, inset 0 0 0 1px rgba(255, 255, 255, .005), inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 5px rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .1);
}

label.styled-row select {
    width: 340px;
}

.seperator {
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.5);
    box-shadow: 0 1px 0 rgba(255,255,255,.02);
    margin: 20px 0 20px 0;
}

.error-message {
    width: auto;
    height: 42px;
    font-size: 12px;
    color: #d2bf97;
    border-radius: 4px;
    margin-bottom: 10px;
}
a:focus,
a:hover {
    text-decoration:unset;
    color: #f19d00;
}
.error-message p {
    padding: 13px 0 0 15px;
}

.green-msg {
    background: #304823;
    box-shadow: inset 0 0 0 1px #3b5527, inset 0 0 6px rgba(0, 0, 0, .4), 0 0 6px #000;
}

.red-msg {
    background: #722310;
    box-shadow: inset 0 0 0 1px #81270a, inset 0 0 6px rgba(0, 0, 0, .4), 0 0 6px #000;
}
.hiscorespan {
    font-weight:bold;
}


open {
    border-bottom: solid 3px #c9aa71;
}
.btn:hover {
    color: #e4b154;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02), inset 0 1px 0 rgba(255, 255, 255, .05), 0 0 5px rgba(0, 0, 0, .6), inset 0 0 6px 1px rgba(255, 255, 0, .08);
}


.hiscores-pagination {
    margin: 20px 0 15px;
    text-align: center;
}

.hiscores-pagination .page-link {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    text-decoration: none;
    color: #c8a36a;
}

.hiscores-pagination .page-link:hover,
.hiscores-pagination .page-link.active {
    background: rgba(200,163,106,0.12);
    border-color: #c8a36a;
    color: #fff;
}.hiscorestable {
    text-align: left;
}

.hiscorestable .searchbox2 {
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0 auto;
}

.hiscorestable ul.player-row {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
}

.hiscorestable ul.player-row li {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.hiscorestable ul.titlerow {
    margin-top: 10px;
}.searchform {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.search-input-wrap {
    position: relative;
    width: 100%;
}

.search-input-wrap input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 16px !important;
    margin: 0;
    box-sizing: border-box;
}

.search-icon-btn {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 1;
    color: #28d7d1;
    cursor: pointer;
}

.search-icon-btn:hover,
.search-icon-btn:focus {
    background: transparent;
    box-shadow: none;
    color: #e4b154;
}

.search-icon-btn i {
    display: block;
}

label#searchButton,
#hiddensearch {
    display: none !important;
}.searchbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.searchbox > .col {
    float: none !important;
}

.searchbox .search-col {
    text-align: left !important;
}

.searchbox .dropdown-col {
    text-align: right !important;
}

.searchbox .searchform {
    margin: 0;
}

.searchbox .dropdown {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .searchbox .search-col,
    .searchbox .dropdown-col {
        text-align: center !important;
    }

    .searchbox .searchform,
    .searchbox .dropdown {
        margin: 0 auto;
    }
}