html {
    margin: 0;
    padding: 0;
    background-color: #ddd;
    text-size-adjust: none;
}

body {
    padding: 0;
    background: #FFF;
    position: relative;
    min-width: 1100px;
    max-width: 1335px;
    margin: 0 auto;
    font-family: tahoma, Liberation Sans, sans-serif;
    font-size: 13px;
    color: #000;
    display: flex;
    flex-direction: column;
}

#pageHeader {
    height: 98px;
    width: 100%;
    position: relative;
}

#pageFooter {
    height: 245px;
    background-color: #ddd;
}

.main {
    display: flex;
    flex: 1;
    border-bottom: 1px solid #AAA;
}

#main {
    flex: 1;
    background: #FFF;
    width: 100%;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding-bottom: 10px;
    z-index: 1;
}

#lside {
    order: -1;
    width: 173px;
    padding-bottom: 10px;
    background-color: #e9e9e9;
    border-right: 1px solid #d1d1d1;
}

#rside {
    width: 241px;
    padding-bottom: 10px;
    background-color: #e9e9e9;
    border-left: 1px solid #d1d1d1;
}


th {
    color: #FFF;
    background-color: #316DBE;
    font-weight: bold;
}

input, select {
    font-size: 13px;
    color: #000;
}

form {
    margin: 0;
}

img {
    border: 0;
}

p {
    text-align: justify;
    margin: 0;
}

a:active, a:link {
    color: #1C58A9;
    text-decoration: none;
}

a:visited {
    color: #7B4473;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.lfloat {
    float: left;
}

div.rfloat {
    float: right;
}

div.clear {
    clear: both;
}

.centeralign {
    text-align: center;
}

.bluetitle {
    background-color: #316DBE;
    padding: 2px 3px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin: 8px 8px 4px 8px;
    border: 1px solid #295CA0;
}

div.main-content {
    padding: 10px;
    position: relative;
    /*max-width: 905px;*/
}

/* header */

div.header {
    background: #2D58CB url('https://static.old-games.ru/img/logo_bg.gif') repeat-x;
    height: 68px;
}

img.arrow-down {
    vertical-align: middle;
    padding-top: 2px;
}

div.headerpanel {
    height: 28px;
    line-height: 28px;
    max-height: 28px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background: -moz-linear-gradient(top, #FFF, #EEE);
    background: -o-linear-gradient(top, #FFF, #EEE);
    background-color: #EEE;
    border-bottom: 1px solid #AAA;
    border-top: 1px solid #AAA;
    /*margin-bottom: 3px;*/
    width: 100%;
}

div.userlogin {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #BABABA;
    padding-left: 5px;
    width: 163px;
    max-width: 163px;
}

div.lang {
    position: absolute;
    top: 10px;
    right: 10px;
}

div.lang img {
    border: 1px solid #AAA;
}

.menupanel {
    margin-left: 80px;
}

#quicksearchform {
    background-color: #FFF;
    margin: 4px 0 4px 0;
    border: 1px solid #AAA;
    height: 18px;
    max-height: 18px;
    line-height: 18px;
}

#quicksearchgame {
    min-height: 16px;
    max-height: 16px;
    width: 158px;
    border: none;
    padding-left: 2px;
    vertical-align: top;
    margin: 0;
}

.advitems {
    padding: 0 !important;
    font-size: 15px;
    margin: 0 5px;
}

#searchblock {
    display: flex;
    padding-right: 5px;
}

.quick-result-links {
    font-size: 11px;
    color: #666;
    font-family: arial, sans-serif;
}

.quick-titles-list {
    font-size: 12px;
    text-decoration: underline;
}

.alt-titles-list {
    font-size: 11px;
    color: gray;
}

.gray-icon {
    color: #D1D1D1;
}

#nav {
    font-weight: bold;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 50px;
    margin-top: 0;
}

ul.pager {
    margin: 0;
    padding: 0;
}

.pager-title {
    padding: 2px;
    width: 70px !important;
    background-color: #EEE;
}

ul.pager li {
    display: inline-block;
    float: left;
    width: 38px;
    text-align: center;
    border-right: 1px solid #EEE;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;

}

ul.pager li a {
    padding: 2px;
    display: block;
    color: #E88A1C;
    text-decoration: none;
}

ul.pager li:hover {
    background-color: #EEE;
}

ul.pager li.page-current {
    padding: 2px 0;
    border-color: #E88A1C;
    background-color: #E88A1C;
    color: #FFFFFF;
    font-weight: bold;
}

li.noborderli {
    border-right: none !important;
}

#nav li {
    display: block;
    border-right: 1px solid #AAA;
    float: left;
    position: relative;
}

#nav li a {
    background: #EEE;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background: -moz-linear-gradient(top, #FFF, #EEE);
    background: -o-linear-gradient(top, #FFF, #EEE);
    color: #444;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

#nav li a:hover {
    color: #AAA;
    text-decoration: underline;
}

#nav ul {
    left: -9999px;
    list-style: none outside none;
    position: absolute;
}

#nav ul li {
    float: none;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA !important;
    z-index: 100;
}

#nav ul li:last-of-type {
    border-bottom: 1px solid #AAA;
}

#nav ul a {
    display: block;
    white-space: nowrap;
}

#nav li:hover ul {
    left: -40px;
}

#nav li:hover > a {
    text-decoration: underline;
}

#nav li:hover ul a {
    text-decoration: none;
}

#nav li:hover ul li a:hover {
    background: #333 !important;
    color: #FFF;
    text-decoration: underline;
}

a.information {
    padding-right: 8px !important;
}

#usermenu {
    font-weight: bold;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}

#usermenu li {
    display: block;
    float: left;
    position: relative;
}

#usermenu li a {
    background: #EEE;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background: -moz-linear-gradient(top, #FFF, #EEE);
    background: -o-linear-gradient(top, #FFF, #EEE);
    color: #444;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

#usermenu li a:hover {
    color: #AAA;
    text-decoration: underline;
}

