﻿h1 {
    margin-bottom: 0;
}
.h1Text {
    margin-top: 5px;
    max-width: 1100px;
}

/* Main content column */
.arcadeContentWrap {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px 60px 30px;
}
.arcadeContentWrap h1 {
    font-size: 1.5rem;
    color: #2B2B2B;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 !important;
    padding: 0;
    text-transform: none;
    line-height: 120%;
    text-align: left !important;
}
.gameH1Wrap {
    display: flex;
    line-height: 100%;
    margin-bottom: 10px;
}
.gameH1Wrap h1 {
    flex: 1;
    padding-right: 15px;
}
.gameH1Wrap > div {
    flex: 0;
}
.gameH1Wrap .ageRangeBadge {
    height: 42px !important;
    width: 42px !important;
    margin-right: 10px;
}
.gameH1Wrap .button {
    font-size: 0.85rem;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}

.viewGameContentType {
	display: inline-block;
	margin-top: 30px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 0.8rem;
	padding: 3px 5px;
}
.viewGameContentType.ct0 {
	background: #b600cc;
}
.viewGameContentType.ct1 {
	background: #00cc00;
}
.viewGameContentType.ct2 {
	background: #0098cc;
}
.viewGameContentType.ct3 {
	background: #00cc00;
}



@media screen and (max-width: 740px) {
    .gameH1Wrap {
        flex-wrap: wrap;
    }
    .gameH1Wrap > div:nth-child(2){
        margin: 0;
        margin-bottom: 15px;
    }
}
/* Game wrap */
.gameWrapContainer {
    display: flex;
    margin-top: 15px;
}
.gameWrapContainer > div {
    flex: 1;
}
.gameWrapContainer > div.upNext {
    min-width: 450px;
    max-width: 450px;
    text-align: left;
    padding: 0 10px;
}
.gameWrapContainer > div.upNext h3.bb
{
    border-bottom: 1px solid #ddd;
}
.gameWrapContainer > div.upNext h3 {
    font-size: 1.15rem;
    color: #2B2B2B;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 !important;
    padding: 0;
    margin-top: 30px;
    padding-bottom: 3px;
    text-transform: none;
    text-align: left !important;
}
.gameWrapContainer > div.upNext > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.gameWrapContainer > div.upNext li {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}
.gameWrapContainer > div.upNext li:last-child {
    margin-bottom: 0;
}
.gameWrapContainer > div.upNext .upNextControls {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    background: #efefef;
    padding-left: 5px;
    border-radius: 3px;
}
.gameWrapContainer > div.upNext .upNextControls a,
.gameWrapContainer > div.upNext .upNextControls input[type=submit],
.gameWrapContainer > div.upNext .upNextControls button {
    font-size: 0.85rem;
    line-height: 100%;
    padding: 10px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}


    @media screen and (max-width: 1400px) {

	    .viewGameContentType {
		    margin-left: 10px;
	    }


        .gameWrapContainer {
        flex-wrap: wrap;
    }
    .gameWrapContainer > div {
        min-width: 100%;
    }
    .gameWrapContainer > div.upNext {
        min-width: 100%;
        max-width: 100%;
    }
    .gameWrapContainer > div.upNext h3 {
        font-size: 1.35rem;
        border-bottom: 0;
        padding-top: 10px;
    }
    
    .gameWrapContainer > div.upNext > ul {
        display: flex;
        flex-wrap: wrap;
    }
    .gameWrapContainer > div.upNext > ul li {
        min-width: 50%;
        max-width: 50%;
    }
    .gameWrapContainer > div.upNext > ul li {
        padding-right: 10px;
    }
    .gameWrapContainer > div.upNext h3:first-child {
        padding-top: 20px;
    }
    .versionHistory {
        max-height: 600px;
        overflow-y: auto;
    }
    .gameWrapContainer {
        margin-top: 0;
    }
    .arcadeContentWrap {
        padding: 0;
        padding-bottom: 15px;
    }
    .gameHeader, .gameH1Wrap, .gameDescription {
        margin-left: 10px;
        margin-right: 10px;
    }
	    .gameWrapContainer > div.upNext .upNextControls {
		    justify-content: Center;
		    padding: 10px;
	    }
}
@media screen and (max-width: 860px) {
    .gameWrapContainer > div.upNext > ul li {
        min-width: 100%;
        max-width: 100%;
    }
}

/* Game details */
.gameDescription {
    display: flex;
    margin-top: 30px;
    line-height: 130%;
}
.gameDescription > div:first-child {
    min-width: 64px;
    max-width: 64px;
    margin-right: 20px;
}
.gameDescription > div:nth-child(2) {
    flex: 1;
}
.gameDescription > div:first-child img {
    border-radius: 50%;
}
.gameDescription > div:first-child .userAvatarWrapper {
    border-radius: 50%;
    border-width: 3px;
    position: relative;
    top: -10px;
}
.gameDescription p {
    display: block;
    max-width: 850px;
}
.gameDescription a.username {
    font-weight: 500;
    font-size: 1.15rem;
    display: block;
}
.gameDescription span.pubDate {
    display: block;
    font-size: 0.85rem;
    color: #909090;
}
.gameDescription h3 {
    font-size: 1.25rem;
}

