﻿body {
    background: #f9f9f9;
    margin: 0;
    padding: 0;
    color: #333;
}

header.header {
    margin-bottom: 50px;
    background: #fff;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
    border-bottom: 1px solid #f5f5f5;
}

header.header h1 {
    margin: 0;
    border-left: 5px solid #fbbc25;
    padding-left: 10px;
    font-size: 30px;
}

header.header .navigation {
    font-size: 14px;
    margin-top: 8px;
}

header.header .navigation > a {
    margin-left: 5px;
    margin-right: 5px;
}

.btn.btn-download {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    padding: 0;
    background: #fbbc25;
    border: none;
    vertical-align: middle;
    color: #333;
    font-weight: bolder;
    font-size: 1.3em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.introduction img {
    max-height: 220px;
}

.anchors {
    margin: 30px;
}

.anchors > .btn {
    margin-right: 3px;
    margin-bottom: 5px;
    width: 165px;
    border-color: #ffc42d;
    background: none;
    color: #333;
    font-weight: bolder;
}

.anchors > .btn:hover {
    background: #fbbc25;
}

.anchors > .btn > i.glyphicon {
    border-right: 1px solid rgba(51, 51, 51, .3);
    padding-right: 5px;
    margin-right: 5px;
}

.game-panel .game-icon img {
    max-width: 70px;
    max-height: 70px;
}

.game-panel .rating {
    font-size: 16px;
    margin: 10px;
    font-weight: bold;
}

.game-panel .rating i.glyphicon {
    margin-right: 2px;
}

.game-panel .rating .stars {
    color: #fbbc25;
}

.game-panel .actions {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    font-size: 11px;
    padding: 5px 0;
    margin: 10px 0;
}

.game-panel .actions > a {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-transform: uppercase;
}

.game-panel .actions > a .glyphicon {
    color: #fbbc25;
}

.game-panel .disclaimer {
    font-size: .8em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.game-panel .badges > img {
    max-height: 50px;
    margin-right: 10px;
}

article.article {
    position: relative;
    margin-bottom: 50px;
}

article.article .view-counter {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
    color: #555;
}

article.article .article-content {
    word-break: break-word;
}

article.article .conclusion {
    margin: -50px;
    margin-top: 30px;
    background: #333;
    color: #fff;
    padding: 50px;
}

article.article .conclusion .compare {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

article.article .conclusion .scores {
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}

article.article .conclusion .scores .score {
    color: #fbbc25;
    font-style: italic;
}

article.article .conclusion .scores .progress {
    height: 12px;
    border-radius: 0;
}

article.article .conclusion .scores .progress .progress-bar {
    background-color: #fbbc25;
}

article.article .conclusion .average-score > h3 {
    margin-top: 40px;
}

article.article .conclusion .average-score .stars {
    color: #fbbc25;
}

article.article .conclusion .average-score .stars i.glyphicon {
    margin-left: -4px;
}

.badge-awards > h2 {
    margin-bottom: 30px;
    font-size: 1.3em;
}

.badge-awards .badge-icon {
    min-height: 130px;
}

.trending > h2 {
    margin-bottom: 30px;
    font-size: 1.3em;
}

.trending .app {
    margin-bottom: 10px;
}

.trending .app h3 {
    margin-top: 5px;
    font-size: 1.1em;
}

.trending .app > .icon {
    float: left;
    width: 70px;
}

.trending .app > .icon img {
    max-width: 100%;
}

.trending .app > .info {
    float: left;
    margin-left: 10px;
    width: calc(100% - 80px);
}

.trending .app > .info .glyphicon-user {
    margin-right: 5px;
}

.trending .app > .info .glyphicon-star, .trending .app > .info .glyphicon-star-empty {
    color: #fbbc25;
    margin-left: -1px;
}

.card {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 50px;
}

.card.card-nospace {
    padding: 0;
}

.stats ul.nav.nav-tabs > li > a {
    border-radius: 0;
    border: 1px solid #ddd;
    background: #f6f6f6;
}

.stats ul.nav.nav-tabs > li.active > a, .stats ul.nav.nav-tabs > li:hover > a {
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.stats ul.nav.nav-tabs > li:first-child > a {
    border-right: none;
}

.stats .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px 30px;
}

.stats table {
    border-spacing: 0;
    border-collapse: collapse;
}

.stats table tr {
    border-bottom: 1px solid #ebeef1;
    padding: 8px 0;
    width: 100%;
    display: inline-block;
}

.stats table tr td {
    padding: 0;
    border: medium none !important;
    font-size: 12px !important;
    width: 30%;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    width: 49%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:focus, a:hover {
    color: #fbbc25;
}

.block-center {
    margin: 0 auto;
}

footer.footer {
    background: #2d2d2d;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #686868;
}

footer.footer .links > a {
    margin-right: 10px;
    color: inherit;
    text-decoration: underline;
}

footer.footer .links > a:hover {
    color: inherit;
}

.text-sponsor {
    text-align: center;
}

.text-underline {
    text-decoration: underline;
}

.main {
    margin-top: 20px;
}

.gallery {
    display: block;
    white-space: nowrap;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    text-align: center;
}

.gallery > a {
    display: inline-block;
    max-height: 300px;
    margin: 0 1px;
}

.gallery > a > img {
    max-height: 300px;
}

.dev-link {
    display: block;
}

.external-reference h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
}

.external-reference td {
    padding: 5px;
}

.external-reference img {
    height: 70px;
}

.external-reference a {
    color: #6495ed;
}

.img-inline {
    height: 1em;
}

.img-inline.img-inline-big {
    height: 1.5em;
}

.breadcrumb {
    background: none;
}

@media only screen and (max-device-width: 767px) {
    body {
        background: #fff;
    }

    .gallery > a {
        max-height: 190px;
    }

    .gallery > a > img {
        max-height: 190px;
    }

    .card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .introduction .col-md-6:nth-child(2) {
        margin: 20px 15px;
    }

    .mobile-sponsor {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    article.article .conclusion {
        margin: -20px;
        margin-top: 20px;
        padding: 20px;
    }

    .stats ul.nav.nav-tabs > li:first-child > a {
        border-right: 1px solid #ddd;
    }

    .stats .tab-content {
        border-top: 1px solid #ddd;
    }

    .text-sponsor {
        text-align: right;
    }
}