#usermenu ul {
    left: -9999px;
    list-style: none outside none;
    position: absolute;
}

#usermenu ul li {
    float: none;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA !important;
}

#usermenu ul li:last-of-type {
    border-bottom: 1px solid #AAA;
}

#usermenu ul a {
    display: block;
    white-space: nowrap;
}

#usermenu li:hover ul {
    left: -40px;
}

#usermenu li:hover > a {
    text-decoration: underline;
}

#usermenu li:hover ul a {
    text-decoration: none;
}

#usermenu li:hover ul li a:hover {
    background: #333 !important;
    color: #FFF;
    text-decoration: underline;
}

a.usermenulink {
    padding-right: 5px !important;
    padding-left: 0 !important;
    overflow: hidden;
    max-width: 132px;
}

.pm-notification-block {
    margin-top: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    background-color: #808080;
    border-radius: 2px;
    text-align: center;
}

.pm-notification-block:hover {
    background-color: #444;
}

.pm-notification-link {
    background: none !important;
    color: #FFF !important;
    font-weight: bold;
    padding: 0 !important;
}

.pm-notification-link:hover {
    text-decoration: none !important;
}

.social_block {
    padding: 6px 9px;
    height: 16px;
}

.social_button {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
}

.social_button > a {
    display: block;
    text-decoration: none;
    height: 16px;
}

.social_button:hover {
    background-position: 0 -16px;
}

.social_vk {
    background: url('https://static.old-games.ru/img/g-vk.png');
}

.social_facebook {
    background: url('https://static.old-games.ru/img/g-facebook.png');
}

.social_twitter {
    background: url('https://static.old-games.ru/img/g-twitter.png');
}

.loginpanel {
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    background-color: #EEE;
    height: 22px;
    line-height: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background: -moz-linear-gradient(top, #FFF, #EEE);
    background: -o-linear-gradient(top, #FFF, #EEE);
    border-left: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    border-radius: 0 0 0 10px;
    box-shadow: 0 0 40px #111;
}

.loginlink {
    padding: 0 4px;
    float: left;
    font-size: 11px;
    border-right: 1px solid #AAA;
    text-align: center;
}

.loginbox {
    width: 250px;
    margin: 0 auto;
}

.loginbox label {
    display: block;
}

.loginbox input[type=text] {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
    border: 1px solid #AAA;
}

.loginbox input[type=password] {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
    border: 1px solid #AAA;
}

.loginbox input[type=checkbox] {
    margin-left: 0;
}

.loginbox a {
    text-decoration: underline;
}

.loginbox a:hover {
    color: #444;
}

/* end header */

.intro-text {
    margin-bottom: 15px;
}

.news-title {
    font-size: 15px;
    margin-bottom: 0;
}

.news-text {
    font-size: 13px;
    text-align: justify;
    margin: 0 !important;
    padding: 0 !important;
}

.news-element {
    padding-bottom: 15px;
}

.news-element h1 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.news-date {
    margin-bottom: 10px;
    font-size: 11px;
    color: #666;
    font-weight: normal;
}

.news-image {
    width: 260px;
    border: 1px solid rgb(170, 170, 170);
    float: right;
    margin: 3px 0 15px 15px;
}

.imageWrapper {
    width: 260px;
    border: 1px solid rgb(170, 170, 170);
    float: right;
    margin: 0 0 15px 15px;
    position: relative;
}

.imageWrapper img:first-child {
    width: 260px;
    position: relative;
    z-index: 1;
}

.imageWrapper img:nth-child(2) {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    top: 5px;
    right: 5px;
}

a.news-more:hover {
    text-decoration: none;
}

a.news-videos {
    display: block;
}

.news-more {
    margin-top: 8px;
    font-size: 12px;
    background-color: #E5E5E5;
    display: inline-block;
    padding: 4px 6px;
    font-weight: 700;
}

.left {
    margin: 10px 8px;
}

div.right {
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

a.whitelinkclicked {
    color: #FFF !important;
    text-decoration: none;
}

div.left > table {
    background-color: #DDD;
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
    text-align: center;
}

div.left > table td {
    background-color: #FFF;
    color: #E88A1C;
}

div.left > table td:hover {
    background-color: #C1F1FF;
}

div.left > table td > a {
    color: #E88A1C;
    text-decoration: none;
    padding: 3px;
    display: block;
}

div.left > table td > a:hover {
    color: #E88A1C;
    text-decoration: underline;
}

ul.leftlist {
    padding: 0;
    margin: 0;
    line-height: 15px;
    list-style: none;
}

ul.leftlist li {
    border: 1px solid #DDD;
    background-color: #FFF;
}

ul.leftlist li:hover {
    background-color: #C1F1FF;
}

ul.leftlist li > a {
    color: #E88A1C;
    text-decoration: none;
    padding: 4px 2px 4px 4px;
    display: block;
}

ul.leftlist li > a:hover {
    color: #E88A1C;
    text-decoration: underline;
}

div.bluetitleback {
    background-color: #1C58A9;
    margin: 0 3px 3px;
    padding: 1px;
}

div#random_screen_game {
    float: left;
    text-align: left;
    min-height: 194px;
    width: 190px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.random-screen-info {
    padding-bottom: 3px;
}

.random-screen-image {
    height: 140px;
    background-color: #000;
    width: 180px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.random-next-screen {
    width: 24px;
    float: right;
    position: relative;
    top: 92px;
    margin-right: 10px;
}

/* game page */

div.infobox {
    float: left;
    width: 180px;
    margin-right: 9px;
}

.gameinfo {
    border-spacing: 0;
    border: none;
    margin-top: 8px;
    border-collapse: collapse;
}

.gameinfo td {
    border: none;
    padding: 0;
}

.game-cover {
    width: 130px;
    vertical-align: top;
}

div.sharebox {
    margin: 8px 0;
    text-align: center;
}

.share_element {
    margin-left: 30px;
    display: inline-block;
}

div.techinfo {
    border: 2px solid #EDEDED;
    margin: 2px;
    padding: 5px 5px 5px 15px;
}

/*  ------- */

.tiptext {
    margin: 0 9px;
    color: #111;
    font-size: 11px;
    word-break: break-word;
}

hr.lightgrayline {
    height: 1px;
    background-color: #EEE;
    color: #EEE;
    border-width: 0;
}

hr.grayline {
    height: 1px;
    background-color: #DDD;
    color: #DDD;
    border-width: 0;
}

hr.darkgrayline {
    height: 1px;
    background-color: #CCC;
    color: #CCC;
    border-width: 0;
}

div.newstitle {
    font-size: 13px;
}

div.showmore {
    font-size: 11px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 64px;
}

div.showmore > a {
    background-color: #D1D1D1;
    color: #1C58A9;
    display: block;
    padding: 3px 8px;
    text-decoration: none;
}

div.showmore > a:hover {
    text-decoration: none;
}

.error_send {
    width: 440px;
    margin: 20px auto 0;
    line-height: normal;
}

.error_send td {
    vertical-align: middle;
}

.error_send .td1, .error_send .td3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4px;
}

.error_send .tarea1 {
    border: 1px solid #A5ACB2;
    background: #FFF;
    width: 440px;
    height: 150px;
    padding: 2px 2px 3px 3px;
    font-size: 13px;
    margin-bottom: 13px;
}

#error-overlay {
    background-color: #000;
    cursor: wait;
}

#error-container {
    width: 500px;
    background-color: #FFF;
    border: 3px solid #CCC;
}

a.modalCloseImg {
    background: url("https://static.old-games.ru/img/x.png") no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -18px;
    cursor: pointer;
}

.listtable tr:hover {
    background: #FFFEB8;
}

li.thumb {
    list-style: none;
    width: 160px;
    min-height: 202px;
    max-height: 202px;
    border: 1px solid #000;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    zoom: 1;
    *display: inline;
    _height: 202px;
}

.faqorangetitle {
    color: #E88A1C;
    font-size: 14px;
    font-weight: bold;
}

.orangetitle {
    font-weight: bold;
    font-size: 16px;
    color: #E88A1C;
    text-align: center;
    margin: 20px 0;
}

ol.questionlist {
    color: #1C58A9;
    font-weight: bold;
    margin: 20px 40px;
    padding: 0;
}

ol.questionlist li {
    margin: 5px 0;
}

div.faqquestion {
    font-weight: bold;
    margin: 5px 30px;
    padding: 0;
    list-style: none;
}

.answerlist {
    margin: 0 15px;
    padding: 0;
    list-style: none;
}

.utiltitle {
    color: #1C58A9;
    font-size: 14px;
    font-weight: bold;
}

#utilmenu {
    margin: 5px;
    padding: 5px;
    background: #EEE;
    border: 1px solid #000;
    text-align: center;
    list-style: none;
}