/* author head */
.authorHead {
    display: flex;
    flex-wrap: wrap;
}
.authorHead > div:nth-child(1) {
    flex-grow: 1;
    flex-shrink: 0;
}
.authorHead > div:nth-child(2) {
    flex-grow: 3;
    flex-shrink: 1;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.authorHead .followLinkWrap a {
    padding: 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}
.authorHead .followLinkWrap {
    padding: 0 10px !important;
}
.authorHead .followWrapper {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 3px;
}
@media screen and (max-width: 550px) {
    .authorHead > div {
        min-width: 100%;
        max-width: 100%;
    }
    .authorHead > div:nth-child(2) {
        text-align: left;
    }
}

/* Source file download */
a.sourceDownload {
    display: inline-flex;
    border-radius: 3px;
    align-items: center;
    background: #00cc00;
    line-height: 100%;
    margin-bottom: 3px;

}
a.sourceDownload:hover {
    text-decoration: none;
    background: rgba(0, 204, 0, 0.8);
}
a.sourceDownload > span {
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
}
a.sourceDownload > span:nth-child(2) {
    padding: 5px 15px 5px 0;
}
a.sourceDownload span.filename {
    display: block;
}
a.sourceDownload span.size {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
}

/* Related game card */
.relatedGameCard {
    display: flex;
}
.relatedGameCard > a {
    min-width: 150px;
    max-width: 150px;
    flex: 0;
    margin-right: 10px;
    position: relative;
}
.relatedGameCard > div {
    flex: 1;
    line-height: 100%;
    font-size: 1.15rem;
}
.relatedGameCard > div a {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.relatedGameCard > a img {
    display: block !important;
}
.relatedGameCard  span.plays, .relatedGameCard  span.author {
    color: #909090;
    font-size: 0.85rem;
    display: block;
}
.relatedGameCard  span.plays, .relatedGameCard  span.author strong {
    font-weight: 500;
}
.relatedGameCard.showcased > a img:first-child {
    border: 5px solid #f0c30e;
    width: 140px !important;
    height: 90px;
}
.relatedGameCard.showcased a {
    color: #f0c30e;
}
.relatedGameCard .usernameLink .group {
    display: none;
}
.relatedGameCard .usernameLink a {
    font-size: 0.85rem;
}
.relatedGameCard .ageRangeBadge {
    position: absolute;
    left: -3px;
    top: -3px;
    font-size: 0.8rem !important;
}
.relatedGameCard img.hoverPlayIco {
    display: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -17px;
}
.relatedGameCard:hover img.hoverPlayIco {
    display: block !important;
}
.relatedGameCard:hover a img:first-child {
    opacity: 0.9;
}

/* Game header*/
.gameHeader {
    border-bottom: 1px solid #ddd;
    line-height: 100%;
    display: flex;
    margin-top: 5px;
    padding-bottom: 10px;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}
.gameHeader > div {
    flex-shrink: 0;
    flex-grow: 0;
    color: #909090;
    padding-left: 15px;
    padding-right: 15px;
}
.gameHeader > div:first-child {
    flex-shrink: 1;
    flex-grow: 1;
    padding-left: 0;
}
.gameHeader .statVoteCol {
    display: flex;
    align-items: flex-end;
}
.gameHeader .statVoteCol > div:first-child {
    flex: 1;
}
.gameHeader .statVoteCol > div:nth-child(2){
    flex: 0;
    min-width: 90px;
}
.gameHeader .voteWrapper {
    justify-content: center;
}
.gameHeader .voteWrapper a {
    min-width: 24px;
    max-width: 24px;
}
.gameHeader .voteWrapper span {
    flex: 1;
}

.gameHeader span.totalPlays {
    font-size: 1.1rem;
    font-weight: 400;
    display: block;
}
.gameHeader span.playingNow {
    font-size: 0.9rem;
    font-weight: 400;
    display: block;
    font-style: italic;
    padding-top: 3px;
    color: rgba(144, 144, 144, 0.8);
}
.gameHeader .voteWrapper {
    display: flex;
    align-self: baseline;
}
.gameHeader .voteWrapper img {
    width: 24px;
    height: 24px;
}
.gameHeader .voteWrapper span.score {
    font-size: 1rem;
    padding: 0 7px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gameHeader .votebar {
    display: block;
    height: 3px;
    background: #c0c0c0;
    margin-top: 7px;
    margin-bottom: -11px;
}
.gameHeader .votebar > div {
    background: #909090;
    display: block;
    height: 100%;
}
.gameHeader a.shareLink {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #909090;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.85rem;
}
.gameHeader a.shareLink img {
    margin-right: 5px;
}
.gameHeader .favouriteWrap {
}
.gameHeader .favouriteWrap img {
    height: 24px;
    width: 24px;
}
.gameHeader .favouriteWrap .countWrapper {
    display: none;
}
.gameHeader .reportLink .txt {
    display: block;
    content: "ok";
}
@media screen and (max-width: 750px) {
    .gameHeader > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gameHeader > div:first-child {
        min-width: 100%;
        max-width: 100%;
        padding-bottom: 10px;
    }
    .gameHeader .statVoteCol {
        align-items: flex-start;
        padding-right:0;
    }
    .gameHeader .statVoteCol > div:nth-child(2){
        min-width: initial;
        flex: 1;
        max-width: 110px;
    }
}
@media screen and (max-width: 380px) {
    .gameHeader .statVoteCol > div:nth-child(2){
        max-width: 80px;
    }
}
/* Publisher link */
ul.publisherLink {
    display: inline-flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    background: #f6f6f6;
    border-radius: 3px;
    margin-top: -10px;
    margin-bottom: 16px;
}
ul.publisherLink li {
    display: inline-flex;
    margin: 0;
    padding: 0;
    line-height: 100%;
    margin-right: 3px;
    padding: 3px;
}
#PublisherWebsite {
    margin-right: 15px;
    font-size: 1rem;
}
#PublisherWebsite img {
    margin-right: 10px;
}
ul.publisherLink li:last-child {
    margin-right: 0;
    border-right: 0;
}
ul.publisherLink li.noimg {
    padding-left: 15px;
}
#PublisherContact {
    margin-right: 10px;
    margin-left: 7px;
    font-size: 1rem;
    font-weight: 500;
}
ul.publisherLink li a {
    display: inline-flex;
    align-items: center;
}
ul.publisherLink li a:hover {
    text-decoration: none;
}
ul.publisherLink li img {
    display: block;
    border-radius: 3px;
}
ul.publisherLink span.studioName {
    font-weight: 500;
    align-self: center;
}
ul.publisherLink span.host {
    display: block;
    font-size: 0.85rem;
}
ul.publisherLink .emailReveal:hover {
    cursor: pointer;
}
.emailReveal {
    display: inline-block;
    background: #ddd;
    padding: 6px 5px;
    border-radius: 3px;
    color: #333;
    font-weight: normal;
}

.mContent {
    padding-top: 20px;
}

@media screen and (max-width: 650px) {
    ul .publisherLink {
        display: flex;
        margin-top: 10px;
    }
    .mContent{
        margin-left: -84px;
    }
    .authorHead > div {
        min-width: 100%;
    }
    .authorHead > div:nth-child(2) {
        justify-content: flex-end;
        align-items: flex-end;
        margin-left: -84px;
        min-width: calc(100% + 84px);
        padding-top: 6px;
    }
}

