﻿body {
    background: #4D4D4B;
    background-image: url('/images/arcade/new/arcade-bg-01.jpg');
}
.footer-tear {
    background-image: url('/images/arcade/new/arcade-footer-tear-01.png'); 
}
.arcade-header-wrap {
    text-align: center;
    background-image: url('/images/arcade/new/arcade-header-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 131px;
    position: relative;
    top: -6px;
    margin-bottom: 10px;
}
h1 {
    font-family: 'Sansita One', 'Arial', cursive;
    font-size: 52px;
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.spacer {
    height: 15px;
}

.spacer-big {
    height: 30px;
}
h1 {
    margin: 0;
}
h2 {
    margin: 0;
}
h1, h2, p {
    color: #C0C0C0;
    font-weight: normal;
}
.game-img-wrap {
    padding: 1px;
    display: inline-block;
    position: relative;
    text-decoration:none !important;
	background:#333;
}
.recent-played-game {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}
.recent-played-wrap .recent-played-game:nth-child(odd) {
    margin-right: 8px;
}
.game-img-wrap img, .recent-played-game img {
    display: block;
}
.game-img-wrap img.mainimg, .recent-played-game img {
    -webkit-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:    3px 4px 0 rgba(0,0,0,0.2);
    box-shadow:         3px 4px 0 rgba(0,0,0,0.2);
}
img.gametag {
    position: absolute;
    top: -4px;
    left: -7px;
    z-index: 5;
}
.arcade-content {
    width:714px;
    float: right;
}
.arcade-content .game-img-wrap {
    margin-bottom: 12px;
}
.arcade-left-menu {
    float: left;
    width: 266px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 41px;
    padding-top: 6px;
}
.arcade-left-menu h3 {
    margin: 0;
    color: #C0C0C0;
    font-style: italic;
    font-weight: normal;
}
.arcade-left-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
.arcade-left-menu ul li a {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 2px;
    font-size: 15px;
    padding: 3px 7px;
}
.arcade-left-menu ul li a:hover {
    
}
.arcade-left-menu ul li a.selected {
    background: #50C9B8;
    font-weight: bold;
    color:#1C2125
}
.arcade-left-menu ul li a.selected:hover {
    text-decoration: none;
}

.pagination {
    border-top: 2px solid #A6A6A6;
}
.arcade-top-menu {
    border-bottom: 2px solid #A6A6A6;
    width: 980px;
}
.pagination ul, .arcade-top-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.pagination ul li, .arcade-top-menu li {
    display: inline-block;
}
.pagination ul li a, .arcade-top-menu li a {
    display: block;
    width: 48px;
    height: 42px;
    line-height: 42px;
    color:#A6A6A6;
    text-align: center;
}
.arcade-top-menu li a {
    width: auto;
    padding: 0 20px;
}
.pagination ul li a.selected, .arcade-top-menu li a.selected {
    background:#A6A6A6;
    font-weight: bold;
    color:#1C2125
}
.pagination ul li a.selected:hover, .arcade-top-menu li a.selected:hover {
    text-decoration: none;
}
.arcade-top-menu .orange-button {
    color: white;
    font-size: 16px;
    padding: 0;
    height: 34px;
    line-height: 34px;
    min-width: 0;
    padding: 0 10px;
    background-position-y: center;
    margin-left: -136px;
}
.game-top-tear {
    height: 5px;
    background-image: url('/images/arcade/new/gamebox-top-tear-01.png');
}
.game-bottom-tear {
    height: 5px;
    background-image: url('/images/arcade/new/gamebox-bottom-tear-01.png');
}
.game-wrapper {
    background: #2E2E2E;
    padding-bottom: 10px;
    text-align: center;

}
.no-game-focus {
    position: absolute;
    background: rgba(0,0,0, 0.9);
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    color: white;
    font-weight: bold;
    display: none;
    
}
.no-game-focus:hover {
    cursor: pointer;
}
.game-wrapper iframe {
    border: 0;
    margin-bottom: -20px;
    position: relative;
    z-index: 5;
    box-shadow: inset 0px 0px 50px 0px #ABABAB,-6px 0px 6px -5px #000000, inset 0px 0px 50px 0px #ABABAB,6px 0px 6px -5px #000000;
    -webkit-box-shadow: inset 0px 0px 50px 0px #ABABAB,-6px 0px 6px -5px #000000, inset 0px 0px 50px 0px #ABABAB,6px 0px 6px -5px #000000;
    -moz-box-shadow: inset 0px 0px 50px 0px #ABABAB,-6px 0px 6px -5px #000000, inset 0px 0px 50px 0px #ABABAB,6px 0px 6px -5px #000000;
    -o-box-shadow: inset 0px 0px 50px 0px #ABABAB,-6px 0px 6px -5px #000000, inset 0px 0px 50px 0px #ABABAB,6px 0px 6px -5px #000000;
}
.adult-wrap {
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 12;
}
.adult-wrap a {
    font-size: 13px;
}
.adult-inner {
    margin: 0 auto;
    display: block;
    width: 80%;
    min-width: 400px;
    background: #222;
    position: relative;
    max-width: 600px;
    padding: 30px;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.adult-inner select {
    padding: 5px;
    font-size: 18px;
    background: #292929;
     color: #c0c0c0;

}
.adult-inner button {
    height: 35px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
.game-cookie-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.game-cookie-nav li {
    display: inline-block;
    color: #c0c0c0;
}
.game-cookie-nav li:after {
    content: '/';
    display: inline-block;
    margin: 0 7px;
    color: #c0c0c0;
}
.game-cookie-nav li:last-child:after {
    display: none;
}

.ga1 img, .ga2 img, .lma img, .ga3 img {
    display: inline-block;
    -webkit-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:    3px 4px 0 rgba(0,0,0,0.2);
    box-shadow:         3px 4px 0 rgba(0,0,0,0.2);
    margin: 0 auto;
}
.ga1 {
    position: relative;
    top: 20px;
    display: inline-block;

}

.ga3 {
    display: block;
    margin-bottom: 15px;
    margin-top: -3px;
}
.arcade-left-menu .stats {
    padding-left: 15px;
}
.arcade-left-menu .stats p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-bottom: 3px;
}
.arcade-left-menu .stats p strong {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}
p.catdes {
    margin: 0;
    font-size: 22px;
    font-style: italic;
}
#GoodMessage {
    background: #1FBF0D;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 20px 30px;
    -webkit-box-shadow: inset 0px 11px 11px 0px rgba(0,0,0,0.2), 0 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 11px 11px 0px rgba(0,0,0,0.2), 0 4px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0px 11px 11px 0px rgba(0,0,0,0.2), 0 4px 0 rgba(0,0,0,0.2);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-shadow: 1px 1px 2px #1a5313;
}
#GoodMessage p {
    padding: 0;
    margin: 0;
}
.star-wrap, .star-inner {
    height: 16px;
    width: 85px;
    background-image: url('/images/arcade/new/star-g.png');
    position: relative;
}
.star-inner {
    background-image: url('/images/arcade/new/star.png');
}
.game-r-panel {
    float: right;
    margin-left: 30px;
    text-align: right;
    position: relative;
    top: 9px;
}
.game-r-panel p {
    color: #CCCCCC;
    font-size: 15px;
    display: inline-block;
}
.game-r-panel p span {
    color: #888;
}
.game-r-panel .star-wrap {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.game-social {
    background: #757575;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 300px;

}
.game-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 7px;
    height: 30px;
}
.game-social ul li {
    display: inline-block;
    overflow: hidden;
}
.gameh1 {
    font-size: 42px;
    margin-bottom: 5px;
}


.game-overlay {
    overflow: hidden;
    background: rgba(221, 221, 221, 0.93);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding: 10px;
    color: #454545;
    text-decoration: none !important;

}


.game-overlay h3 {
    margin: 0;
    padding: 0;
    font-family: 'Sansita One', 'Arial', cursive;
    font-weight: normal;
    font-size: 18px;
    color: #434343;
    
}
.game-overlay p {
    color: #616161;
    padding: 0;
    line-height: 110%;
    font-size: 13px;
    margin: 0;
    height: 43px;
    max-height: 43px;
    overflow: hidden;
display: table-cell;
    vertical-align: middle;

}
.game-overlay .star-wrap {
    display: inline-block;
}
.game-overlay .playcount {
    display: block;
    float: right;
    color: #616161;
    font-size: 14px;
    margin-top: -2px;
}
.game-overlay .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 8px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.game-overlay .bottom .clear {
    height: 5px;
}
.g-author {
    font-size: 12px;
    line-height: 24px;
    color: #616161;
}
.g-author strong {
    font-size: 14px;
}
.g-author img {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-right: 7px;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.lm-tac {
    font-size: 11px;
    color: #9f9f9f;
}
.lm-tac a {
    color: #b2b2b2;
}

ul.icon-bar {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}
ul.icon-bar li {
    display: inline-block;
    padding: 0 2px;
}
ul.icon-bar a.ico {
    display: block;
    background-image: url('/images/arcade/new/game-icon-bar-01.png');
    width: 20px;
    height: 18px;
}
a.ico.screnshot {
    width: 40px !important;
    height: 34px !important;
    background-image: url('/images/arcade/new/screenshots-icon-01.png') !important;
    margin-bottom: -8px;
}
a.ico.screnshot.selected, a.ico.screnshot:hover {
    background-position: 40px 0;
}
a.ico.help {
    background-position: 0 0;
}
a.ico.help:hover {
    background-position: 0 -18px;
}

a.ico.fav {
    background-position: -20px 0;
}
a.ico.fav:hover, a.ico.fav.selected {
    background-position: -20px -18px;
}

a.ico.share {
    background-position: -40px 0;
}
a.ico.share:hover {
    background-position: -40px -18px;
}

a.ico.report {
    background-position: -60px 0;
}
a.ico.report:hover {
    background-position: -60px -18px;
}

a.ico.fullscreen {
    background-position: 20px 0;
}
a.ico.fullscreen:hover, a.ico.fullscreen.selected {
    background-position: 20px -18px;
}

a.ico.normscreen {
    background-position: 60px 0;
}
a.ico.normscreen:hover, a.ico.normscreen.selected {
    background-position: 60px -18px;
}
a.ico.gowide {
    background-position: 40px 0;

}
a.ico.gowide:hover, a.ico.gowide.selected {
    background-position: 40px -18px;

}
ul.icon-bar li.breaker {
    width: 30px;
}
.stopselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.viewgame-err-wrap, .viewgamegood-wrap {
    display: none;
    margin-bottom:-6px;
    margin-top:-15px;
    height:35px;
    text-align:center;
    padding-top:7px;
    color:white;
    font-weight:bold;

    background: #e5253f;
    border-top: 1px solid red;
    text-align: center;

    -webkit-box-shadow: inset 0px 11px 11px 0px rgba(0,0,0,0.2), 0 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 11px 11px 0px rgba(0,0,0,0.2), 0 4px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0px 11px 11px 0px rgba(0,0,0,0.2), 0 4px 0 rgba(0,0,0,0.2);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-shadow: 1px 1px 2px #1a5313;

}
.small-orange {
    font-size: 15px;
    height: 32px;
    min-width: 0;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
}
.viewgamegood-wrap {
    background: #1FBF0D;
    text-shadow: 1px 1px 2px #1a5313;
    border-top: 1px solid green;
}
.viewgame-err-wrap a {
    color: white;
    text-decoration: underline;
    text-shadow: 1px 1px 2px #1a5313;
}
.popover {
    text-align: left;
    padding: 60px;
    display: none;
    position: absolute;
    width: 1000px;
    min-height: 100px;
    background: #111;
    left: 50%;
    color: #C0C0C0;
    margin-left: -500px;
    z-index: 410;
    -webkit-box-shadow: -1px 7px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 7px 15px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 7px 15px -4px rgba(0,0,0,0.75);
    max-height: 500px;
    overflow-y: auto;
}
.popover .closelink {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
}
.popover h2 {
    margin-bottom:10px
}
.popover label {
    color: white;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}
.popover p {
    margin: 0;
}
.popover select, .popover input[type=text] {
    padding: 5px;
    font-size: 16px;
}
.popover input[type=text] {
    width: 500px;
}
.star-vote-wrap {
    height: 18px;
    width: 90px;
}
.star-vote-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.star-vote-wrap ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.star-vote-wrap li a {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url('/images/arcade/new/star-rating-01.png'); 
}
.star-vote-wrap li a.selected {
    background-position: -18px 0;
}
.embedcode {
    width: 100%;
    height: 80px;
    background: #c0c0c0;
    color: #333;
    margin-top: 15px;
    font-size: 13px;
    font-family: Arial;
}
.gamecard {
    display: block;
    margin: 0 auto;
}
.gamecardcode {
    background: #c0c0c0;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    width: 460px !important;
    font-size: 13px !important;
}
h3 {
    color: #c0c0c0;
    margin: 0;

}
.recentplayerlist {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.recentplayerlist li {
    display: inline-block;
    height: 38px;
    width: 38px;
}
.recentplayerlist img {
    display: block;
    -webkit-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:    3px 4px 0 rgba(0,0,0,0.2);
    box-shadow:         3px 4px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.recentplayerlist a {
    margin: 0 !important;
    padding: 0 !important;
}
.hr {
      background-image: url('/images/arcade/new/arcade-hr-dashed-line-01.png');
    margin: 0;
}
.statwrap p {
    margin: 0;
    padding: 0;
    color: #A0A0A0;
    margin-bottom: 3px;
    font-size: 15px;
}
.statwrap p strong {
    color: #BEBEBE;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.arcade-tbl-wrap table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}
.arcade-tbl-wrap table thead td {
    background: #DC4903;
    color: white;
    font-weight: bold;
    padding: 7px 0 7px 0;
    text-align: center;
}
.arcade-tbl-wrap table tbody td {
    color: white;
    padding: 7px 0 7px 0;
    text-align: center;
}
.arcade-tbl-wrap table tbody tr:nth-child(odd) td {
    background: #2E2E2E;
}
.arcade-tbl-wrap table tbody tr:nth-child(even) td {
    background: #363636;
}
.bigauth-wrap {
    float: left;
    
}
.bigauth-wrap .avimg {
    display: block;
    float: left;
    margin-right: 15px;
}
.bigauth-wrap .avimg img {
    display: block;
    -webkit-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:    3px 4px 0 rgba(0,0,0,0.2);
    box-shadow:         3px 4px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bigauth-wrap p {
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: 2px;
}
.bigauth-wrap p a {
    font-size: 18px;
}
.bigauth-wrap p strong {
    font-size: 13px;
}
#MoreStats {
    display: none;
}
.moredrop {
    font-size: 13px;
}
.rma {
    position: relative;
    left: 42px;
}
.rma img {
        -webkit-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:    3px 4px 0 rgba(0,0,0,0.2);
    box-shadow:         3px 4px 0 rgba(0,0,0,0.2);
}
.nochart {
    background: #292929;
    line-height: 350px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    text-align: center;
}
.disabledcommentsmsg {
    font-style: italic;
}
.disabledcommentsmsg span {
    font-style: normal;
    color: #DC4903;
    font-weight: bold;
    padding-right: 5px;
}
.long-des-wrap ul li {
    color: #c0c0c0;
}
.game-version {
    display: inline-block;
    background: #222;
        -webkit-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:    3px 4px 0 rgba(0,0,0,0.2);
    box-shadow:         3px 4px 0 rgba(0,0,0,0.2);
    color: #c0c0c0;
    font-weight: bold;
    padding: 2px 8px;
    font-size: 11px;
}
.key {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 5px 8px;
    background: #c0c0c0;
    text-align: center;
    min-width: 32px;
    color: #333;
    text-shadow: -1px 1px 0 #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: -2px 2px 0px 2px #333;
    -moz-box-shadow: -2px 2px 0px 2px #333;
    box-shadow: -2px 2px 0px 2px #333;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.instruc-wrap h2 {
    margin-bottom: 0;
}
.instruc-wrap p {
    margin: 10px 0 10px 0;
}
.combo {
    display: inline-block;
    font-size: 24px;
    margin-left: -12px;
    margin-right: -7px;
}
.multicombo {
    display: inline-block;
    color: #DC4903;
    margin-left: -12px;
    font-weight: bold;
    margin-right: 5px;
}
.pop-baloon {
    background: #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #2E2E2E;
    text-align: center;
    padding: 15px 20px;
    max-width: 150px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    display: none;
    z-index:900;
}
.pop-baloon .tip {
    width: 17px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
    background-image: url('/images/arcade/new/arcade-balloon-tip-01.png');
}
a.chart-link {
    text-align: center;
    font-size: 13px;
    display: block;
    margin-top: 1px;
}
.chartlinkurl {
    margin: 0 auto;
    background: #292929;
     color: #c0c0c0;
    border: 0;
    padding: 5px;
    display:block; width:100%;padding:0;border-width: 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: none;
    position: relative;
    top: -4px;
}
#ScreenshotWrap {
    width: 225px;
    overflow-x: hidden;
    max-height: 500px;
    overflow-y: scroll;

}
.mainsswrap {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mainsswrap li {
    margin-bottom: 8px;

}

.sswrap {
    background: #2E2E2E;
-webkit-box-shadow: -1px 10px 0px -6px rgba(0,0,0,0.2);
-moz-box-shadow: -1px 10px 0px -6px rgba(0,0,0,0.2);
box-shadow: -1px 10px 0px -6px rgba(0,0,0,0.2);
}
.sswrap img {
    max-width: 208px;
    display: block;
}
#SnapWrap {
    display: none;
}
.picfuncs {
    list-style: none;
    height: 22px;

    width: 100%;
    margin: 0;
    padding: 0;
}
.picfuncs li {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.picfuncs li a {
    background: #02C29E;
    text-align: center;
    color: white;
    padding: 0 5px;
    text-shadow: 0 1px 1px #000;
    margin-right: 1px;
}
.picfuncs li a:hover {
    background: #F96019;
    text-decoration: none;

}
.cabinet-wrap {

    text-align: center;
    font-size: 11px;
    padding: 3px 0;
    position: relative;


}
.cabinet-wrap  a {
    position: relative;
    z-index: 999;
}
.cabinet-wrap img {
    display: block;
}
.t-wrap {
    overflow-x: auto;

    height: 100px;
    position: absolute;
    top: 7px;
    left: 0;
    width: 225px;
}
.trophies {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.trophies li {
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.trophies li img {
    display: block;
}


.v4comment-wrap .av-wrapper img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
}
.v4comment-wrap .reputation {
    color: #a0a0a0;
    font-size: 14px;
}
.v4comment-wrap .reputation strong {
    color: #cccccc;
    font-size: 18px;
}
.v4comment-wrap .av-wrapper {
    margin-right: 30px;
}
.v4comment-wrap .reputation {
    margin-left: 15px;
}
.v4comment-wrap .comment-foot {
    color: #B9B9B9;
    font-size: 12px;
}
.v4comment-wrap  .hr {
    margin-bottom: 15px;
}
.v4comment-wrap .comment-votewrap {
    color: #C7C7C7;
    font-size: 20px;
    font-family: 'Sansita One', 'Arial', cursive;
}

.stand-badge, .earlyadop-badge {
    display: inline-block;
    width: 22px;
    height: 31px;
    position: absolute;
    z-index: 3;
    background-position: -132px -6px;
    top: -4px;
    left: 65px;
}
.stand-badge {
    background-position: -255px -26px;
}
.s {
    background-image: url('//static1.scirra.net/images/sprites.png');
    background-repeat: no-repeat;
}
.hiddencomment {
    font-size: 13px;
}
.hiddencomment p {
    margin: 0;
    color: #a0a0a0;
}
.hiddencomment p a {
    float:right;
    opacity: 0.6;
}
.v4comment-leave textarea, .comment-edit-wrapper textarea {
    padding: 10px;
    background: #292929;
    border: 0;
    margin: 5px 0;
    color: #979797;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.v4comment-leave textarea.submitting, .comment-edit-wrapper textarea.submitting {
    color: #737272;
}
.v4comments-formatting {
    background: #efefef;
    -webkit-box-shadow: inset 0px 62px 15px -61px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 62px 15px -61px rgba(0,0,0,0.75);
    box-shadow: inset 0px 62px 15px -61px rgba(0,0,0,0.75);
}
.v4comments-formatting table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 14px;
}
.v4comments-formatting table thead td {
    background: #2E2E2E;
    text-align: center;
    padding: 3px 0;
    color: white;
    font-weight: bold;
}
.v4comments-formatting table tbody td {
    padding: 4px 10px;
}
.v4comments-formatting table tbody tr:nth-child(even) td {
    background: #f6f5f5;
}
.v4comments-formatting table tbody tr:nth-child(odd) td {
    background: #fff;
}
.v4comment-sub-error {
    text-align: center;
}
.comment-body-render p {
    margin: 10px 0;
}
.comment-body-render .quote {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 0.95em;
    position: relative;
}
.comment-body-render .quote p {
    margin: 7px 0;
    padding: 0;
}
.comment-body-render .quotee {
    font-weight: bold;
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: 3px;
    right: 5px;
}
.comment-body-render .quotee img {
    position: absolute;
    bottom: -6px;
    right: -8px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:    1px 1px 0 rgba(0,0,0,0.2);
    box-shadow:         1px 1px 0 rgba(0,0,0,0.2);
}

.highscore-wrap table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
}
.highscore-wrap table thead td {
    background: #DC4903;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    
}
.highscore-wrap table tbody td {
    color: #B1B1B1;
    text-align: center;
    padding: 5px 0;
}
.highscore-wrap table tbody tr:nth-child(even) td {
    background: #2E2E2E;
}
.highscore-wrap table tbody tr:nth-child(odd) td {
    background: #363636;
}
.highscore-wrap table tbody tr:nth-child(11n) td, .highscore-wrap table tbody tr:first-child td {
    background: #181818;
}
.highscore-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #333;
}
.highscore-wrap ul li {
    display: inline;
}
.highscore-wrap ul li a {
    display: inline-block;
    padding: 10px 20px;
    color: #777;
}
.highscore-wrap ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.highscore-wrap ul li.selected a, .highscore-wrap ul li.selected a:hover {
    background: #DC4903;
    color: #fff;
}
.highscore-wrap img.hav {
    display: block;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.highscore-wrap table tbody td.user {
    text-align: left;
}
.highscore-wrap table tbody td.score {
    font-weight: bold;
    font-size: 20px;
}
.highscore-wrap table tbody td span {
    display: block;
    font-size: 12px;
    font-style: italic;
}
.highscore-wrap table tbody td.user a {
    padding-top: 3px;
    display: block;
    font-family: 'Sansita One', 'Arial', cursive;
    font-size: 20px;
    font-weight: normal !important;
    white-space: nowrap;
}
.highscore-wrap table tbody td.user span {
    white-space: nowrap;
}
.highscore-wrap .guest-score {
    color: #666;
}
.highscore-wrap .guest-score:hover {
    text-decoration: none;
}
.highscore-wrap .guest-av {
    opacity: 0.2;
}
.highscore-wrap .rank-1 {
    font-size: 23px;
    font-weight: bold;
}
.highscore-wrap .rank-2 {
    font-size: 19px;
    font-weight: bold;
}
.highscore-wrap .rank-3 {
    font-size: 17px;
    font-weight: bold;
}
#HighscoreboardTabs li.myrank {
    height: 42px;

    position: relative;
    display: inline-block;
    float: right;
    padding-right: 58px;
    
}
#HighscoreboardTabs .myrank img {
    position: absolute;
    bottom: -4px;
    right: -3px;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
}
.myrank span {
    display: block;
    color: white;
    font-size: 13px;
    text-align: right;
    position: relative;
    top: 1px;
}
.myrank span strong {
    font-size: 15px;
}

.achievements {
    padding-top: 15px;
    padding-bottom: 15px;
}
.achievements .progress-wrapper {
    background: #2E2E2E;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.36);
}
.achievements .progress-wrapper div {
    display: block;
    width: 20%;
    background: #FA631D;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.achievements .progress p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}
.achievements ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.achievements ul li img {
    -webkit-box-shadow: 3px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:    3px 4px 0 rgba(0,0,0,0.2);
    box-shadow:         3px 4px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.achievements ul li {
    position: relative;
    min-height: 55px;
    padding-left: 70px;
    margin-bottom: 12px;
}
.achievements ul li:last-child {
    margin-bottom: 0;
}
.achievements ul li h3 {
    font-family: 'Sansita One', 'Arial', cursive;
    font-weight: normal;
    font-size: 17px;
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.achievements ul li p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 105%;
    margin-top: 2px;
}
.achievements ul li.locked img, .achievements ul li.locked p, .achievements ul li.locked h3, .achievements ul li.locked .mini-prog-wrap {
    opacity: 0.5;
}
.achievements ul li.locked:hover img, .achievements ul li.locked:hover p, .achievements ul li.locked:hover h3, .achievements ul li.locked:hover .mini-prog-wrap {
    opacity: 1.0;
}


.game-author-notice {
    background: #06c3ab;

    display: inline-block;
    width: 80px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 16px;
    line-height: 16px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#LeaderboardNavWrap {
    color: #c0c0c0;
    font-size: 13px;
    text-align: center;
}
#LeaderboardNavWrap input[type=text] {
    background: #292929;
    color: #c0c0c0;
    border: 0;
    font-size: 12px;
    padding: 2px 3px;
    width: 32px;
}
#LeaderboardNavWrap button {
    height: 18px;
    position: relative;
    top: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
tr.highlighted-rank td {
    background: rgba(255, 255, 255, 0.1) !important;
    text-align: center;
}

.mini-prog-wrap {
    background: #2E2E2E;
    height: 4px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.36);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 165px;
}
.mini-prog-wrap div {
    display: block;
    background: #FA631D;
    height: 100%;
}