#utilmenu li {
    display: -moz-inline-box;
    display: inline-block;
    margin: 0 3px 3px;
    background: #F5F5F5;
    border: 1px solid #CCC;
}

#utilmenu li a {
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 5px 15px;
    text-decoration: none;
    color: #434343;
    vertical-align: bottom;
}

#utilmenu li:hover {
    border-color: #AAA;
}

#utilmenu li a:hover {
    color: #E88A1C;
}

a.currentutil {
    font-weight: bold;
    color: #000000;
}

div.stats {
    display: inline;
    height: 0;
    left: -1000px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -1000px;
    visibility: hidden;
    width: 0;
}

.rating_on {
    background-color: #1C58A9;
}

.rating_off {
    background-color: #C0C0C0;
}

.orangelink:link {
    color: #E88A1C;
    text-decoration: none;
}

.orangelink:visited {
    color: #E88A1C;
    text-decoration: none;
}

.orangelink:hover {
    color: #E88A1C;
    text-decoration: underline;
}

.whitelink:link {
    color: #FFF;
    text-decoration: underline;
}

.whitelink:visited {
    color: #FFF;
    text-decoration: underline;
}

.whitelink:hover {
    color: #DDD;
    text-decoration: underline;
}

.darkgraytext {
    color: #444;
}

a.gamelink {
    color: #FF0000;
    font-weight: bold;
}

.bggray {
    background-color: #CCC
}

.bglitegray {
    background-color: #EEE;
}

.bgblue {
    background-color: #1C58A9;
}

.bgwhite {
    background-color: #FFF;
}

.question {
    background-color: #9999FF;
    color: #FFF;
}

.bgstripe1 {
    background-color: #FFF;
}

.bgstripe2 {
    background-color: #F5F5F5;
}

.title {
    color: #1C58A9;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2px;
}

.head {
    color: #316DBE;
    font-weight: bold;
    margin: 2px 0;
}

.middlesmall {
    font-size: 12px;
}

.small {
    font-size: 11px;
}

.smallarticle {
    line-height: 17px;
}

.smallarticle img {
    max-width: 100%;
}

.red {
    color: #DD3C3C;
}

.button {
    color: #E88A1C;
    background-color: #FFF;
}

.button_clicked {
    color: #FFF !important;
    background-color: #E88A1C !important;
    font-weight: bold;
}

.catalog_header {
    color: #FFF;
    background-color: #316DBE;
    font-weight: bold;
    text-align: left;
}

.hide {
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    visibility: hidden;
}

.commentarrow-next-horizontal {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('https://static.old-games.ru/img/comment_next.png') no-repeat 0 0;
}

.commentarrow-next-horizontal:hover {
    background-position: -32px 0;
}

.commentarrow-next-horizontal:active {
    background-position: -64px 0;
}

.commentarrow-next-disabled-horizontal,
.commentarrow-next-disabled-horizontal:hover,
.commentarrow-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.commentarrow-prev-horizontal {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('https://static.old-games.ru/img/comment_prev.png') no-repeat 0 0;
}

.commentarrow-prev-horizontal:hover {
    background-position: -32px 0;
}