/* Addons */
ul.addons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 4px;
}
ul.addons li {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    margin-right: 7px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 5px;
}
ul.addons li:last-child {
    margin-right: 0;
}
ul.addons li span{
    display: inline-block;
    background: #efefef;
    color: #777;
    border-radius: 3px;
    padding: 5px 10px;
}
.addonWrap {
    display: flex;
}
.addonWrap > div {
    flex: 1;
    padding-right: 10px;
}
.addonWrap > div:nth-child(2) {
    text-align: right;
    padding-right: 0;
    padding-left: 10px;
}
.addonWrap > div:nth-child(2) ul.addons {
    justify-content: flex-end;
}
.addonWrap h3 {
    margin: 0;
}
@media screen and (max-width: 450px) {
    .addonWrap {
        flex-wrap: wrap;
    }
    .addonWrap > div {
        min-width: 100%;
        padding-right: 0;
    }
    .addonWrap > div:nth-child(2) {
        text-align: left;
        padding-left: 0;
        margin-top: 10px;
    }
    .addonWrap > div:nth-child(2) ul.addons {
        justify-content: flex-start;
    }
}
.screenshotsWrap + .addonWrap {
    margin-top: 15px;
}

/* Game play page */
.gameWrap {
    height: 500px;
    width: 100%;
    background: #000;
    margin-top: 15px;
    padding: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    max-width: 1740px;
    margin: 0 auto;
    position: relative;
}
.gameWrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.gameWrap .nofiles {
    display: flex;
    justify-content: center;
    align-items: center;
}
#AdultContentBanner {
    display:none;
    background: #fff;
    border-radius: 3px;
    height: 200px;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -100px;
    padding:10px;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 2px solid #ddd;
}
#AdultContentBanner h3 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 100% !important;
    text-transform: uppercase;
}
#AdultContentBanner select {
    padding: 0;
    margin: 0;
}
#AdultContentBanner p {
    font-size: 1.15rem;
    line-height: 100% !important;
    margin: 15px 0 10px 0;
    padding: 0;
    text-align:left;
}
#AgeDay, #AgeMonth {
    margin-right: 3px !important;
}
#AdultContentBanner a {
    margin-top: 10px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#AdultContentBanner .headBanner {
    display: flex;
    align-items: center;
}
#AdultContentBanner .headBanner > div:first-child {
    flex: 0;
    min-width: 42px;
    max-width: 42px;
}
#AdultContentBanner .headBanner > div:last-child {
    flex: 1;
}
#AdultContentBanner .ageRangeBadge {
    width: 42px;
    height: 42px;
}
@media screen and (max-width: 800px) {
    .gameWrap {
    }
}



/* Settings page */
.contentWrapper.settings {
    max-width: 1100px;
}
.contentWrapper.settings h1{
    color: #2B2B2B;
    margin-bottom: 30px;
    text-align: center;
}
.contentWrapper.settings p.h1Text {
    color: #2B2B2B;
}

