* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    color: white;
}

html {
    font-size: 100.1%; /* ie fix */
}

body {
    line-height:    1.4em;
    font-size:	1em;
    font-family: "Lucida Grande", Helvetica, Arial, FreeSans, sans-serif, "open-serif", open-serif;
    background: #252525 none center top fixed no-repeat;   
}

a {
    text-decoration: none;
}
a:link {
    color: #00baff;
}
a:visited {
    color: #00baff;
}
a:hover, a:focus, a:active {
    color: #fff;
}

.tblue {
    color:  #00baff !important;
}

.wrapper {
    max-width: 100%;
    min-width: 320px;
    width: 100%;
    min-height: 512px;
}

.header {
    width: 100%;
    padding-bottom: 10px;
    border-bottom:  5px solid white;
    border-image: linear-gradient(90deg, rgb(255,255,255), #00baff) 1;
}

.clearl {
    clear: left;
    height: 1px;
}
.clearr {
    clear: right;
    height: 1px;
}
.clearb {
    clear: both;
    height: 1px;
}

p.subtitle {
    margin: 0px;
    padding: 0px;
    font-size:  calc(16px + 2.1vh);
}

p.subtitle > span {
    font-size:  calc(16px + 2.1vh);
}

.header > span {
    height: 97px;
    width: 128px;
    display: block;
    background: url('../images/mini-logo.png') 0 0;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
}
.header div {
    width: calc(100% - 148px);
    min-height: 97px;
    padding-left: 148px;
    padding-top: 0.7rem;
    font-size: calc(16px + 2.8vh);
    line-height: calc(16px + 2.6vh);
}

ul.gamesystems {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 80%;
}

ul.gamesystems li {
    float: left;
    display: inline-block;
/*    border: 1px solid #ccc;*/
    height: 35px;
    line-height: 35px;
    width:  100px;
}

ul.gamesystems li > div {
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    height: 100%;
    vertical-align: middle;
}

ul.gamesystems li > div a {
    display: block;
}
ul.gamesystems li > div:has(a:hover) {
    background-color: #ff7b00; /* #00baff; */
}
ul.gamesystems li > div:has(a:hover) img {
    filter: invert(100%);
}


div#alphabetwrapper > div {
    width: 100%;
}

ul.alphabet {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 80%;
}

ul.alphabet li {
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    margin: 12px;
    margin-left: 0px;
} 

ul.alphabet li > div {
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid white;
}

ul.alphabet li > div a {
    display: block;
}
ul.alphabet li > div:has(a:hover) {
    background-color: #00baff;
    color: white;
}

ul.gameslist {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 80%;
}

ul.gameslist li {
    float: left;
    width: 170px;
    height: 220px;
    display: inline;
    margin: 15px;
    margin-left: 0px;
    padding: 0;
} 

ul.gameslist li > div {
    display: block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

ul.gameslist li > div img {
    border-radius: 5px;
    max-width: 170px;
    max-height: 220px;
}

ul.gameslist li > div a {
    display: block;
}

ul.gameslist li > div:has(a:hover) {

}

ul.gameslist li > div:has(a:hover) img {
    filter: invert(100%);
}

table.articles-table {
    width: 80%;
    margin: 25px auto 0;
}

table.articles-table th {
    text-align: left;
}

table.articles-table thead tr th {
    color: #00baff;
    border-bottom: 1px solid white;
}

table.articles-table tbody tr td {
    color: white;
}


table.articles-table thead tr th:nth-child(2n) {
    padding-left: 8px;
}

table.articles-table tbody tr td:nth-child(2n) {
    padding-left: 8px;
}

col.articles-table-col1 {
    width:  120px;
}

col.articles-table-col2 {
    width:  120px;
}

col.articles-table-col3 {
    width:  200px;
}


@media only screen  and (max-width: 850px) {
    p.subtitle {
        display: none;
    }

    ul.gameslist li {
        width: calc(0.8 * 170px);
        height: calc(0.8 * 220px);
    }

    ul.gameslist li > div img {
        transform: scale(0.8);
    }

    table.articles-table th:nth-child(2), th:nth-child(3) {
        display: none;
    }

    table.articles-table td:nth-child(2), td:nth-child(3) {
        display: none;
    }

    col.articles-table-col2 {
        width: 100%;
    }
}

/*
 *  Article related
 *  
 **/

div#articlecontainer {
    background-color: #ddd;
    border-radius: 5px;
    width: 95%;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    overflow: scroll;
    max-width: 1280px;
}

div#articlecontainer * {
    color: #333;
}

div#articlecontainer div {
    margin: 10px;
}

section.teaser {
    font-style: italic;
    margin-bottom: 0.5em;
}

section.summary {
    border-top: 2px solid #00baff;
    font-weight: bold;
    padding-top: 1em;
}

article.content {  
    padding-bottom: 1em;
}

article.content p {
    margin: initial;
    padding: initial;    
}

article.content span, p {
    font-size: 1em !important;
}

section.critics {
    margin-top: 2em;
    display: table;
    border-spacing: 10px;

}

section.critics aside {
    border-radius: 5px;
    padding: 5px;
    font-size: 0.95em;
    display: table-cell;
    width: 50%;   
    color: white !important;
}

section.critics aside.pos {
    background-color: #6ed10d;
}

section.critics br {
    margin-bottom: 8px;
}

section.critics aside.neg {
    background-color: #f51d41;
}

section.overview {
}

section.overview aside:nth-child(2n) {
    margin-left: 1em;
}   


div.gameinfo {
}

div.gameinfo img {
    padding-right: 8px;
}

div.gameinfo table {
}


div.gameinfo table th, td {
    color: #333;
    text-align: left;
}


section.article-info {
}

p.article-info-title {
    font-size: 2.1em !important;
    line-height: 1.2em !important;
    font-weight: bold;
}

p.article-info-from {
    text-align: right;
    font-style: italic;
    font-size: 0.95em;
}

p.article-info-date {
    text-align: right;
    font-size: 0.95em;
}


section.score {
    width: 300px; 
    margin: 0 auto;
    margin-top: 2em;
}


section.score table {
}


section.score table th, td {
    color: #333;
    text-align: left;
    padding: 5px;
}

section.score table td.score-total {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    border-right: 1px solid #333;
}