.commentarrow-prev-horizontal:active {
    background-position: -64px 0;
}

.commentarrow-prev-disabled-horizontal,
.commentarrow-prev-disabled-horizontal:hover,
.commentarrow-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#easyTooltip {
    padding: 5px 10px;
    border: 1px solid #333;
    background: #F7F5D1;
    font-size: 11px;
}

ul.tabs {
    height: 37px;
    line-height: 34px;
    list-style: none outside none;
    margin: 0 !important;
    padding-left: 140px;
}

.tabs li {
    cursor: pointer;
    display: inline;
    float: left;
    position: relative;
    text-align: center;
    color: #666 !important;
}

.tabs li.current, .tabs li.current:hover {
    background: #316DBE url('https://static.old-games.ru/img/active-tab.png') no-repeat center bottom;
}

.tabs li.current > a {
    color: #FFF;
    padding: 0 8px 3px;
}

.tabs li > a {
    display: block;
    padding: 0 8px 2px;
    text-decoration: none;
    color: #666;
}

@media (max-width: 1200px) {
    .tabs li.current > a {
        padding: 0 5px 3px;
    }

    .tabs li > a {
        font-size: 12px;
        padding: 0 5px 2px;
    }
}

.tabs li > a:hover {
    text-decoration: none;
}

.tabs li:hover {
    background-color: #d9d9d9;
}

.game_title {
    margin: 0;
    text-align: left;
    color: #1C58A9;
    font-size: 17px;
    font-weight: bold;
}

.game_alt_names {
    color: #888;
}

.game_tabs {
    height: 37px;
    background-color: #e5e5e5;
}

.game_recommended {
    font-weight: bold;
    white-space: nowrap;
}

.game_content_container {
    padding-top: 8px;
}

.game_content_area {
    padding-left: 10px;
}

.game_content_table {
    width: 100%;
    border-spacing: 0;
}

.game_content_table td {
    vertical-align: top;
    padding: 3px 0;
}

.game_description_col {
    width: 130px;
    max-width: 130px;
    text-align: left;
}

.game_description_col_text {
    font-size: 12px;
    font-weight: bold;
    color: #444;
}

.game_main_left {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    width: 130px;
    max-width: 130px;
    min-width: 130px;
    text-align: left;
    padding-bottom: 10px;
}

.game_small_screens {
    padding-bottom: 5px;
    padding-top: 2px;
}

.game_small_screens img {
    padding-bottom: 5px;
}

.game_main_container {
    display: flex;
    flex-direction: column;
}

.game_main_row {
    display: flex;
    flex: 1;
}

#reviewtext {
    margin: 0;
    text-align: justify;
    padding-right: 5px;
}

.game_review_text {
    height: 335px;
    overflow: hidden;
}

.game_review_button {
    display: none;
    border-top: 1px solid #E5E5E5;
    margin-bottom: 5px;
}

.game_review_button > a {
    text-decoration: none;
    font-size: 12px;
    background-color: #E5E5E5;
    display: inline-block;
    padding: 4px 6px;
    font-weight: 700;
    color: #606060;

}

.game_gradient_container {
    position: relative;
    display: none;
}

.game_review_gradient {
    display: block;
    position: absolute;
    width: 100%;
    top: -20px;
    background: url('https://static.old-games.ru/img/grad-white1.png') repeat-x center bottom transparent;
    height: 20px;
}

.game_review_author {
    padding: 10px 0;
}

.game_newcomment_container {
    padding: 10px;
    background-color: #EEE;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
}

#vote-comment {
    padding-top: 15px;
    font-weight: normal;
}

.game_user_rating_area {
    padding: 5px 0;
}

.game_newcomment_area {
    padding-right: 10px;
}

.game_newcomment_textarea {
    width: 100%;
    font-size: 12px;
}

.game_newcomment_submit {
    padding-top: 5px;
}

.game_newcomment_submit > input {
    background-color: #1C58A9;
    border: 1px solid #444;
    font-weight: bold;
    color: #FFF;
}

.game_info_cover {
    width: 120px;
    border: 1px solid #EEE;
}

.game_comments_container {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
}

.comments {
    display: flex;
    flex: 1;
}

.game_downloads_container {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
}

.download_row {
    display: flex;
    flex: 1;
}

.download_info {
    padding-right: 10px;
    text-align: right;
    width: 120px;
    min-width: 120px;
    font-size: 12px;
    font-weight: bold;
    color: #444;
}

.game_comments_pager {
    position: relative;
    left: -10px;
    width: 140px;
    color: #888;
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
}

.game_comments_pager span {
    position: relative;
    top: -12px;
}

.game_comments_title {
    color: #888;
    font-weight: bold;
    font-size: 14px;
    height: 32px;
    line-height: 28px;
}

.game_comments_row {
    font-size: 13px;
    min-width: 130px;
    width: 130px;
    max-width: 130px;
    padding-bottom: 5px;
    padding-top: 5px;
    word-break: break-word;
}

.game_comments_text {
    padding-bottom: 5px;
    padding-top: 5px;
}

.game_comments_text blockquote {
    padding: 5px 10px;
    margin: 5px 10px;
    border-left: 1px solid #555;
    background-color: #EEE;
    color: #444;
}

.game_comments_text blockquote > div {
    font-weight: bold;
}

.game_comments_unregistred {
    padding: 10px 0;
    color: #444;
    text-align: center;
}

.mceSmilie {
    height: 16px;
    vertical-align: middle;
}

.game-files-content {
    padding: 10px 10px 0 10px;
    position: relative;
}

.game_techinfo_container {
    padding: 10px;
    background-color: #EEE;
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #BBB;
}

ul.gamescreens {
    padding: 0;
    margin: 0;
}

li.game_screen {
    list-style: none;
    width: 176px;
    min-height: 170px;
    max-height: 170px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0;
    zoom: 1;
    *display: inline;
    _height: 170px;
    text-align: left;
    background-color: #DDD;
}