/* Forms */
.arcadeForm {
    margin: 30px 0;
}
.arcadeForm h2 {
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2B2B2B;
}
.arcadeForm .chunk {
    display: flex;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 30px;
    line-height: 120%;
    font-size: 1.15rem;
}
.arcadeForm .chunk > div:first-child {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 20px;
}
.arcadeForm .chunk > div:nth-child(2){
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 200px;
    background: #efefef;
    max-width: 200px;
    border-left: 1px solid #dddddd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.arcadeForm .chunk label {
    display: block;
}
.arcadeForm .chunk label > strong {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.arcadeForm .chunk span.extraInfo {
    color: #808080;
    display: block;
    margin-top: 13px;
    font-size: 0.9rem;
    line-height: 120%;
}
.arcadeForm .chunk span.optional {
    color: #808080;
    float: left;
    background: orange;
    color: #fff;
    font-weight: 500 !important;
    font-style: normal;
    line-height: 100%;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 6px;
}
.arcadeForm .chunk span.extraInfo.warning {
    background: #f9dc72;
    color: #78672a;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 10px;
}
.arcadeForm .chunk input[type=text] + span.extraInfo {
    margin-top: 3px;
    text-align: right;
}
.arcadeForm .chunk span.extraInfo  span.count {
    display: inline-block;
    background: #efefef;
    text-align: center;
    border-radius: 3px;
    padding: 1px 4px;
    font-size: 0.8rem;
    font-weight: 500;
}
.arcadeForm span.gameURL {
    display: block !important;
}
.arcadeForm span.extraInfo input[type=text] {
    margin: 0;
    padding: 3px 2px;
    font-size: 0.9rem;
    border: 1px solid #ddc15c;
    margin-bottom: 3px;
}
.arcadeForm .chunk > div:nth-child(2) {
    font-size: 1.6rem;
}
.arcadeForm .chunk > div:nth-child(2) .infinity {
    font-size: 3.5rem;
}
.arcadeForm .chunk > div:nth-child(2) .filesize {
    font-size: 1.8rem;
    font-weight: 500;
}
.arcadeForm .chunk > div:last-child span {
    display: block;
    font-size: 0.85rem;
    font-weight: 100;
}
.arcadeForm .chunk input[type=text], .arcadeForm .chunk input[type=number], .arcadeForm .chunk select, .arcadeForm .chunk textarea {
    padding: 8px 5px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    margin-top: 10px;
}
.arcadeForm .chunk textarea {
    height: 200px;
    margin-top: 0;
}
.arcadeForm .markupEditorWrap {
    margin-top: 10px;
}
.arcadeForm .chunk input[type=number] {
    max-width: 150px;
}
.arcadeForm .chunk .uploadFileV2Wrapper {
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
}
.filePreviewWrap {
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.filePreviewWrap > div {
    flex: 1;
    font-size: 1rem;
    line-height: 110%;
}
.filePreviewWrap > div.main {
    display: flex;
    align-items: center;
}
.filePreviewWrap > div.main img {
    margin-right: 15px;
}
.filePreviewWrap > div:first-child {
    flex: 0;
    margin-right: 15px;
}
.filePreviewWrap > div:last-child {
    flex: 0;
    margin-left: 15px;
    min-width: 100px;
}
.filePreviewWrap > div:first-child span {
    border: 1px solid #377931;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    color: #377931;
    background: #7df972;
    border-radius: 50%;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;

}
.arcadeForm .chunk .cropControl {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.arcadeForm .chunk .uploadFileV2Wrapper span.limits {
    display: block;
    font-size: 0.85rem;
    margin-top: 5px;
}
.arcadeForm .notification {
    position: relative;
    z-index: 2;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px 15px;
}
.arcadeForm .notification + .chunk {
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 990px) {
    .contentWrapper.editGame .arcadeForm .chunk {
        flex-wrap: wrap;
    }
    .contentWrapper.editGame .arcadeForm .chunk > div:last-child {
        min-width: 100%;
        max-width: 100%;
        border-left: 0;
        border-top: 1px solid #dddddd;
    }
}
@media screen and (max-width: 600px) {
    .arcadeForm .chunk {
        flex-wrap: wrap;
    }
    .arcadeForm .chunk > div:last-child {
        min-width: 100%;
        max-width: 100%;
        border-left: 0;
        border-top: 1px solid #dddddd;
    }
}

.restrictionList {
    margin-bottom: 32px;
}
.restrictionList h2 {
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2B2B2B;
}
.restrictionList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.restrictionList ul li {
    display: flex;
    margin: 0;
    padding: 10px 0;
    border-bottom:1px solid #dddddd;
}
.restrictionList ul li:last-child {
    border-bottom: 0;
}
.restrictionList ul li:first-child {
    padding-top: 0;
}
.restrictionList ul li > div:first-child {
    flex: 1;
}
.restrictionList ul li > div:last-child {
    flex: 0;
}
.restrictionList input[type=submit] {
    padding: 0;
    margin: 0;
    font-weight: 500;
    width: 32px;
    height: 32px;
    font-size: 1rem;
}
.restrictionList span.wild {
    background: #dddddd;
    display: inline-block;
    border-radius: 3px;
    font-size: 1rem;
    line-height: 100%;
    padding: 5px 10px;
    margin-left: 10px;
    font-weight: 500;
}

/* Agre range selector */
ul.ageRatingSelector {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ageRatingSelector > li {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
ul.ageRatingSelector label {
    display: flex !important;
    border: 1px solid #ddd;
}
ul.ageRatingSelector > li > label > div:first-child {
    flex-shrink: 1;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    padding: 10px;
}
ul.ageRatingSelector > li > label > div:nth-child(2){
    flex: 1;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.15rem;
    line-height: 120%;
}
ul.ageRatingSelector > li > label > div:nth-child(2) strong{
    display: block;
}
ul.ageRatingSelector > li > label > div:nth-child(3){
    flex: 0;
    min-width: 48px;
    max-width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
    border-radius: 3px;
    border-left: 1px solid #ddd;
}
ul.notAllowedContent {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 8px;
    flex-wrap: wrap;
}
ul.notAllowedContent li {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    align-items: center;
    margin-right: 15px;
    line-height: 100%;
    color: #888;
}
ul.notAllowedContent li:last-child {
    margin-right: 0;
}
ul.notAllowedContent li span {
    display: inline;
    color: red;
    font-style: italic;
    margin-right: 5px;
    font-size: 0.8rem !important;
    font-weight: 900 !important;
}
.ageRangeBadge {
    display: flex;
    height: 64px;
    width: 64px;
    border-radius: 6px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 2rem;
}
.ageRangeBadge.age18 {
    background:
              linear-gradient(63deg, #FF3300 23%, transparent 23%) 7px 0,
              linear-gradient(63deg, transparent 74%, #FF3300 78%),
              linear-gradient(63deg, transparent 34%, #FF3300 38%, #FF3300 58%, transparent 62%),
              #ef3406;
    background-size: 16px 48px;
    font-size: 1.5rem;
}
.ageRangeBadge.age13 {
    background:
              linear-gradient(63deg, #FF9900 23%, transparent 23%) 7px 0,
              linear-gradient(63deg, transparent 74%, #FF9900 78%),
              linear-gradient(63deg, transparent 34%, #FF9900 38%, #FF9900 58%, transparent 62%),
              #f09103;
    background-size: 16px 48px;
}
.ageRangeBadge.age0 {
    background:
              linear-gradient(63deg, #00CC00 23%, transparent 23%) 7px 0,
              linear-gradient(63deg, transparent 74%, #00CC00 78%),
              linear-gradient(63deg, transparent 34%, #00CC00 38%, #00CC00 58%, transparent 62%),
              #02c202;
    background-size: 16px 48px;
}
.ageRangeBadge.small {
    width: 26px;
    height: 26px;
    font-size: 1.2rem;
    background-size: 8px 24px;
}
.ageRangeBadge:hover {
    text-decoration: none;
}

.ratingWarning {
    border-radius: 3px;
    background: #f9dc72;
    color: #78672a;
    padding: 5px 15px;
    margin-top: 5px;
}
h3.neverAllowed {
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0;
    font-weight: 500;
    font-size: 1.15rem;
    margin-top: 10px;
    margin-bottom: -5px;
}

/* Edit game content */
.contentWrapper.editGame {
    margin-bottom: 60px;
}
.contentWrapper.editGame h1 {
    color: #2B2B2B;
    margin-top: 0;
}
.contentWrapper.editGame h1 + a {
    font-size: 1.25rem;
}
.contentWrapper.editGame .arcadeForm {
    margin-top: 0;
}

/* Edit game content */
.editGameContent {
    display: flex;
}
.editGameContent > div:first-child {
    max-width: 300px;
    min-width: 300px;
    flex: 0;
    background: #fff;
}
.editGameContent > div:last-child {
    flex: 1;
    padding-left: 30px;
    margin-bottom: 30px;
}

.editGameContent p.h1Text {
    color: #2B2B2B;
}

textarea.publishTandC {
    width: 100%;
    height: 500px;
    font-size: 0.9rem;
    border: 1px solid #dddddd;
}

/* My games table */
.myGamesTableWrap {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 3px;
    background: #fff;
    margin-bottom: 15px;
}
.myGamesTableWrap thead {
    font-size: 0.9rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
}
.myGamesTableWrap thead td {
    padding: 0;
    line-height: 130%;
    padding: 10px 10px;
    color: #fff;
}
.myGamesTableWrap thead td a {
    display: flex;
    color: #fff;
    align-content: center;
    justify-content: center;
    margin: 0 10px;
}
.myGamesTableWrap thead td a img {
    margin-left: 5px;
}
.myGamesTableWrap thead td:nth-child(even) {
    background: #dc0d8a;
}
.myGamesTableWrap thead td:nth-child(odd) {
    background: #f6159b;
}
.myGamesTableWrap tbody {
    font-size: 0.9rem;
    line-height: 130%;
}
.myGamesTableWrap .gameInfoWrap {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.myGamesTableWrap .gameInfoWrap > div:first-child {
    flex: 0;
    min-width: 70px;
    max-width: 70px;
    margin-right: 10px;
}
.myGamesTableWrap .gameInfoWrap > div:last-child {
    text-align: left;
}
.myGamesTableWrap .gameInfoWrap .linkWrap {
    display: flex;
    margin-bottom: 3px;
    min-height: 26px;
    align-items: flex-start;
}
.myGamesTableWrap .gameInfoWrap > div:last-child a.gameName {
    font-weight: 500;
    font-size: 1.1rem;
    flex: 1;
    max-width: calc(100% - 27px);
}
.myGamesTableWrap .gameInfoWrap > div:last-child a.play {
    flex: 0;
    margin-left: 10px;    display: none;
}
.myGamesTableWrap .gameInfoWrap:hover > div:last-child a.play {
    display: block;
}
.myGamesTableWrap .gameInfoWrap > div:last-child a.play img {
    min-width: 22px;
    max-width: 22px;
}
.myGamesTableWrap .gameInfoWrap .linkWrap {
    display: flex;
    max-width: 550px;
}
.myGamesTableWrap .gameInfoWrap > div:last-child p {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    line-height: 110%;
    max-width: 550px;
}
.myGamesTableWrap .gameInfoWrap a.icoWrapper {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
    padding: 2px;
    display: flex;
}
.myGamesTableWrap .gameInfoWrap .icoWrapper img {
    display: block;
}
.myGamesTableWrap a.visibility {
     color: #008207;
}
.myGamesTableWrap a.visibility img {
    display: block;
    margin: 0 auto;
}
.myGamesTableWrap a.visibility.PrivateViaURL, .myGamesTableWrap a.visibility.PrivateViaWhitelist {
    color: #777;
}
.myGamesTableWrap .likes {
    display: block;
    min-width: 70px;
    max-width: 70px;
}
.myGamesTableWrap .likes span{
    display: block;
    text-align: right;
}
.myGamesTableWrap .likes span.percent {
    font-weight: 500;
}
.myGamesTableWrap .likes span.specificCount {
    margin:5px 0;
}
.myGamesTableWrap .likeBar {
    width: 100%;
    border-radius: 3px;
    height: 8px;
    background: #efefef;
    border: 1px solid #ddd;
    padding: 1px;
}

.myGamesTableWrap .likeBar div {
    background: #2B2B2B;
    height: 100%;
    border-radius: 3px;
}
.myGamesTableWrap a.contentType {
    border: 1px solid #ddd;
    padding: 3px 10px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 9px;
    font-size: 0.7rem;
    margin-left: 10px;
    color: #2B2B2B;
}
.myGamesTableWrap a.contentType:hover {
    text-decoration: none;
}
.myGamesTableWrap .gameInfoChunks {
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.myGamesTableWrap a.featureDisabled {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #c0c0c0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3px 7px;
    display: inline-block;
    margin-top: 15px;
}

.versionHistory {
    max-height: 300px;
    overflow-y: auto;
}
.versionHistory img {
    min-width: 32px;
    min-height: 32px;
}
.versionHistory table td {
    font-size: 1rem;
}
.versionHistory span.playing {
    font-style: italic;
    color: #c0c0c0;
}
span.withEngine a {
    font-weight: 500;
    font-style: initial;
}
.arcadeContentWrap .notification {
    margin-bottom: 0;
}

/* Screenshots */
.screenshotsWrap {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
.screenshotsWrap h3 {
    margin: 0;
    padding: 0;
}
.screenshotsWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    background: #f6f6f6;
    height: 230px;
    border-radius: 3px;
}
.screenshotsWrap ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 5px 2.5px;
}
.screenshotsWrap ul li a:hover img {
    opacity: 0.7;
}
.screenshotsWrap ul li:first-child {
    margin-left: 5px;
}
.screenshotsWrap ul li:last-child {
    margin-right: 5px;
}
.screenshotsWrap ul li img {
    display: block;
    border-radius: 3px;
}

a.inShowCase {
    display: flex;
    border-radius: 3px;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(90deg, #f0c30e 0%, #FFCC00 100%);
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius: 0;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-bottomleft:3px;
    border-radius: 0;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    justify-content: center;
    align-items: center;
}
a.inShowCase:hover {
    text-decoration: none;
}
a.inShowCase span {
    display: inline;
    background: #d0ae25;
    border-left: 10px solid #fdd73f;
    border-right: 10px solid #fdd73f;
    padding: 5px 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

/* Arcade stat live update animation */
@keyframes liveStatUpdateUp {
    0% {
        color: #00CC00;
    }
    100% {
        color: #909090;
    }
}
@keyframes liveStatUpdateDown {
     0% {
         color: red;
     }
     100% {
         color: #909090;
     }
 }
#TotalPlayers, #ActiveUsers, #TotalPlays, #MostEverActiveUsers {
    position: relative;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}

/* Comments */
.comments {
    margin-top: 20px;
}
.comments .submitCommentWrap {
    margin-bottom: 10px;
    margin-top: 4px;
}

.deInWrap {
    display:flex;
    margin-bottom: 20px;
}
.deInWrap > div:first-child {
    flex:1;
}
.deInWrap > div:nth-child(2) {
    flex: 0;
    align-items: flex-start;
    min-width:300px;
    width: 330px;
    max-width: 330px;
    flex-shrink: 1;
	padding: 0 15px;
    margin-left: 30px;
    border-left: 1px solid #ddd;
}
.deInWrap > div:nth-child(2) h3 {
    margin: 0;
    margin-bottom: 5px;
}
.instructionsWrap {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.instructionsWrap .articleRender p {
    font-size: 1rem;
    margin: 0;
}
.instructionsWrap .articleRender p + p {
    margin-top: 8px;
}
@media screen and (max-width: 800px) {

    .deInWrap {
        flex-wrap: wrap;
    }
    .deInWrap > div, .deInWrap > div:nth-child(2) {
        flex:1;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
	    padding-left: 0;
	    padding-right: 0;
        border-left: 0;
        margin-left: 0;
	    padding-top: 15px;
    }
    .instructionsWrap {
        margin-left: 0;
    }
}

/* Browse */
.browseWrap .left {
    background: #efefef;
    position: fixed;
    width: 280px;
    overflow-y: auto;
    top: 80px;
    height: calc(100% - 80px);
	z-index: 5;
}
.browseWrap .left::-webkit-scrollbar {
    width: 6px;
    background-color: #c0c0c0;
}
.browseWrap .left::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 3px;
}
.browseWrap .main {
    padding-left: 280px;
}
@media screen and (max-width: 750px) {
    .browseWrap .left {
        top: 64px;
        height:calc(100% - 64px)
    }
}
.browseWrap .gameContent {
    max-width: 1353px;
    margin: 0 auto;
    padding: 30px;
	padding-top: 30px;
    min-height: 800px;
}
@media screen and (max-width: 600px) {
	h1 {
        font-size: 3rem;
    }
}

/* H1 */
.browseWrap h1 {
    color: #2B2B2B;
    margin: 0;
    text-align: left !important;
}
.browseWrap p.h1Text {
    color: #2B2B2B;
}

/* Left menu */
.browseWrap .leftMenu {
    padding-bottom: 15px;
    padding-top: 64px;
}
.browseWrap .leftMenu h2 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    padding-left: 25px;
    margin-bottom: -5px;
    padding-top: 10px;
    color: #666;
}
.browseWrap .leftMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.browseWrap .leftMenu ul li {
    margin: 0;
    padding: 0;
}
.browseWrap .leftMenu ul li a {
    display: flex;
    padding: 8px 5px;
    font-size: 1.05rem;
    color: #2B2B2B;
    line-height: 130%;
    align-items: center;
    padding-right: 15px;
}
.browseWrap .leftMenu ul li a img {
    margin: 0 20px;
}
.browseWrap .leftMenu ul li a.selected {
    color: #dc0d8a;
}
.browseWrap .leftMenu ul li a.selected,
.browseWrap .leftMenu ul li a:hover {
    background: #dadada;
    text-decoration: none;
}


.browseWrap .leftMenu ul li a.selected.showcaseSel {
	color: #fff;
}
.browseWrap .leftMenu ul li a.selected.showcaseSel {
	background: #f0c30e;
	font-weight: 500;
}


.browseWrap .leftMenu ul li a:hover img {
    -webkit-animation-name: hoverIco;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: 1;
    animation-name: hoverIco;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    color: #fff;
    opacity: 1;
}
.browseWrap .leftMenu ul li a.spinner:hover img {
    animation: hoverIcoSpinner 0.4s 2 linear;
}
@keyframes hoverIco {
    from {
        transform: scale(1);
    }
    30% {
        transform: scale(1.15);
    }
    to {
        transform: scale(1);
    }
}
@keyframes hoverIcoSpinner {
    from {
        transform: rotate(0) scale(1);
    }
    30% {
        transform: scale(1.25);
    }
    40% {
        transform: rotate(45deg);
    }
    to {
        transform: rotate(180deg);
    }
}
.browseWrap .leftMenu .spacer {
    height: 1px;
    margin: 10px 0;
    background: #d6d6d6;
}
.browseWrap .leftMenu ul.genre li a {
    padding-left: 25px;
}
.browseWrap .leftMenu ul.genreSubMenu {
    margin-top: 0;
}
.browseWrap .leftMenu ul.genreSubMenu > li > a {
    padding-left: 45px;
    font-size: 1rem;
}
.browseWrap .leftMenu ul.genreSubMenu > li > ul.genreSubMenu > li > a {
    padding-left: 60px;
}
.browseWrap .leftMenu ul.genreSubMenu > li > ul.genreSubMenu > li > ul.genreSubMenu > li > a {
    padding-left: 75px;
}

.browseWrap .leftMenu ul.icoSubMenu {
	margin: 0;
}
.browseWrap .leftMenu ul.icoSubMenu > li > a {
	padding-left: 71px;
	font-size: 1rem;
}

@media screen and (max-width: 1000px) {

    .browseWrap .left {
        display: none;
    }
    .browseWrap .main {
        padding-left: 0;
        padding-top: 58px;
    }
	.browseWrap .leftMenu h2 {
		text-align: left !important;
	}
}
/* Games */
.gamesList {
    text-align: center;
    margin: 0 -2px;
}
.gamesList > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    display: inline;
}
    .gamesList > ul > li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

/* Game card */
.gameCard {
    width: 320px;
    max-width: 450px;
    flex: 1;
    margin: 0 2px 35px 2px;
    text-align: left;
}
.gameImgWrap {
    position: relative;
}
.gameCard a.gameImg img.mainGameImg {
	display: block;
}
.gameCard a.gameImg {
	background: #fff;
	border: 1px solid #efefef;
}
.gameCard:hover a.gameImg img.mainGameImg {
    opacity: 0.8;
}
.gameCard a.gameImg .appStoreImgs {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: flex;
	align-items: center;
}
.gameCard a.gameImg .appStoreImgs img + img {
	margin-left: 3px;
}
.gameCard:hover a.gameImg .appStoreImgs img {
	animation-name: floating;
	animation-duration: 0.2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}
.gameCard:hover a.gameImg .appStoreImgs img:nth-child(2) {
	animation-delay: 0.15s;
}
.gameCard:hover a.gameImg .appStoreImgs img:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes floating {
	from { transform: translate(0,  0px); }
	65%  { transform: translate(0, -5px); }
	to   { transform: translate(0, 0px); }    
}


/* Fav */
.gameCard .favouriteWrap {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 100%;
    padding: 0 3px 7px 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gameCard .favouriteWrap img {
	height: 24px;
	width: 24px;
	filter: grayscale(100%) brightness(70%);
}
.gameCard .favouriteWrap.favourited img, .gameCard .favouriteWrap a:hover img {
	filter: grayscale(0) brightness(100%);
}
.gameCard .favouriteWrap .countWrapper {
    font-size: 0;
    line-height: 100%;
    padding-top: 10px;
}
.gameCard .favouriteWrap .countWrapper span {
    font-size: 0.75rem;
    font-weight: 500;
    color: #5a5a5a;
    margin-right: 0 !important;
    padding-bottom: 5px;
}
.gameCard a.gameImg {
    display: block;
}
.gameCard .nameWrap {
    display: flex;
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
}
.gameCard .nameWrap .showcased {
    min-width: 26px;
    max-width: 26px;
    flex: 0;
    display: flex;
    align-items: flex-start;
}
.gameCard a.gameName {
    flex: 1;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    color: #2B2B2B;
    line-height: 120%;
    text-overflow: ellipsis;
    overflow: hidden;
	word-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
	height: 38px;
}
.gameCard ul.stats {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}
.gameCard ul.stats li {
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: flex;
    align-items: center;
}
.gameCard ul.stats li a{
    line-height: 100%;
    color: #dc0d8a !important;
}
.gameCard ul.stats li:after {
    display: inline-flex;
    content: '\2022';
    font-size: 0.8rem;
    color: #7c7c7c;
    margin: 0 3px;
}
.gameCard ul.stats li:last-child:after {
    display: none;
}
.gameCard ul.stats li a {
	color: #dc0d8a;
}
.gameCard .opWrap {
	display: flex;
	flex: 1;
    align-items: flex-start;
}
    .gameCard .opWrap ul {
        line-height: 100% !important;
    }
.gameCard .opWrap ul li {
    line-height: 120% !important;
    padding: 0 !important;
    font-size: 0.85rem;
}

.gameCard .opWrap > a {
    flex: 1;
}
.gameCard .opWrap > ul {
	padding-right: 5px;
	padding-left: 10px;
	align-self: flex-start;
}
.gameCard .opWrap > ul > li {
	padding-top: 4px;
}

.authorWrap {
    display: flex;
    align-items: center;
    line-height: 100% !important;
}
.authorWrap > div {
    line-height: 100% !important;
}
    .authorWrap > div:first-child {
        flex: 1;
        margin-right: 12px;
        display: flex;
        align-items: center;
        max-width: 54px;
        min-width: 54px;
    }
        .authorWrap > div:first-child a {
            display: block;
            display: flex;
            align-items: center;
        }
    .authorWrap ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        align-items: center;
        line-height: 100% !important;
    }
        .authorWrap ul li {
            font-size: 0.85rem;
            margin: 0;
            padding: 0;
            line-height: 100% !important;
        }
.authorWrap > div:last-child > a {
    font-size: 1.15rem;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}


@media screen and (max-width: 1200px) {
        .gameCard {
        width: calc(100% - 4px);
        margin: 0 auto;
	    margin-bottom: 35px;
    }
    .gamesList > ul > li {
        min-width: calc(50% - 2px);
        max-width: calc(50% - 2px);
    }
}
@media screen and (max-width: 550px) {

    .browseWrap .gameContent {
	    padding-left: 10px;
	    padding-right: 10px;
    }
    .gameCard {
        width: 100%;
    }
    .gamesList > ul > li {
        min-width: 100%;
        max-width: 100%;
    }
}

.editGameH1Wrap h2 {
	margin-bottom: 0;
	margin-top: 20px;
	text-align: left !important;
}

/* Game preview in menu */
.menuGameBox {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	margin: 0 15px;
	line-height: 100%;
}
.menuGameBox h3 {
	line-height: 100%;
	font-size: 1.1rem;
	margin: 0;
	margin-bottom: 5px;
}
.menuGameBox > div {
	padding: 10px;
	text-align: center;
}
.menuGameBox > div a {
	font-size: 0.9rem;
}
.menuGameBox img {
	width: 250px;
	height: 164px;
}

/* Sort/filter bar */
.sortFilterWrap {
	background: #efefef;
	border-radius: 3px;
	padding: 5px;
	text-align: right;
	border: 1px solid #d6d6d6;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	align-items: center;
}
.sortFilterWrap .gamesTotals {
	flex: 1;
	display: flex;
	line-height: 120%;
	flex-wrap: wrap;
}
.sortFilterWrap .gamesTotals > span {
	padding: 0 3px;
	font-size: 1rem;
}
.sortFilterWrap .gamesTotals > span > span {
	font-weight: 500;
}

.sortFilterBar {
	display: flex;
	text-align: right;
	flex: 1;
}
.sortFilterBar > ul {
	flex: 1;
	display: Flex;
	justify-content: flex-end;
	align-items: center;
}
.sortFilterBar > a {
	flex: 0;
	min-width: 135px;
	max-width: 135px;
}
a.sortMenuButton,
.sortFilterWrap ul.sortTags li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	background: #fff;
	white-space: nowrap;
	border-radius: 3px;
	color: #2B2B2B;
	border: 1px solid #d6d6d6;
}
a.sortMenuButton:hover {
	font-weight: 500;
	text-decoration: none;
}
a.sortMenuButton img {
	margin-right: -10px;
}
a.sortMenuButton img.close {
	display: none;
}
a.sortMenuButton.opened img.close {
	display: block;
}
a.sortMenuButton.opened img.open {
	display: none;
}
.sortFilterWrap ul.sortTags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -3px;
}
.sortFilterWrap ul.sortTags li {
	margin: 0;
	padding: 0;
	margin-right: 5px;
}
.sortFilterWrap ul.sortTags li a {
	font-size: 0.9rem;
	width: auto;
	padding: 5px 10px;
	height: 1.6rem;
	margin-bottom: 3px;
	background: #f6f6f6;
}
.sortFilterWrap ul.sortTags li a img {
	margin-left: 5px;
}
.sortFilterWrap ul.sortTags li a:hover {
	text-decoration: none;
	background: #fff;
}
.sortFilterWrap ul.sortTags li a:hover img {
	filter: brightness(0);
}
.sortFilterMenu {
	position: absolute;
	top: calc(100% - 7px);
	right: 5px;
	width: 400px;
	max-width: calc(100% - 20px);
	border: 1px solid #d6d6d6;
	background: #fff;
	z-index: 4;
	border-top: 0;
	padding: 20px;
	padding-bottom: 0;
	padding-right: 10px;
	display: none;
}
.sortFilterMenu .topLine {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: calc(100% - 134px);
	background: #d6d6d6;
}
.sortFilterMenu > ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.sortFilterMenu > ul > li {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 50%;
}
.sortFilterMenu h4 {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	margin-bottom: 7px;
}
.sortFilterMenu > ul > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-right: 10px;
}
.sortFilterMenu > ul > li > ul > li {
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 0.95rem;
	margin-bottom: 5px;
}
.sortFilterMenu > ul > li > ul > li > a.chosen {
	padding: 3px 5px;
	display: block;
	border:1px solid #dc0d8a;
	border-radius: 3px;

}
.sortFilterMenu select {
	padding: 3px 0;
	font-size: 0.85rem;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	color: #2B2B2B;
	margin: 0;
	position: relative;
	top: -3px;
}


    @media screen and (max-width: 550px) {
        .sortFilterWrap {
            border-radius: 0;
            border-left: 0;
            border-right: 0;
            margin-left: -10px;
            margin-right: -10px;
            padding-right: 10px;
            padding-left: 10px;
        }

        .sortFilterMenu {
            right: 10px;
        }
    }

    @media screen and (max-width: 380px) {
        .sortFilterMenu {
            height: 300px;
            overflow-y: auto;
        }

            .sortFilterMenu > ul > li {
                width: 100%;
            }

                .sortFilterMenu > ul > li > ul > li {
                    font-size: 1.15rem;
                }

            .sortFilterMenu select {
                font-size: 1rem;
            }

            .sortFilterMenu h4 {
                font-size: 1.15rem;
            }
    }

    a.descriptionHelperLink {
        color: #c0c0c0;
        display: block;
        line-height: 100%;
        margin-top: -17px;
    }

    #InstructionsWrap a.descriptionHelperLink {
        margin-top: 0;
    }

        #InstructionsWrap a.descriptionHelperLink.insEdit {
            margin-top: 5px;
            text-align: center;
        }

    /* Publisher profile */
    .gameContent.pubProfile {
        padding-top: 16px;
    }

        .gameContent.pubProfile h2 {
            margin: 15px 0 !important;
            font-size: 1.4rem;
        }

    .profileTitleBox {
        background: #efefef;
    }

    a.uploadBannerHelper {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        height: 200px;
        font-weight: 500;
        font-size: 1rem;
        background: #2B2B2B;
    }

    img.profileBanner {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

    .profileTitleBox .hContent {
        max-width: 1353px;
        margin: 0 auto;
        padding: 15px;
    }

    .profileTitleBox .hContent {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .profileTitleBox .hContent > div {
            flex: 1;
            line-height: 100% !important;
        }

            .profileTitleBox .hContent > div:first-child {
                flex: 0;
                min-width: 96px;
                width: 96px;
                margin-right: 20px;
            }

            .profileTitleBox .hContent > div:last-child {
                display: flex;
                justify-content: flex-end;
            }

                .profileTitleBox .hContent > div:last-child a.smallButton {
                    padding: 0 10px;
                    line-height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-left: 5px;
                    height: 32px;
                }

        .profileTitleBox .hContent .followLinkWrap {
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .profileTitleBox h1 {
        font-size: 2.5rem;
    }

    img.studioIco {
        border-radius: 50%;
    }

    .hContent span.stats {
        color: #2B2B2B;
    }

    .hContent span.stats {
        color: #2B2B2B;
    }

        .hContent span.stats span {
            font-weight: 500;
            color: #666;
            text-shadow: 1px 1px 0 #fff;
        }

    .hContent a.websiteLink {
        display: block;
        line-height: 100%;
        font-size: 1.3rem;
        margin-bottom: 7px;
    }

    .profBreak {
        height: 1px;
        margin: 15px 0;
        background: #d6d6d6;
        margin-bottom: 30px;
    }

    @media screen and (max-width: 800px) {

        .profileTitleBox .hContent > div:last-child {
            min-width: 100%;
            padding-top: 10px;
        }
    }

    @media screen and (max-width: 900px) {
        .profileTitleBox {
            margin-top: 39px;
        }
    }

    /* App store links */
    .appStoreViewLinks {
        margin-top: 10px;
    }

        .appStoreViewLinks > a.appLink {
            display: inline-block;
        }

            .appStoreViewLinks > a.appLink + a.appLink {
                margin-left: 5px;
            }

            .appStoreViewLinks > a.appLink:hover {
                text-decoration: none;
            }

    a.appStoreHelperLink {
        color: #c0c0c0;
        display: block;
        line-height: 100%;
    }

    .c3AU {
        display: block;
        background: #F95F18;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #fff;
        line-height: 120%;
        padding: 15px;
        position: relative;
        padding-right: 100px;
    }

        .c3AU img {
            position: absolute;
            right: -5px;
            bottom: 0;
        }

        .c3AU > span {
            display: block;
        }

        .c3AU span.title {
            font-weight: 500;
            font-size: 1.25rem;
            text-transform: uppercase;
        }

        .c3AU span.des {
            text-shadow: 1px 1px 0 #da5314;
        }

        .c3AU:hover {
            background: #fd6d2a;
            text-decoration: none;
        }

    @media screen and (max-width: 1400px) {
        .c3AU img {
            right: 0;
        }
    }

    /* Search left menu */
    .searchPanel {
        position: relative;
        line-height: 100%;
        margin-top: -10px;
    }

        .searchPanel input[type=submit] {
            position: absolute;
            left: -10000px;
            top: -10000px;
        }

        .searchPanel input[type=text] {
            padding: 7px 5px 7px 25px !important;
            border: 1px solid #d1d1d1;
            border-right: 0;
            border-left: 0;
            margin: 0;
            padding: 0;
            font-size: 1rem;
        }

        .searchPanel label {
            font-size: 0.85rem;
            font-weight: 500;
            padding-left: 25px;
        }

    .gameContent.searchPage h1 {
        margin-bottom: 15px;
    }

    .gameContent.searchPage .notification {
        margin-bottom: -3px;
    }

a.hasLeaderboard {
    background: #dc0d8a;
    position: absolute;
    left: -2px;
    bottom: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transform: perspective(400px) rotateY(15deg) rotateX(5deg);
    transition: all 300ms ease;
}
.gameCard:hover a.hasLeaderboard {
    transform: perspective(400px) rotateY(0) rotateX(0);
}
a.hasLeaderboard img {
    width: 100%;
    height: 100%;
}