/* Game */

div.game
{
}

div.game h2.gameName
{
    width: 940px;
    margin: 0 auto 10px auto;
    padding-right: 295px;
    display: block;
}

div.game div.forumWishlist
{
    display: inline-block;
    width: 285px;
    padding: 0;
    background-color: transparent;
    vertical-align: middle;
    white-space: nowrap;
}

div.game div.forumWishlist div.forum
{
    display: inline-block;
    width: 150px;
    margin: 0;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    font-weight: bold;
    background: linear-gradient(to bottom, #4d77b0, #346287);
    vertical-align: top;
    border-right: 20px solid transparent;
    border-top: 30px solid #4d77b0;
    height: 0;
    position: relative;
    padding-right: 20px;
}

div.game div.forumWishlist div.forum a,
div.game div.forumWishlist div.wishlist a
{
    position: absolute;
    top: -30px;
    left: 10px;
    right: 0;
    color: white;
    text-decoration: none;
    outline: none;
}

div.game div.forumWishlist div.wishlist
{
    display: inline-block;
    width: 151px;
    box-sizing: border-box;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px -19px;
    border-left: 20px solid transparent;
    border-bottom: 30px solid #5f697a;
    height: 0;
    vertical-align: top;
    position: relative;
}

div.game div.forumWishlist div.wishlist a
{
    color:black !important;
    position: absolute;
    top: 0;
    bottom: -30px;
    left: 0;
    right: 0;
}

div.mainMediaDuo
{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

div.mainMediaDuo div
{
    white-space: normal;
}

div.mainMediaDuo div.mainMediaContainer
{
    width: 655px;
}

div.mainMediaDuo div.gameInfoContainer
{
    width: 285px;
    margin-top: -40px;
}

div.game div.mainMedia
{
    width: 645px;
    height: 330px;
    margin: 0 10px 10px 0;
    vertical-align: top;
    display: inline-block;
    background-color: #454b55;
    position: relative;
}

.hytPlayerWrap {
    position: relative;
    vertical-align: top;
}

.hytPlayerWrap.ended::after {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: 64px 64px, cover;
    background-image: inherit;
    /*background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);*/
}

.hytPlayerWrap.paused::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: 40px 40px, cover;
    background-image: inherit;
}

div.game div.mainMedia .hytPlayerWrap
{
    width: 100%;
    height: 100%;
}

div.game div.mainMedia iframe,
div.game div.mainMedia img
{
    width: 100%;
    height: 100%;
}

div.game div.gameInfo
{
    width: 285px;
    height: 330px;
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    text-align: justify;
}

div.game div.gameInfo > img
{
    width: 285px;
    height: 133px;
    margin-bottom: 5px;
}

div.game div.gameInfo div.introduction
{
    color: white;
    max-height: 130px;
    overflow-y: auto;
}

div.game div.gameInfo div.platformsBuynow
{
    padding-top: 24px;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.game div.gameInfo div.platformsBuynow a
{
    text-decoration: none;
    outline: none;
}

div.game div.gameInfo div.platformsBuynow img
{
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 5px;
}

div.game div.gameInfo div.platformsBuynow img.imgSteamKey {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    margin-right: 5px;
    float: left;
    margin-top: -5px;
}

div.game div.gameInfo div.platformsBuynow div.discountPercent
{
    display: inline-block;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 35px;
    padding: 1px 20px;
    color: black;
    font-weight: bold;
}

div.game div.gameInfo div.platformsBuynow div.originalPrice
{
    color: white;
    text-decoration: line-through;
    position: absolute;
    right: 0;
    bottom: 35px;
}

div.game div.gameInfo div.platformsBuynow a.buynow
{
    vertical-align: middle;
    background-color: #fce003;
    text-decoration: none;
    color: black;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;

}

div.game div.gameInfo div.platformsBuynow a.discontinued
{
    background-color: lightgrey;
    color: #4b4b4b;
}

div.game div.gameInfo div.platformsBuynow a.coming-soon
{
    background-color: white;
    color: black;
}

div.game div.scrollMedia
{
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    background-color: transparent;
    margin-bottom: 10px;
}

div.game div.scrollMedia div.video,
div.game div.scrollMedia div.screen
{
    display: inline-block;
    padding: 7px;
    background-color: #454b55;
    margin: 3px 7px;
}

div.game div.scrollMedia iframe,
div.game div.scrollMedia img
{
    height: 140px;
    width: auto;
    display: inline-block;
}

div.game div.scrollMedia iframe
{
    pointer-events: none;
}

div.game div.productBanners
{
    margin-bottom: 10px;
}

div.game div.productBanners div.productBanner img
{
    width: 940px;
}

div.game div.dlcs
{
    background-color: #e5e9ee;
    /*    padding: 10px 40px;*/
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

div.game div.dlcs h3.dlcsHeader
{
    margin: 0;
    padding: 0px 20px;
    background-color: #5f697a;
    color: #e5e9ee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    position: relative;
    min-height: 30px;
}

div.game div.dlcs h3.dlcsHeader div.dlcsHeaderContainer
{
    text-decoration: none;
    position: absolute;
    left: 20px;
    top: 5px;
    vertical-align: middle;
    display: inline-block

}

div.game div.dlcs h3.dlcsHeader div.dlcsHeaderPriceContainer
{
    text-decoration: none;
    position: absolute;
    right: 0px;
    display: inline-block

}

div.game div.dlcs h3.dlcs
{
    margin: 0;
    padding: 5px 20px;
    background-color: #5f697a;
    color: #e5e9ee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div.game div.dlcs div.dlcsContainer
{
    padding: 10px;
}

div.game div.dlcs div.dlc
{
    border-bottom: solid 1px #bcbfc8;
    padding: 10px;
}

div.game div.dlcs div.dlc:last-child
{
    border-bottom: none;
}

div.game div.dlcs a.dlc
{
    text-decoration: none;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.game div.dlcs div.dlcExcessive
{
    display: none;
}

div.game div.dlcs div.dlc a.dlc > img
{
    width: 171px;
    height: 80px;
    vertical-align: middle;
}


div.game div.dlcs div.dlc div.introduction h4.gameName
{
    margin: 0 0 5px 0;
}

div.game div.dlcs div.dlc div.introduction
{
    width: 380px;
    vertical-align: middle;
}

div.game div.dlcs div.dlc div.platforms
{
    width: 150px;
    vertical-align: middle;
    text-align: center;
}

div.game div.dlcs div.dlc div.buynowButtonPlaceholder
{
    width: 150px;
}

div.game div.dlcs div.dlc div.platforms img
{
    width: 32px;
    height: 32px;
}

div.game div.dlcProduct
{
    position: relative;
}

div.game div.dlc a.buynow
{
    background-color: #fce003;
    text-decoration: none;
    color: black;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    top: 40px;
    right: 40px;
}

div.game div.dlc div.discountPercent
{
    display: inline-block;
    background-color: white;
    position: absolute;
    right: 40px;
    top: 80px;
    padding: 1px 20px;
    color: black;
    font-weight: bold;
}

div.game div.dlc div.originalPrice
{
    color: black;
    text-decoration: line-through;
    position: absolute;
    right: 40px;
    top: 20px;
}


div.game div.moreButton
{
    background-color: #5f697a;
    text-align: center;
    color: white;
    font-size: 0.8em;
    padding: 3px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.game div.moreButton a
{
    color: white;
    text-decoration: none;
    outline: none;
}

div.game div.moreButton a span.hideButton
{
    display: none;
}

div.game div.downloadsTabs
{
    margin-bottom: 20px;
}

div.game div.downloadsTabs a.tabLabel
{
    display: inline-block;
    border-top: solid 1px #5f697a;
    border-left: solid 1px #5f697a;
    border-right: solid 1px #5f697a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
    color: white;
    padding: 7px 10px;
    min-width: 80px;
    text-align: center;
    outline: none;
}

div.game div.downloadsTabs a.tabActive
{
    background-color: #5f697a;
}

div.game div.downloadsTabs a.tabInactive
{
    background-color: transparent;
    display: none; /* TODO: hidden for the HoW, remove after */
}

div.game div.downloadsTabs div.tabContent
{
    background: linear-gradient(to bottom, #5e6878, #4d5665);
    min-height: 100px;
    padding: 10px 40px;
}

div.game div.downloadsTabs a
{
    text-decoration: none;
    color: #e5e9ee;
}

table.downloads
{
    width: 100%;
    color: #e5e9ee;
}

table.downloads th
{
    border-bottom: solid 1px #a6aaaf;
    text-transform: uppercase;
}

table.downloads td
{
    padding: 3px;
}

table.downloads th:first-child,
table.downloads td:first-child
{
    text-align: left;
    padding-left: 100px;
}

table.downloads th:nth-child(2),
table.downloads td:nth-child(2)
{
    text-align: center;
    padding-right: 100px;
}

table.downloads tr.accessDenied a
{
    color: #2b2b2b;
}
table.downloads tr.downloadServers
{
    display: none;
}

table.downloads tr.downloadServers td
{
    padding: 0;
}

table.downloadServers
{
    width: 100%;
    background-color: #1f2227;
    margin-bottom: 10px;
}

table.downloadServers th
{
    border: none;
}

table.downloadServers th,
table.downloadServers td
{
}

table.downloadServers th:first-child,
table.downloadServers td:first-child
{
    text-align: left;
    width: 34%;
    padding: 0;
}

table.downloadServers th:nth-child(2),
table.downloadServers td:nth-child(2)
{
    text-align: center;
    width: 33%;
    padding: 0;
}

table.downloadServers th:last-child,
table.downloadServers td:last-child
{
    text-align: center;
    width: 33%;
    padding: 0;
}

table.downloadServers a.buttonDownload
{
    font-size: 0.7em;
    margin: 0;
}

div.game div.newsTrio
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

div.game div.newsTrio > div
{
    height: 340px;
    display: inline-block;
    border-radius: 5px;
}

div.game div.newsTrio div.gameNews
{
    width: 49%;
    background-color: #586272;
}

div.game div.newsTrio div.gameNews > h3
{
    background-color: #e5e9ee;
    padding: 20px;
    text-align: center;
    color: #547dbf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    font-size: 1.2em;
}

div.game div.newsTrio div.gameNews > h3 i
{
    font-weight: normal;
}

div.game div.newsTrio div.gameNews div.newsArticles
{
    overflow-y: auto;
    height: 276px;
    padding: 10px 30px;
    box-sizing: border-box;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle
{
    border-bottom: solid 1px #e5e9ee;
    padding: 10px 0;
    display: flex;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle:last-child
{
    border-bottom: none;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle a
{
    text-decoration: none;
    display: block;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle img
{
    width: 96px;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle > div
{
    display: inline-block;
    color: #e5e9ee;
    width: 270px;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    font-size: 0.9em;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle span.postedDate
{
    font-weight: bold;
    font-style: italic;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle > div > h4
{
    margin: 0 0 5px 0;
    font-style: italic;
}


div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle > div p
{
    margin-top: 0;
}

div.game div.newsTrio div.forum
{
    width: 24%;
}

div.game div.newsTrio div.gameSpecs
{
    width: 24%;
}

div.game div.newsTrio div.forum
{
    background-color: #5f697a;
    position: relative;
}

div.game div.newsTrio div.forum > h3
{
    background: linear-gradient(to bottom, #4b74ab, #306082);
    padding: 10px;
    text-align: center;
    color: #e5e9ee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    border-bottom: solid 2px #333333;
    text-transform: uppercase;
}

div.game div.newsTrio div.forum div.forumPosts
{
    height: 180px;
    overflow: hidden;
    overflow-y: auto;
    color: #e5e9ee;
    font-size: 0.7em;
    text-align: center;
}

div.game div.newsTrio div.forum div.forumPost
{
    border-top: solid 1px #95999e;
    margin: 10px 5px 10px 5px;
}

div.game div.newsTrio div.forum div.forumPost div.published
{
    margin-top: -7px;
    margin-left: auto;
    margin-right: auto;
    background-color: #5f697a;
    width: 30%;
}

div.game div.newsTrio div.forum div.forumPost a
{
    text-decoration: none;
    color: #e5e9ee;
    outline: none;
}

div.game div.newsTrio div.forum div.forumButtons
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.game div.newsTrio div.forum a.buttonBeta,
div.game div.newsTrio div.forum a.buttonBetaOff,
div.game div.newsTrio div.forum a.buttonTournament,
div.game div.newsTrio div.forum a.buttonTournamentOff,
div.game div.newsTrio div.forum a.buttonManual {
    background-color: #e5e9ee;
    display: block;
    padding: 10px;
    color: #547dbf;
    font-weight: bold;
    text-align: center;
    margin-top: 1px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
}

a.buttonBetaOff,
a.buttonTournamentOff {
    background-color: silver !important;
}
a.buttonELORating {
    width: 37.5% !important;
    display: inline-block !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin-left: -3px !important;
}
a.buttonTournamentHalf {
    width: 44% !important;
    display: inline-block !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
div.game div.newsTrio div.gameSpecs {
    background-color: #e5e9ee;
    color: black;
    text-align: center;
    position: relative;
}

div.game div.newsTrio div.gameSpecs > h3
{
    background: linear-gradient(to bottom, #5b6576, #48505e);
    padding: 20px;
    text-align: center;
    color: #e5e9ee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    font-size: 1.2em;
}

div.game div.newsTrio div.gameSpecs > h3 i
{
    font-weight: normal;
}

div.game div.newsTrio div.gameSpecs label
{
    color: #547dbf;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

div.game div.newsTrio div.gameSpecs span
{
    display: block;
    margin-bottom: 10px;
}

div.game div.newsTrio div.gameSpecs div.specsContainer
{
    height: 190px;
    overflow-y: auto;
}

div.game div.newsTrio div.gameSpecs div.available
{
    background: linear-gradient(to bottom, #5b6576, #48505e);
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 80px;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 10px;
}

div.game div.newsTrio div.gameSpecs div.available label
{
    color: white;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 10px;
}

div.game div.newsTrio div.gameSpecs div.available div.availableInStores img
{
    width: 32px;
}

div.game div.mediaReviews
{
    margin-bottom: 20px;
    width: 1100px;
}

div.game div.mediaReviews h3.mediaReviews
{
    color: #e5e9ee;
    margin: 0 80px;
}

div.game div.mediaReviews h3.mediaReviews i
{
    font-weight: normal;
}

div.game div.mediaReviews > div
{
    background-color: #e5e9ee;
}

div.game div.mediaReviews div.reviewsContainer
{
    position: relative;
}

div.game div.mediaReviews div.review
{
    padding: 30px;
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
}

div.game div.mediaReviews div.review a.reviewer
{
    margin-left: 10px;
    text-decoration: none;
    color: blue;
    font-weight: bold;
    font-size: 0.7em;
}


div.game div.mediaReviews a.prevReview
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 60px;
    box-sizing: border-box;
    padding: 10px;
}

div.game div.mediaReviews a.nextReview
{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 60px;
    box-sizing: border-box;
    padding: 10px;
}

div.game div.gameInfoDuo
{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

div.game div.gameInfoDuo > div
{
    display: inline-block;
}

div.game div.gameInfoDuo div.gameInfoTabs
{
    background-color: #e5e9ee;
    width: 74%;
    height: 500px;
    border-radius: 5px;
}

div.game div.gameInfoDuo div.gameInfoTabsSingle
{
    width: 100%;
}

div.game div.gameInfoDuo div.gameInfoTabs a#tabInfo
{
    border-top-left-radius: 5px;
}

div.game div.gameInfoDuo div.gameInfoTabs div.tabs
{
    border-bottom: solid 1px #7f899a;
}

div.game div.gameInfoDuo div.gameInfoTabs a.tabLabel
{
    display: inline-block;
    border-right: solid 1px #7f899a;
    text-transform: uppercase;
    padding: 15px 15px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

div.game div.gameInfoDuo div.gameInfoTabs a.tabActive
{
    background-color: #4671a3;
    color: white;
}

div.game div.gameInfoDuo div.gameInfoTabs a.tabInactive
{
    color: #5f697a;
}

div.game div.gameInfoDuo div.gameInfoTabs div.tabContent
{
    min-height: 100px;
    padding: 10px 40px;
    overflow: hidden;
    overflow-y: auto;
    height: 420px;
}

div.game div.gameInfoDuo div.gameInfoTabs div#contentInfo
{
    overflow-y: auto;
}

div.game div.gameInfoDuo div.editionInfo
{
    background: #47505d url(../images/edition-bg.png) center center no-repeat;
    background-size: cover;
    width: 24%;
    color: white;
    height: 500px;
    overflow: hidden;
}

div.game div.gameInfoDuo div.editionInfo img.productCoverArt
{
    display: block;
    width: 169px;
    height: 240px;
    margin: 30px auto 0 auto;
}

div.game div.gameInfoDuo div.editionInfo div.editionHighlight
{
    background-color: white;
    width: 169px;
    margin: 0 auto 10px auto;
    padding: 10px;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

div.game div.gameInfoDuo div.editionInfo div.editionHighlight img
{
    display: inline-block;
    width: 32px;
    height: 32px
}

div.game div.gameInfoDuo div.editionInfo div.editionHighlight span
{
    display: inline-block;
    color: black;
    width: 100px;
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 10px;
    text-align: left;
}

div.game div.gameInfoDuo div.editionInfo div.editionDescription
{
    padding: 0 30px;
    font-size: 0.9em;
    text-align: justify;
}

div.game div.gameInfoDuo div.editionInfo div.editionDescription label
{
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
}

div.game div.bundles
{
    border: solid 1px #5f697a;
    border-radius: 5px;
    color: white;
    margin-bottom: 20px;
}

div.game div.bundles > h3
{
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    background: linear-gradient(to bottom, #5b6576, #48505e);
}

div.game div.bundles div.bundleContainer
{
    position: relative;
}

div.game div.bundles a
{
    text-decoration: none;
    color: white;
}

div.game div.bundles div.bundle
{
    margin: 10px 20px;
    padding: 10px;
    background-color: #5f697a;
    position: relative;
    display: flex;
    justify-content: space-between;
}

div.game div.bundles div.bundle > img
{
    width: 171px;
    height: 80px;
    vertical-align: middle;
}

div.game div.bundles div.bundle div.bundleInfo
{
    display: inline-block;
    vertical-align: middle;
    width: 420px;
}

div.game div.bundles div.bundle div.buynowButtonPlaceholder
{
    width: 250px;
}

div.game div.bundles div.bundle div.bundleInfo > h4
{
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

div.game div.bundles div.bundleContainer div.buynow
{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 10px;
}

div.game div.bundles div.bundleContainer span.discountPercent
{
    display: block;
    width: 80px;
    margin-left: auto;
    margin-bottom: 10px;
    border: solid 1px #e5e9ee;
    border-radius: 5px;
    background-color: transparent;
    color: #e5e9ee;
    padding: 0px 30px;
    font-style: italic;
    font-size: 2em;
}

div.game div.bundles div.bundleContainer a.buynow
{
    background-color: #fce003;
    text-decoration: none;
    color: black;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;
}

img.bannerDiscord{
    min-width: 940px;
}

div.productBannerDiscord{
    margin-bottom: 20px;
}

@media only screen and (max-width: 940px)
{
    img.bannerDiscord{
        max-width: 480px !important;
        min-width: 32px;
    }

    div.game h2.gameName
    {
        width: 100%;
        padding: 0 10px;
    }

    div.mainMediaDuo
    {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    div.game div.caption
    {
        display: block;
    }

    div.mainMediaDuo div.mainMediaContainer
    {
        width: 100%;
    }

    div.game div.mainMedia
    {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    div.game div.mainMedia div.hytPlayerWrap
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    div.game div.mainMedia iframe,
    div.game div.mainMedia img
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    div.mainMediaDuo div.gameInfoContainer
    {
        width: 100%;
        margin-top: 0;
    }

    div.game div.forumWishlist
    {
        width: 100%;
        text-align: center;
    }

    div.game div.forumWishlist div.forum
    {
        width: 50%;
    }

    div.game div.forumWishlist div.wishlist
    {
        width: 50%;
    }

    div.game div.gameInfo
    {
        width: 100%;
        height: unset;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    div.game div.gameInfo > img
    {
        width: 100%;
        height: 100%;
        display: inline-block;
        margin-right: 10px;
    }

    div.game div.gameInfo div.introduction
    {
        width: 100%;
        margin-bottom: 10px;
    }

    div.game div.gameInfo div.platformsBuynow
    {
        position: relative;
        width: 100%;
        padding-top: 0;
    }

    div.game div.newsTrio
    {
        flex-wrap: wrap;
    }

    div.game div.newsTrio div.gameNews
    {
        width: 100%;
        margin-bottom: 20px;
    }

    div.game div.newsTrio div.forum
    {
        width: 100%;
        margin-bottom: 20px;
    }

    div.game div.newsTrio div.gameSpecs
    {
        width: 100%;
    }

    div.game div.mediaReviews
    {
        width: 100%;
    }

    div.game div.gameInfoDuo
    {
        flex-wrap: wrap;
    }

    div.game div.gameInfoDuo div.gameInfoTabs
    {
        width: 100%;
        margin-bottom: 20px;
    }

    div.game div.gameInfoDuo div.editionInfo
    {
        width: 100%;
        height: unset;
        padding-bottom: 20px;
    }

    div.game div.dlcs a.dlc
    {
        flex-wrap: wrap;
    }

    div.game div.dlcs div.dlc a.dlc > img
    {
        width: 38%;
        height: 38%;
        margin: 0 0 10px 0;
    }

    div.game div.dlcs div.dlc div.introduction
    {
        width: 58%;
        margin: 0 0 10px 0;
    }

    div.game div.dlcs div.dlc div.platforms
    {
        width: 100%;
        margin-right: 50%;
        text-align: left;
    }

    div.game div.dlcs div.dlc div.buynowButtonPlaceholder
    {
        display: none;
    }

    div.game div.dlc a.buynow {
        bottom: 10px;
        right: 10px;
        top: unset;
        left: unset;
    }

    div.game div.newsTrio div.forum div.forumPosts
    {
        height: unset;
    }

    div.game div.newsTrio div.forum div.forumButtons
    {
        position: relative;
    }

    div.game div.newsTrio div.gameSpecs div.specsContainer
    {
        height: unset;
    }

    div.game div.gameInfoDuo div.gameInfoTabs a.tabLabel
    {
        min-width: 20%;
        box-sizing: border-box;
    }

    div.game div.downloadsTabs div.tabContent
    {
        padding: 10px 0;
    }

    div.game div.downloadsTabs div#contentDownloads table tr th:first-child, div.game div.downloadsTabs div#contentDownloads table tr td:first-child
    {
        padding-left: 10px;
    }

    div.game div.downloadsTabs div#contentDownloads table tr th:last-child, div.game div.downloadsTabs div#contentDownloads table tr td:last-child
    {
        padding-right: 10px;
    }

    div.game div.newsTrio > div
    {
        height: unset;
    }

    div.game div.newsTrio div.gameNews div.newsArticles
    {
        height: unset;
    }

    div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle a
    {
        float: left;
    }

    div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle > div
    {
        width: unset;
        display: block;
    }

    div.game div.bundles div.bundle > img
    {
        width: 38%;
        height: 38%;
        margin: 0 0 90px 0;
    }

    div.game div.bundles div.bundle div.bundleInfo
    {
        width: 58%;
        margin: 0 0 10px 0;
    }

    div.game div.bundles div.bundle div.buynowButtonPlaceholder
    {
        display: none;
    }

    div.game div.bundles div.bundleContainer div.buynow
    {
        top: unset;
        right: unset;
        left: 10px;
        bottom: 10px;
        text-align: center;
    }

    div.game div.bundles div.bundleContainer span.discountPercent
    {
        width: 60px;
        font-size: 1.5em;
    }

}

@media only screen and (max-width: 850px)
{
    div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle
    {
        flex-direction: column;
    }
    a.buttonELORating {
        width: 95.5% !important;
        display: inline-block !important;
        border-radius: 5px !important;
        margin-left: 0 !important;
    }
    a.buttonTournamentHalf {
        width: 95.5% !important;
        display: inline-block !important;
        border-radius: 5px !important;
    }
}