.game_infotable_wrapper {
    padding: 8px;
    margin: 0 130px 10px;
}

.game_infotable_wrapper.platform {
    background-color: #dce8f9;
    width: 70%;
    max-width: 750px;
}

.game_infotable_wrapper.gog {
    max-width: 800px;
    background: #f8e5ff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #f8e5ff 0%, #e4c7f9 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f8e5ff), color-stop(100%, #e4c7f9)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #f8e5ff 0%, #e4c7f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #f8e5ff 0%, #e4c7f9 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #f8e5ff 0%, #e4c7f9 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #f8e5ff 0%, #e4c7f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8e5ff', endColorstr='#e4c7f9', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: #391B44;
    width: 75%;
}

li.game_screen:hover {
    background-color: #CCC;
}

li.game_screen > a {
    color: #000;
    text-decoration: none;
}

li.game_screen > a:hover {
    text-decoration: none;
}

.game_screen_container {
    width: 160px;
    height: 155px;
    padding: 8px;
}

.screen_add {
    cursor: pointer;
}

.screen_add_img {
    margin: 28px 0;
    width: 160px;
    text-align: center;
}

.screen_add_text {
    text-align: center;
    color: #7F7F7F;
}

.screen_img_container {
    margin-bottom: 5px;
    max-height: 120px;
    overflow: hidden;
    text-align: center;
}

.screen_author {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
}

.screen_comment {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    cursor: help;
    color: #666;
}

ul.gamevideos {
    padding: 0;
    margin: 0;
}

li.video_screen {
    list-style: none;
    width: 176px;
    min-height: 182px;
    max-height: 182px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0;
    zoom: 1;
    *display: inline;
    _height: 182px;
    text-align: left;
    background-color: #000;
    color: #FFF;
}

li.video_screen:hover {
    background-color: #444;
}

li.video_screen > a {
    color: #FFF;
    text-decoration: none;
}

li.video_screen > a:hover {
    text-decoration: none;
}

.game_video_container {
    width: 160px;
    height: 167px;
    padding: 8px;
    color: #FFF;
}

.video_add {
    cursor: pointer;
}

.video_add_img {
    margin: 28px 0;
    width: 160px;
    text-align: center;
}

.video_add_text {
    text-align: center;
}

.video_img_container {
    margin-bottom: 5px;
    text-align: center;
}

.video_author {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.video_author > a {
    color: #E88A1C;
}

.video_author > a:hover {
    text-decoration: underline;
}

.video_comment {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    cursor: help;
}

.staff-detect {
    color: #FF0000;
}

.modal-container {
    font-family: tahoma, Liberation Sans, sans-serif;
}

.upload-notice > a {
    color: #1C58A9 !important;
}

.thumb-container {
    max-height: 338px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
}

.review-screenimg {
    padding-bottom: 4px;
    display: table;
}

h2.upload {
    color: #316DBE;
    margin: 10px 0 5px;
}

div.review-screen-image {
    background-color: #EEE;
    display: table-cell;
    height: 100px;
    overflow: hidden;
    vertical-align: middle;
    width: 120px;
    padding: 5px 0;
}

div.upload_gameinfo {
    color: #444;
    padding-left: 10px;
    padding-bottom: 10px;
}

div.screen-send {
    background-color: #EEE;
    color: #444;
    font-size: 12px;
    padding: 10px;
}

div.screen-send-button {
    float: right;
}

div.screen-send-button input {
    border: none;
    background-color: #DDD;
    color: #316DBE;
    font-weight: bold;
    display: none;
    cursor: pointer;
    padding: 3px 8px;
}

div.screen-send-button input:hover {
    background-color: #CCC;
}

div.upload-notice {
    float: left;
}

.screen_add_button {
    padding: 10px;
}

.upload_button {
    margin-right: 10px;
}

.upload_block {
    margin: 5px 10px;
    padding: 10px;
    background-color: #DDD;
}

.upload-video-block {
    padding: 10px;
    display: none;
}

.upload-video-block input[type=text] {
    width: 100%;
}

.buttons {
    border-spacing: 0;
    padding: 10px;
}

.screen_choose td {
    padding: 0;
}

a.most_liked_game {
    color: #444;
    display: inline-block;
    text-decoration: none;
    line-height: 34px;
}

a.most_liked_game:hover {
    text-decoration: none;
    color: #6d6d6d;
}

a.most_liked_game img {
    vertical-align: middle;
}

.user-chracteristics {
    display: block;
    padding: 0;
    list-style-position: outside;
}

.user-avatar {
    margin: 0 6px 0 0;
    background-color: #DBDBDB;
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}

.user-avatar a {
    display: table;
    width: 100px;
    height: 100px;
    border-collapse: collapse;
}

.user-avatar div {
    display: table-cell;
    vertical-align: middle;
}

.user-avatar img {
    vertical-align: middle;
}

.user-chracteristic {
    margin: 8px 3px 8px 8px;
    background-color: #EEE;
    width: 86px;
    height: 86px;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    font-size: 12px;
    color: #7f7f7f;
    text-align: center;
    line-height: 36px;
}

.contributiontable {
    border-collapse: separate;
    border-spacing: 0 3px;
}

.contributiontable tr {
    background-color: #EEE;
}

.contributiontable tr:hover {
    background-color: #DDD;
}

.contributiontable td {
    color: #7f7f7f;
    border-left: 1px solid #BBB;
    padding: 0 8px;
    text-align: center;
    height: 28px;
}

td.user-contribution {
    border-left: none;
}

tr.contributiontable-header {
    background: none;
}

tr.contributiontable-header:hover {
    background: none;
}

.contributiontable th {
    background: none;
    color: #7f7f7f;
    font-weight: normal;
    padding: 3px;
}

td.gametitle {
    text-align: left;
}

.gameyear {
    white-space: nowrap;
}

.user-info {
    font-size: 19px;
}

.user-stats {
    padding: 0;
}

li.user-stat {
    display: inline-block;
    list-style: none outside none;
    margin: 0 10px 14px 0;
    vertical-align: top;
    text-align: center;
    width: 155px;
    height: 155px;
    background: #DDD;
    color: #7f7f7f;
}

li.user-stat:hover {
    background-color: #CCC;
}

li.user-nostat {
    background: #EEE;
}

li.user-nostat:hover {
    background-color: #EEE;
}

li.user-stat a {
    display: block;
    height: 155px;
    color: #7f7f7f;

}

li.user-stat a:hover {
    text-decoration: none;
}

.icon {
    vertical-align: middle;
    height: 85px;
    font-size: 18px;
    padding-top: 26px;
}

.icon img {
    vertical-align: middle;
}

a.stat-bookmark-button {
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    line-height: 24px;
}

a.stat-bookmark-button:hover {
    text-decoration: none;
    color: #6d6d6d;
}

a.stat-bookmark-button img {
    vertical-align: middle;
}

.nickname {
    color: #1C58A9;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 3px;
    text-align: left;
}

.breadcrumb {
    background-color: #f3f3f3;
    height: 19px;
    padding-left: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb img {
    vertical-align: middle;
}

.active-link {
    color: #DD3C3C;
}

.rating-box {
    color: #828282;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.counters {
    margin: 10px 8px;
}

.ya-share {
    position: absolute;
    right: 0;
    top: 10px;
}

#releaseinfo {
    border-spacing: 0;
}

#releaseinfo td {
    padding: 0 10px 6px 0;
    vertical-align: top;
}

.game-gray-box {
    background-color: #F3F3F3;
    color: #828282;
    display: inline-block;
    margin: 0 15px 8px 0;
    padding: 5px 7px;

}

ul.game-groups {
    padding: 5px 0;
    margin: 0;
}

.game-groups li {
    background: none repeat scroll 0 0 #F3F3F3;
    color: #828282;
    display: inline-block;
    margin: 0 5px 8px 0;
    padding: 5px 7px;
    vertical-align: top;
}

.game-groups li:hover {
    background: none repeat scroll 0 0 #E5E5E5;
}

.game-groups li a {
    color: #828282;
    font-weight: bold;
}

.game-actions {
    cursor: pointer;
    background-color: #D0D0D0;
    color: #666;
    display: table-cell;
    height: 24px;
    line-height: 24px;
    margin: 6px 7px 0 10px;
    padding: 0 5px;
    vertical-align: middle;
    width: 110px;
    font-size: 12px;
}

.game-actions img {
    vertical-align: middle;
    float: right;
    margin-top: 4px;
}

.game-actions-droplist {
    position: absolute;
    background-color: #eee;
    margin-left: 10px;
    margin-top: 30px;
    z-index: 110;
    border: 1px solid #bbb;
    color: #444;
    padding: 3px;
    display: none;
    font-size: 12px;
}

.game-actions-droplist ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.game-actions-droplist ul li > a {
    padding: 3px;
    display: block;
    color: #444;
    height: 14px;
    line-height: 14px;
}

.game-actions-droplist ul li > a:hover {
    text-decoration: none;
    background-color: #CCC;
}

.game-actions-droplist ul li img {
    vertical-align: middle;
    padding-right: 6px;
    padding-bottom: 2px;
}

.active-bookmark {
    background-color: #CCC;
}

.bookmark-icon-block {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

ul.bookmark-icon-list {
    margin: 0;
    padding: 0;
}

ul.bookmark-icon-list li {
    display: inline-block;
    float: left;
    text-align: center;
}

.bookmark-icon-count {
    font-size: 12px;
    color: #CCC;
}

.bookmark-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin: 0 2px;
    background-position: 0 -25px;
    background-color: #FFF !important;
}

.bookmark-icon:hover {
    background-position: 0 0;
    cursor: pointer;
}

.bookmark-icon-active {
    background-position: 0 25px;
}

.bookmark-icon-active:hover {
    background-position: 0 25px;
}

.close-button {
    width: 16px;
    height: 16px;
    background: url('jqueryui/images/ui-icons_222222_256x240.png') no-repeat no-repeat -96px -128px;
    display: inline-block;
}

a.close-button:hover {
    text-decoration: none;
}

.add-properties-list {
    padding: 10px;
    margin: 10px;
    background-color: #DDD;
}

.added-property-title {
    padding-top: 10px;
}

.added-property-desc {
    color: #4D4D4D;
}

.del-property-img {
    vertical-align: top;
    padding-top: 5px;
    padding-left: 5px;
    cursor: pointer;
}

.propertyvalues {
    margin-bottom: 10px;
}

ul.properties {
    padding: 5px 0;
    margin: 0;
    text-align: center;
}

.properties li {
    list-style: none;
    background: none repeat scroll 0 0 #F3F3F3;
    color: #828282;
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: top;
}

.properties li:hover {
    background-color: #d9d9d9;
}

.properties li a {
    color: #666;
    display: block;
    text-decoration: none;
    padding: 5px 7px;
}

.properties li.current, .properties li.current:hover {
    background: #316DBE;
}

.properties li.current a {
    color: #FFF;
}

.property-desc {
    color: #444;
    padding: 10px 0;
    text-align: center;
}

.video-tabs {
    height: 37px;
    background-color: #eee;
}

.result-container {
    padding: 10px;
}

.properties-intro {
    text-align: center;
    color: #444;
    font-size: 16px;
}

.video-ownTitle {
    padding-bottom: 10px;
    display: none;
}

.tooltip-style {
    border-width: 1px !important;
}

.property-button {
    background: #EEE url('https://static.old-games.ru/img/active-tab.png') no-repeat center bottom;
    color: #444;
    text-align: center;
    /*width: 100%;*/
    height: 40px;
    line-height: 40px;
    min-width: 507px;
}

.property-button:hover {
    background-color: #DDD;
    cursor: pointer;
}

.add-ajax-property-container {
    width: 450px;
    padding: 10px;
    margin: 10px 0;
    background-color: #EEE;
}

.gamefiles-line {
    width: 100%;
    border-collapse: collapse;
}

.gamefiles-line tr {
    border-bottom: 10px solid #fff;
}

.gamefiles-left {
    align-self: center;
    background: url('https://static.old-games.ru/img/active-tab-horizontal.png') 100% 50% no-repeat;
}

.gamefiles-info {
    display: flex;
    flex: 1;
}

.gamefiles-right {
    background: #e5e5e5;
    padding: 10px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
}

.gamefiles-description {
    width: 100%;
}

.gamefiles-user {
    text-align: right;
    align-self: center;
    width: 100%;
}

.gamefiles-download {
    font-weight: bold;
}

.youtube-container {
    display: inline-block;
    position: relative;
    width: 560px;
    height: 315px;
    background-color: black;
    text-align: center;
}

.bbCodeQuote .youtube-container {
    max-height: 150px;
    max-width: 200px;
}

.youtube-container img {
    max-height: 100% !important;
    max-width: 100% !important;
}

.youtube-container .youtube-title {
    color: #ccc;
    font-size: 13px;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: 10px;
    position: absolute;
    text-align: left;
    left: 0;
    top: 0;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

.youtube-container .youtube-title:hover, .youtube-container .youtube-title:focus {
    color: white;
    text-decoration: underline;
    background: black !important;
    background: rgba(0, 0, 0, 0.5) !important;
    box-shadow: none !important;
}

.youtube-play {
    background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik04NC4xNSAyNi40djYuMzVjMCAyLjgzMy0wLjE1IDUuOTY3LTAuNDUgOS40IC0wLjEzMyAxLjctMC4yNjcgMy4xMTctMC40IDQuMjVsLTAuMTUgMC45NWMtMC4xNjcgMC43NjctMC4zNjcgMS41MTctMC42IDIuMjUgLTAuNjY3IDIuMzY3LTEuNTMzIDQuMDgzLTIuNiA1LjE1IC0xLjM2NyAxLjQtMi45NjcgMi4zODMtNC44IDIuOTUgLTAuNjMzIDAuMi0xLjMxNiAwLjMzMy0yLjA1IDAuNCAtMC43NjcgMC4xLTEuMyAwLjE2Ny0xLjYgMC4yIC00LjkgMC4zNjctMTEuMjgzIDAuNjE3LTE5LjE1IDAuNzUgLTIuNDM0IDAuMDM0LTQuODgzIDAuMDY3LTcuMzUgMC4xaC0yLjk1QzM4LjQxNyA1OS4xMTcgMzQuNSA1OS4wNjcgMzAuMyA1OWMtOC40MzMtMC4xNjctMTQuMDUtMC4zODMtMTYuODUtMC42NSAtMC4wNjctMC4wMzMtMC42NjctMC4xMTctMS44LTAuMjUgLTAuOS0wLjEzMy0xLjY4My0wLjI4My0yLjM1LTAuNDUgLTIuMDY2LTAuNTMzLTMuNzgzLTEuNS01LjE1LTIuOSAtMS4wMzMtMS4wNjctMS45LTIuNzgzLTIuNi01LjE1QzEuMzE3IDQ4Ljg2NyAxLjEzMyA0OC4xMTcgMSA0Ny4zNUwwLjggNDYuNGMtMC4xMzMtMS4xMzMtMC4yNjctMi41NS0wLjQtNC4yNUMwLjEzMyAzOC43MTcgMCAzNS41ODMgMCAzMi43NVYyNi40YzAtMi44MzMgMC4xMzMtNS45NSAwLjQtOS4zNWwwLjQtNC4yNWMwLjE2Ny0wLjk2NiAwLjQxNy0yLjA1IDAuNzUtMy4yNSAwLjctMi4zMzMgMS41NjctNC4wMzMgMi42LTUuMSAxLjM2Ny0xLjQzNCAyLjk2Ny0yLjQzNCA0LjgtMyAwLjYzMy0wLjE2NyAxLjMzMy0wLjMgMi4xLTAuNCAwLjQtMC4wNjYgMC45MTctMC4xMzMgMS41NS0wLjIgNC45LTAuMzMzIDExLjI4My0wLjU2NyAxOS4xNS0wLjdDMzUuNjUgMC4wNSAzOS4wODMgMCA0Mi4wNSAwTDQ1IDAuMDVjMi40NjcgMCA0LjkzMyAwLjAzNCA3LjQgMC4xIDcuODMzIDAuMTMzIDE0LjIgMC4zNjcgMTkuMSAwLjcgMC4zIDAuMDMzIDAuODMzIDAuMSAxLjYgMC4yIDAuNzMzIDAuMSAxLjQxNyAwLjIzMyAyLjA1IDAuNCAxLjgzMyAwLjU2NiAzLjQzNCAxLjU2NiA0LjggMyAxLjA2NiAxLjA2NiAxLjkzMyAyLjc2NyAyLjYgNS4xIDAuMzY3IDEuMiAwLjYxNyAyLjI4NCAwLjc1IDMuMjVsMC40IDQuMjVDODQgMjAuNDUgODQuMTUgMjMuNTY3IDg0LjE1IDI2LjR6TTMzLjMgNDEuNEw1NiAyOS42IDMzLjMgMTcuNzVWNDEuNHoiIGZpbGw9IiMxRjFGMUYiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBvbHlnb24gcG9pbnRzPSIzMy4zIDQxLjQgMzMuMyAxNy43NSA1NiAyOS42IiBmaWxsPSIjRkZGRkZGIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") no-repeat scroll center center / 84px 59px;
    content: "";
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.search-banner {
    background: #f3f3f3;
    padding: 10px 10px 2px 10px;
    text-align: center;
    border-top: 1px solid #DDD;
}

.search-banner form {
    display: inline-block;
    margin: 10px auto 10px auto;
}

.search-banner div {
    margin: 0 auto 10px auto;
}

#fullsearch label.block {
    display: block;
    margin-bottom: 5px;
}

sup.tooltip {
    cursor: help;
}

/* advanced search begin */
.delete-filter-entry {
    line-height: 25px;
}

a.delete-filter-entry:hover {
    text-decoration: none;
}

.delete-filter-entry img {
    vertical-align: middle;
}

.year-range {
    margin-right: 20px;
}

.screenshots-range {
    margin-right: 20px;
}

.videos-range {
    margin-right: 20px;
}

.radio-descriptions {
    height: 19px;
    line-height: 19px;
}

.ui-datepicker {
    z-index: 4 !important;
}

.hidden {
    display: none;
}

.play-area {
    min-height: 360px;
    position: relative;
    margin: 0 auto;
    width: 70%;
    clear: both;
}

.play-container {
    padding: 10px 0;
}

.play-splash-screen {
    width: 100%;
}

.play-buttons-container {
    text-align: center;
    padding: 10px 0;
    position: relative;
    margin: 0 auto;
    width: 70%;
}

.play-buttons-container button {
    font-size: 13px;
    border: none;
    cursor: pointer;
    background: none;
}

.play-buttons-container button:disabled {
    cursor: default;
}

.start-button, .stop-button {
    float: left;
}

.start-button-icon {
    color: seagreen;
}

.stop-button-icon {
    color: red;
}

.fullscreen-button {
    float: right;
}

a.anchor:hover {
    text-decoration: none;
}

a.anchor:active {
    color: inherit;
}

.youtube-play-icon-container {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    font-size: 3em;
    color: #fff;
}

.youtube-play-icon {
    filter: drop-shadow(0 0 3px #000);
}

.file-properties-container {
    display: block;
    padding-top: 8px;
    font-size: 8pt;
    color: gray;
    margin-bottom: 4px
}

.file-properties-item {
    padding: 3px 4px;
    border: 1px solid gray;
    display: inline-block;
    margin-top: 3px
}

.file-properties-item a {
    cursor: pointer;
    color: gray;
    text-decoration: none;
}

.file-property-value:hover {
    cursor: help;
}

.adb {
    margin-top: 8px;
    display: none;
    vertical-align: middle;
    padding: 0 10px;
    max-width: 220px;
    height: 400px;
    position: relative;
}

a.adb-hide {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 10px;
    color: grey;
}

.footwarn {
    padding: 20px 0;
    width: 100%;
}

.footwarn ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.footwarn ul li {
    padding: 6px 0;
    font-size: 12px;
}

.footwarn a {
    color: #444;
}

.socialbutton {
    background-color: #316DBE;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    width: 70%;
}

.socialbutton a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 3px;
}

.sidebar {
    width: 173px;
    padding-left: 24px;
}

.smallcolumn {
    float: left;
    width: 15%;
}

.smallcolumn h3, .bigcolumn h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 6px;
}

.bigcolumn {
    float: left;
    width: 35%;
}

.overlay-cover {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    cursor: pointer;
}

.fancybox-title a {
    color: #1C58A9;
    text-decoration: none;
}

.game-covers {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}

.game-cover-item {
    text-align: left;
    width: calc(20% - 6px);
    margin: 3px;
    box-sizing: border-box;
    padding: 8px;
    background-color: #DDD;
    min-height: 160px;
}

.game-cover-item:hover {
    background-color: #CCC;
}

.game-cover-item > a {
    color: #000;
    text-decoration: none;
}

.game-cover-item > a:hover {
    text-decoration: none;
}

.cover-image-container {
    margin-bottom: 5px;
    max-height: 160px;
    overflow: hidden;
    text-align: center;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover-image-container > a > img {
    max-height: 160px;
}

.cover-text {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    color: #666;
}

.cover-description {
    cursor: help;
}

.cover-author {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
}

.add-cover {
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.cover-add-image {
    margin: auto 0;
    width: 160px;
    text-align: center;
}

.cover-add-text {
    text-align: center;
    color: #7F7F7F;
    margin-bottom: auto;
}

.cover-add-button {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.search-icon {
    color: #989898;
}

.game-review {
    margin: 15px 0;
    text-align: justify;
}

.game-review-author {
    padding: 20px 0;
}

table.search-filters {
    margin-left: 6px;
    border: none;
    width: 100%;
}

table.search-filters td {
    padding-bottom: 10px;
}

.random-game {
    overflow: hidden;
    height: 202px
}

.download-user-avatar {
    background-color: #FFF;
    border: 5px solid #fff;
    float: right;
    margin-left: 5px;
}

.ui-notification-container {
    width: 310px;
    position: fixed;
    height: auto;
    z-index: 10000000;
    bottom: 20px;
    left: 50%;
    margin-left: -160px;
}

.notification-info {
    color: #FFF;
    background-color: #316DBE;
    border: 1px solid #aaaaaa;
}

.notification-error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.review-nav-block {
    margin: 0 10px 10px 0;
}

.review-author-url {
    background-color: #e5e5e5;
    display: block;
    cursor: pointer;
    font-weight: normal;
    padding: 5px;
    margin: 5px 0;
}

.review-author-url-current {
    background: #316DBE;
    color: #FFF;
    font-weight: normal;
    display: block;
    cursor: pointer;
    padding: 5px;
    margin: 5px 0;
}

span[data-s9e-mediaembed='youtube'] iframe {
    width: 560px;
    height: 315px;
}

.review-nav-title {
    text-align: center;
    padding: 5px;
}

details.donate {
    padding: 10px 0;
    clear: both;
}

details.donate summary {
    display: list-item;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

details.donate summary img {
    vertical-align:middle;
}

.donate-block-img {
    text-align: center;
    padding: 10px 0;
}

.donate-block-text {
    padding: 5px 0 10px;
}

div.donate-more-button {
    width: 140px;
}

.donate-boosty-url {
    filter: grayscale(50%);
}

.donate-boosty-url:hover {
    text-decoration: none;
    filter: grayscale(0%);
}