@font-face {
	font-family: 'Fira Sans Condensed';
	font-style: normal;
	font-weight: 500;
	src: url('/assets/fonts/fira-sans-condensed-v10-latin-500.woff2') format('woff2');
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url("/assets/fonts/roboto-v30-latin-regular.woff2") format("woff2");
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url("/assets/fonts/roboto-v30-latin-700.woff2") format("woff2");
}

html {
	font-size: 62.5%;
	line-height: 100%;
	overflow-y: scroll;
}

body {
	font-family: Roboto, sans-serif;
	font-size: 1.4rem;
	margin-top: 0;
	background-position: bottom left;
}

a,
.link-imitation {
	font-weight: bold;
	text-decoration: none;
	font-family: Roboto, sans-serif;
}

a:hover,
.link-imitation:hover {
	text-decoration: underline;
	cursor: pointer;
}

a:active,
.link-imitation:active {
	font-weight: bold;
	outline: none;
}

a:focus {
	outline: none;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 3px;
	font-size: 1.5rem;
}

h3 {
	margin-bottom: 3px;
}

p {
	overflow-wrap: break-word;
}

input {
	border-radius: 5px;
	padding: 3px;
	padding-left: 8px;
	outline: none;
}

select {
	border-radius: 5px;
	padding: 3px;
	padding-left: 8px;
	outline: none;
}

textarea {
	border-radius: 5px;
	padding: 3px;
	padding-left: 8px;
	outline: none;
}

pre {
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
	text-align: justify;
	margin-bottom: 0;
}

.width-100 {
	width: 100%;
}

div {
	font-size: 1.42rem;
}

div > .black-center,
.interview-screenshots {
	width: 100%;
	text-align: center;
}

.interview-screenshots img {
	width: 100%;
	margin-bottom: 1px;
}

.interview-list .gray {
	margin-left: 3px;
}

.col-md-4 .interview-list td:first-child {
	padding-right: 0;
	width: 47px;
}

.col-md-4 .interview-list .gray {
	margin-left: 0;
	display: block;
}

.col-md-4 .interview-list .interview-description {
	display: none;
}

.light-border-top {
	padding-bottom: 5px;
}

.cheat-content p {
	margin-top: 14px;
}

.cheat-content h3 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1;
}

.advanced-search,
.advanced-search input {
	width: 100%;
}

.advanced-search td {
	padding: 7px;
}

.advanced-search td:first-child {
	width: 75px;
	white-space: nowrap;
	padding-right: 0;
	font-size: 12px;
}

.advanced-search td:nth-child(2) {
	text-align: right;
}

.advanced-search select {
	min-width: 74px;
}

.advanced-search label {
	margin-bottom: 0;
	font-size: 12px;
}

.advanced-search .fade-row {
	font-weight: bold;
}

.themed-grid-col {
	padding-left: 4px;
	padding-right: 4px;
}

.container {
	margin: 0 auto;
	max-width: 1007px;
	margin-top: 8px;
}

.box {
	margin-bottom: 8px;
	border-radius: 6px;
	z-index: 2;
}

.box .no-bg {
	background-image: none;
}

.box h3 {
	padding-left: 7px;
	padding-bottom: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.7rem;
}

.box-content {
	margin: 2px;
	margin-top: 0;
	margin-bottom: 4px;
}

.box-header h1,
.box-header h2 {
	padding-left: 6px;
	padding-bottom: 5px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-repeat: no-repeat;
	font-size: 1.58rem;
	font-weight: bold;
	padding-top: 3px;
}

.box-header-decoration-1 h2 {
	background-image: url("/assets/images/box-header-decoration-1.png");
}

.box-header-decoration-2 h2 {
	background-image: url("/assets/images/box-header-decoration-2.png");
}

.box-text-right {
	float: right;
	padding-right: 7px;
	font-size: 1.5rem;
}

.box-intro-text {
	padding: 7px;
}

.box-intro-text p:last-of-type {
	margin-bottom: 0;
}

.news-box .fade-row h3 {
	font-size: 1.6rem;
}

.news-box h4 {
	margin-top: 18px;
	font-size: 15px;
}

.news-box .box-text {
	margin-bottom: 22px;
}

.news-image-right,
.news-image-left {
	max-width: 160px;
	box-sizing: content-box;
	border-radius: 4px;
}

.news-image-left {
	float: left;
	margin-right: 7px;
}

.news-image-right {
	float: right;
	margin-left: 7px;
}

.social-media-box img {
	width: 60px;
}

.cloanto-image {
	height: 117px;
}

.cloanto-bottom {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

.banner-1-box .box-text {
	margin-top: 12px;
	min-height: 54px;
}

.banner-1-box img {
	height: 68px;
	margin-top: -2px;
}

.ul-common {
	padding-left: 24px;
}

.ul-common li {
	margin-bottom: 6px;
}

.details-header h1 {
	float: none;
	font-size: 1.8rem !important;
	font-weight: bold;
	line-height: normal;
	padding: 0;
	font-family: Arial, sans-serif;
	width: fit-content;
}

.aka {
	font-size: 13px;
}

.game-advert img {
	max-width: 100%;
}

.lightbox {
	display: none;
}

#publisher-picture-container,
#developer-picture-container {
	text-align: center;
}

#publisher-picture-container img,
#developer-picture-container img {
	max-width: 100%;
}

#publisher-picture-container img:last-of-type,
#developer-picture-container img:last-of-type {
	border-bottom: none;
}

.details-page a .fa-solid,
.details-page a .fa,
.blue-icons a .fa-solid,
.blue-icons a .fa {
	margin-right: 4px;
}

.box-text {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 1.42rem;
}

.box-text p:last-of-type {
	margin-bottom: 5px;
}

.box-text h3 {
	padding-left: 0;
}

.box-text h1 {
	padding-left: 0;
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 16px;
}

.box-text h1:first-of-type {
	margin-top: 5px;
}

.box-text h2 {
	padding-left: 0;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 16px;
}

.table-common {
	font-size: 1.42rem;
	width: 100%;
	border-collapse: collapse;
}

.table-common th {
	padding: 7px;
	font-family: Roboto, sans-serif;
}

.table-common td {
	padding: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.table-common h3 {
	padding-left: 0;
}

.table-common tr .entry-credits-header {
	padding-top: 3px;
	padding-bottom: 3px;
}

.shadow-text,
.shadow-text a,
.shadow-text div {
	font-family: "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.4rem;
	letter-spacing: 0.02rem;
	min-height: 5px;
}

audio {
	display: none;
}

.magazine-table {
	padding: 0 !important;
}

.magazine-rating {
	font-weight: bold;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 6px;
	text-align: center;
	display: block;
	min-width: 34px;
}

.rating-bar {
	float: left;
	height: 13px;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 5px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
	.rating-bar {
		border-radius: 0;
	}
}

.form-control {
	font-size: inherit;
}

.fade-row {
	margin-bottom: 8px;
}

.fade-row h3 {
	padding: 0;
	font-size: 1.5rem;
}

.fade-row .text-float-1 {
	padding: 0;
}

.help .box-text h3:not(:first-child) {
	margin-top: 20px;
}

.docs-html h1 {
	font-size: 2.6rem;
	font-family: Arial, sans-serif;
	margin-bottom: 5px;
}

.docs-html h2 {
	font-size: 18px;
}

.docs-html h3 {
	font-size: 16px;
	margin-top: 17px;
}

.docs-html h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 19px;
	margin-bottom: 7px;
}

.docs-html td {
	padding: 7px 7px 7px 0;
	vertical-align: top;
}

.docs-image {
	text-align: center;
}

.docs-image img {
	width: 100%;
}

.docs-image-credits {
	font-size: 0.9rem;
	padding-bottom: 8px;
	line-height: 1;
}

.help-special {
	margin-top: 3px;
}

.fade-row.help-special h3 {
	padding: 7px;
	padding-top: 5px;
}

.letters {
	width: 100%;
}

.letters ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.letters li {
	float: left;
	text-align: center;
}

.letters li a {
	display: block;
	text-align: center;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 20px;
	line-height: 1.8rem;
}

.screenshot {
	width: 100%;
}

.screenshot-200 {
	object-fit: none !important;
	width: 320px !important;
	height: 200px !important;
	box-sizing: content-box !important;
}

.screenshot-gallery img {
	max-width: 320px;
}

.top-navigation {
	margin-bottom: 15px;
	background-repeat: repeat-x;
}

.navigation-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.navigation-container {
	margin: 0 auto;
	border: none;
	width: 100%;
}

.navigation-container td {
	padding: 0;
}

.navigation-container td img {
	vertical-align: bottom;
}

.logo-sign {
	padding-left: 7px;
	width: 94px;
}

.logo-sign img {
	width: 88px;
}

.tag {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
}

.tag-duration {
	margin-left: 2px;
	font-weight: bold;
	float: right;
	margin-top: 8px;
}

.search-tags a {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	border-radius: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	font-family: Roboto, sans-serif;
}

.team-presentation {
	padding-bottom: 11px;
}

.team-presentation:last-of-type {
	border-bottom: none;
}

.team-photo {
	width: 160px;
	border-radius: 6px;
	margin-left: 6px;
	float: right;
	margin-top: 9px;
}

.box-content-bg-right {
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
}

.box-content-bg-right p {
	width: 100%;
}

.table-links tr th {
	font-family: Roboto, sans-serif;
}

.table-links tr td:first-child {
	white-space: nowrap;
}

.form-table,
.form-table input,
.form-table select,
.form-table textarea {
	width: 100%;
}

.form-table td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.links-search {
	width: 100%;
	margin-bottom: 7px;
}

.links-genre .links-search {
	margin-top: 7px;
}

.links-search input {
	width: 100%;
	font-size: 16px;
}

.links-search button span {
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
}

.links-genre-icon {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
	min-width: 17px;
	display: inline-block;
}

.image-text-list {
	width: 100%;
}

.image-text-list-image {
	width: 100%;
	padding-bottom: 4px;
	margin-top: 3px;
}

.image-text-list-content {
	width: 100%;
}

.breadcrumbs {
	font-size: 1.7rem;
	margin-top: 3px;
}

.breadcrumb {
	margin-bottom: 0;
	border-radius: 0;
	padding: 5px 7px;
}

.breadcrumb li .fa-solid {
	margin: 0;
}

.default-margin {
	margin: 7px;
}

.default-margin-top {
	margin-top: 7px;
}

.default-margin-bottom {
	margin-bottom: 7px;
}

.default-margin-left {
	margin-left: 7px;
}

.default-margin-right {
	margin-right: 7px;
}

.default-padding {
	padding: 7px;
}

.default-padding-top {
	padding-top: 7px;
}

.default-padding-bottom {
	padding-bottom: 7px;
}

.default-padding-left {
	padding-left: 7px;
}

.default-padding-right {
	padding-right: 7px;
}

.align-left {
	text-align: left;
}

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

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

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-float-container {
	padding: 7px;
}

.left-fish,
.right-fish {
	position: fixed;
	z-index: 0;
	overflow-y: hidden;
	overflow-x: hidden;
}

.bug1,
.bug2 {
	position: absolute;
	z-index: 20;
}

.search-result {
	margin-top: 4px;
	margin-bottom: 10px;
}

.hide {
	display: none;
}

.bold-blue,
.bold-blue:hover,
.bold-blue:visited {
	font-weight: bold;
}

.thin-blue,
.thin-blue:hover,
.thin-blue:visited {
	font-weight: normal;
}

.external-links {
	margin-bottom: 7px;
	padding-top: 5px;
}

.external-links a {
	display: block;
	margin-bottom: 3px;
}

.external-links img {
	margin-right: 3px;
	margin-top: 2px;
	filter: grayscale(30%);
}

.external-links-info {
	margin-top: -4px;
	margin-bottom: 4px;
	padding-bottom: 3px;
}

.external-links-info a {
	display: inline;
}

.external-links div:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.other-platforms {
	padding-top: 2px;
	padding-bottom: 4px;
}

.other-platforms a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33%;
	float: left;
	min-height: 33px;
}

.other-platforms a:nth-child(even) {
	justify-content: center;
}

.other-platforms img {
	vertical-align: unset;
	filter: grayscale(30%);
	max-width: 80px;
}

.other-platforms-note {
	line-height: 1.5;
	padding-top: 5px;
	margin-top: 0;
}

.scan-box a .fa-solid {
	margin-top: 5px;
	margin-left: 4px;
}

.scan-wrapper {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.scan-wrapper .lSSlideOuter .lSPager.lSpg {
	margin-top: 0 !important;
	margin-bottom: 1px;
}

.scan-wrapper img {
	cursor: zoom-in;
}

.scan-missing {
	width: 70%;
	height: 93%;
	font-size: 19px;
	border-radius: 2px;
}

.scan-label {
	padding-top: 1px;
	padding-bottom: 3px;
	width: 100%;
	font-size: 13px;
}

.btn {
	font-size: 1.4rem;
	border-radius: 5px;
}

a.btn-primary {
	font-weight: normal;
}

.button {
	width: max-content;
	border-radius: 6px;
	margin: 1px;
	padding: 0;
	font-weight: bold;
}

.button a,
.button span {
	display: block;
	border-radius: 6px;
}

.button-small a,
.small-large div {
	padding: 3px;
	display: block;
	font-size: 1.25rem;
	line-height: 1rem;
}

.button-large a,
.button-large span {
	padding: 4px;
	padding-top: 0;
	padding-bottom: 1px;
	display: inline-block;
}

.button-clean {
	font-family: Roboto, sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 0;
	border-radius: 4px;
	margin-left: 5px;
	margin-top: 2px;
}

.button-clean a,
.button-clean a:hover,
.button-clean a:visited {
	font-family: Roboto, sans-serif;
	padding: 2px;
}

.button-clean-footer {
	padding: 3px;
	margin: 0 !important;
}

.button-clean-footer a {
	font-weight: bold !important;
}

.container.wide-container {
	padding-left: 19px;
	padding-right: 19px;
}

.wide-container .box {
	width: 100%;
}

.screenshot-area {
	margin: 0 auto;
}

.screenshot-area .lSSlideOuter .lSPager.lSGallery {
	padding-bottom: 4px;
}

.screenshot-area .lSSlideOuter .lSPager.lSGallery img {
	border-radius: 5px;
}

.screenshot-area .lSSlideOuter .lSPager.lSGallery li.active img,
.screenshot-area .lSSlideOuter .lSPager.lSGallery li:hover img {
	border-radius: 5px;
	filter: brightness(120%);
}

.screenshot-area .lSSlideWrapper {
	margin: 0 auto;
	max-width: 320px;
}

.screenshot-area .lSSlideWrapper:hover .lSAction,
.screenshot-area .lSAction {
	display: block !important;
}

.box-footer {
	margin-top: 7px;
	padding: 7px;
}

.box-footer-text {
	float: right;
	padding-top: 4px;
}

.hot-reviews-table td:first-child {
	width: 52px;
	padding-right: 0;
}

.hot-reviews-table td:first-child img {
	width: 52px;
	border-radius: 4px;
}

.hot-reviews-table .small-text,
.toplist-table-small .small-text {
	display: block;
}

.toplist-table-small td:nth-child(2) {
	width: 52px;
	padding-right: 0;
}

.toplist-table-small td:nth-child(2) img,
.review-list td:first-child img {
	width: 52px;
	border-radius: 4px;
}

.review-list td {
	vertical-align: inherit;
}

.review-list td:first-child {
	padding-right: 0;
}

.review-list td:nth-child(2) {
	width: 45%;
}

.review-list td:nth-child(4) a {
	font-weight: normal;
}

.review-list td:last-child {
	text-align: right;
}

.extra-buttons {
	margin-top: 7px;
	margin-bottom: 10px;
}

.extra-buttons .button {
	margin-top: 3px;
	margin-right: 3px;
}

.votes-table td:first-child {
	text-align: center;
	padding-right: 0;
	min-width: 43px;
}

.votes-table .small-text {
	display: block;
}

.votes-model-container {
	padding-bottom: 0 !important;
	display: none;
}

.votes-needed-container {
	padding-bottom: 0 !important;
}

.review-screenshot {
	max-width: 100%;
	box-sizing: content-box;
	border-radius: 4px;
	margin-left: -1px;
	margin-right: -1px;
}

.read-review-info,
.no-reviews-yet,
.review-this-game {
	margin-top: 6px;
}

.box-footer-review .box-footer-text {
	padding-top: 0;
}

.box-footer-review button {
	margin-top: 7px;
}

.content-above .box {
	margin-bottom: 0;
}

.content-above .box-content {
	min-height: 70px;
}

.scanlines::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
	backdrop-filter: blur(0.025rem);
}

.scanlines img {
	image-rendering: auto !important;
}

.screenshot-x2 {
	width: 640px;
	position: absolute;
}

.header-buttons button {
	border: none;
	padding-left: 4px;
	padding-right: 4px;
	outline: none;
}

.header-buttons button:hover {
	border: none;
}

.header-buttons button:focus {
	outline: none;
}

.header-buttons .screen-play,
.header-buttons .screen-pause {
	min-width: 20px;
}

.emoji {
	font-size: 17px;
	line-height: 0;
}

.entry-credits-header {
	font-weight: bold;
}

.votes-score {
	margin-bottom: 1px;
}

.item-vote-select {
	width: 100%;
	font-size: 16px;
}

.item-vote-info {
	margin-top: 2px;
	margin-bottom: 0;
}

.chipset-icon {
	margin-left: 5px;
	image-rendering: pixelated;
}

.credits-area a {
	font-family: Roboto, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.credits-area a:hover,
.credits-area a:active {
	text-decoration: underline;
}

.credits-data {
	padding-left: 0 !important;
	width: 100%;
}

.credits-data .button-clean {
	min-width: 41px;
	text-align: center;
}

.credits-data .fa-pen,
.magazine-table .fa-pen {
	visibility: hidden;
	margin-left: 7px;
}

.credits-data:hover .fa-pen,
.magazine-table td:hover .fa-pen {
	visibility: visible;
}

.credits-notes a {
	text-decoration: underline;
}

.credits-notes p:last-of-type {
	margin-bottom: 0;
}

.border-black {
	box-sizing: initial;
}

.selectable {
	user-select: all;
}

.footer {
	text-align: center;
	margin: 0;
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 0;
}

.footer a {
	transition-duration: 0s;
	text-decoration: underline;
	white-space: nowrap;
}

.table-stats td {
	padding: 7px;
}

.pixelated {
	image-rendering: pixelated;
}

.quick-search {
	position: relative;
	font-size: 1.5rem;
	padding-top: 9px;
	width: 100%;
}

.quick-search td:first-child {
	width: 100%;
	position: relative;
}

.quick-search input {
	width: 100%;
	font-size: 16px;
}

.quick-search button {
	margin-left: 1px;
}

.quick-search button span {
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
}

.live-search-result {
	position: absolute;
	z-index: 999;
	top: 30px;
	left: 0;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
}

.live-search-entry {
	margin: 0;
	padding: 6px;
	border-top: none;
	cursor: pointer;
}

.live-search-fail {
	margin: 0;
	padding: 7px;
	border-top: none;
	cursor: default;
}

.live-search-container {
	max-height: 403px;
	overflow-y: auto;
	border-radius: 5px;
}

.live-search-image {
	width: 42px;
	margin-right: 6px;
	border-radius: 3px;
}

input[type="search"] {
	appearance: none;
}

.votes-list-game-container {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}

.votes-list-score-and-screenshot {
	float: left;
	width: 100%;
}

.votes-list-game-score {
	padding: 7px;
	float: right;
	text-align: center;
}

.votes-list-score {
	font-weight: bold;
	font-size: 15px;
}

.votes-list-screenshot-container {
	float: left;
	width: 70%;
	margin-left: 7px;
}

.votes-list-screenshot-container img {
	width: 100%;
	border-radius: 4px;
	box-sizing: content-box;
}

.votes-list-game-info {
	margin-left: 7px;
	margin-top: 0;
	float: left;
}

.votes-list-game-info h3 {
	padding-left: 0;
	max-width: 357px;
}

.votes-list-entry-credits a {
	font-weight: normal;
}

.votes-list-label {
	min-width: 66px;
	display: inline-block;
}

.votes-list-rank {
	margin-right: 2px;
	margin-bottom: 10px;
}

.votes-list-filters {
	margin-bottom: 0;
}

.votes-list-filters-option {
	padding: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 100%;
}

.votes-list-filters-option label {
	width: 100px;
}

.votes-list-filters-option select {
	width: 65%;
	float: right;
}

.votes-list-info {
	margin-left: 7px;
	float: left;
}

#vote-statistics {
	overflow-y: auto;
}

#vote-statistics-label {
	margin-top: 7px;
}

.toplist-rank {
	width: 10px;
	padding-right: 0 !important;
}

.text-truncate {
	display: block;
}

.toplist-link {
	padding-left: 0 !important;
}

.toplist-link a {
	font-family: Roboto, sans-serif;
	font-weight: normal;
}

.entity-box {
	border-radius: 4px;
}

.entity-box p:last-of-type {
	margin-bottom: 0;
}

.add-widget {
	border-radius: 6px;
	padding: 6px;
	display: block;
	text-align: center;
	font-size: 19px;
	margin-bottom: 9px;
	opacity: 0.6;
}

.add-widget:hover {
	opacity: 1;
}

.grid-info {
	font-size: 1.3rem;
}

.grid-info a {
	font-family: Roboto, sans-serif;
	font-weight: normal;
}

.grid-screenshot {
	max-width: 100%;
	height: auto;
	margin-bottom: 3px;
	border-radius: 4px;
}

.grid-scan {
	max-width: 100%;
	max-height: 100%;
}

.grid-scan-canvas {
	height: 204px;
}

.grid-scan-canvas img {
	height: 204px;
	border-radius: 2px;
}

.grid-vote-score {
	padding-bottom: 0;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 13px;
	line-height: 1.6;
	display: inline-block;
	position: absolute;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}

.grid-vote-score .fa-star {
	margin-right: 3px;
}

.random-comments .border-black {
	width: 100%;
}

#comments-post-container {
	text-align: center;
	padding-bottom: 7px;
}

#comments-post-container textarea {
	resize: none;
	width: 100%;
	border: none;
	padding: 7px;
	margin-bottom: 7px;
	height: 60px;
	font-size: 16px;
}

#comments-list {
	padding: 7px;
	width: 100%;
}

#comments-list .comment-block {
	display: none;
}

#comments-list .comment-block:last-child {
	margin-bottom: 7px;
}

.comment-block {
	margin-bottom: 23px;
}

.comment-avatar {
	float: left;
	margin-right: 7px;
	margin-top: 2px;
	display: block;
}

.comment-username {
	font-weight: bold;
}

.comment-date {
	display: block;
}

.shadow-text .component-filename {
	float: right;
	font-size: 12px;
	text-shadow: none;
	margin-top: 2px;
	margin-right: 3px;
	text-transform: none;
	cursor: help;
}

.details-page a .comment-no-avatar,
.details-page .comment-no-avatar,
.reviews-page a .comment-no-avatar,
.reviews-page .comment-no-avatar {
	display: block;
	padding: 7px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 20px;
	text-align: center;
	margin-right: 0;
}

img.circular {
	object-fit: cover;
	border-radius: 50%;
	height: 35px;
	width: 35px;
}

.header-pen {
	margin-right: 0 !important;
}

.docs-box i {
	min-width: 14px;
}

.small-text {
	font-size: 12px;
	font-weight: normal;
}

a.small-text:hover {
	font-weight: normal;
}


.toplist-small-box .votes-needed-container {
	float: left !important;
	padding-bottom: 3px !important;
	width: 100%;
}

.toplist-small-box select {
	float: right;
	margin-bottom: 3px;
}

.toplist-small-box label {
	margin-top: 1px;
}

.select2-container {
	height: 29px;
	min-width: auto;
	font-size: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 0;
}

.select2-container--default .select2-selection--single {
	text-align: left;
	height: 29px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	height: 28px;
}

span.select2-selection.select2-selection--single {
	outline: none;
}

#show-more-comments {
	text-align: center;
	margin-bottom: 7px;
}

.first-random-comment-td {
	width: 26%;
}

.grid-container {
	width: 100%;
}

.grid-container div {
	text-align: center;
}

.grid-info-container {
	min-height: 83px;
}

.grid-category a {
	font-weight: normal;
	font-size: 1.2rem;
	font-family: Roboto, sans-serif;
}

.game-grid-title {
	margin-bottom: 1px;
}

.game-grid-buttons {
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
}

.game-col {
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 14px;
}

.edit-pen {
	margin-left: 4px;
}

.pagination-container {
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 0;
	padding-top: 1px;
}

.pagination-container a {
	padding: 5px;
	display: block;
	min-width: 32px;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 2px;
	text-decoration: none;
	transition-duration: 0s;
	line-height: 1.8rem;
}

.pagination-float {
	float: right;
}

.page-number {
	float: left;
	margin-left: 1px;
}

.page-back {
	float: left;
}

.page-next {
	float: left;
}

.display-options,
.list-order {
	float: right;
	margin-right: 8px;
	margin-top: 9px;
}

.list-order {
	margin-left: 10px;
}

.toggle-options-button {
	font-size: 18px;
	display: none;
}

.toggle-options-button:focus {
	box-shadow: none;
}

.local-badge {
	position: absolute;
	top: 4px;
	left: 46px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 3px;
	font-size: 13px;
	font-style: italic;
	font-family: Arial, sans-serif;
	line-height: 1.4;
}

.search-area {
	width: 98%;
	margin: 0 auto;
}

.box-text.search-filters {
	margin-top: 6px;
}

.header-user-button-login {
	margin-right: 34px;
}

.header-user-button {
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	line-height: normal;
}

.navigation-user button,
.theme-selector button {
	background: url("/assets/images/navigation/signs/top-sign-bg.gif") left bottom;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 1.2rem;
	outline: none;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
}

.theme-selector .fa-mountains {
	margin-top: 1px;
}

.dropdown-menu {
	font-size: 1.2rem;
	border-radius: 5px;
}

.dropdown-menu a {
	transition-duration: 0s;
	font-family: Roboto, sans-serif;
	font-size: 1.3rem;
	min-width: 180px;
}

.dropdown-menu a:hover {
	font-weight: normal;
}

.dropdown-item.active:hover {
	font-weight: bold;
}

.dropdown-header {
	font-size: 13px;
	text-transform: uppercase;
}

.dropdown-item:active,
.dropdown-item.active {
	font-weight: bold;
}

video {
	max-width: 100%;
	outline: none;
}

.cc_div .c-bn>span {
	text-align: center;
}

.panzerlist-light .cover {
	max-height: 130px;
	overflow-y: auto;
	border: none;
}

.panzerlist-light .list {
	max-height: 130px;
	overflow-y: auto;
	border: none;
}

.panzerlist-light .player,
.panzerlist-light .title {
	border: none;
	filter: hue-rotate(-12deg) grayscale(20%);
}

.panzerlist .player {
	height: 36px;
}

.panzerlist .song-length {
	float: right;
}

.panzerlist .list .playing::after {
	content: " ";
	background-image: url('/assets/images/equalizer.gif');
	background-size: cover;
	display: inline-block;
	width: 10px;
	height: 10px;
}

.panzerlist .progress {
	overflow: inherit;
}

.personal-icon {
	margin-right: 4px;
	margin-bottom: 3px;
}

.icon-margin {
	margin-left: 4px;
	margin-right: 3px;
}

.modal-open {
	padding-right: 0 !important;
}

.modal-header {
	padding-bottom: 8px;
}

.modal-title {
	font-size: 2.2rem;
	font-family: Roboto, sans-serif;
}

.modal-content .close {
	font-size: 2.8rem;
}

.featherlight-content {
	border-radius: 5px;
}

.featherlight-close-icon {
	font-size: 19px;
}

.featherlight-black .featherlight-content {
	padding: 25px;
	padding-bottom: 0;
	min-width: 689px;
}

.featherlight-black .featherlight-close-icon {
	background: none;
	width: 28px;
	line-height: 28px;
}

.featherlight-black-video .featherlight-content {
	padding: 0;
	padding-top: 21px;
	min-width: auto;
	min-height: auto;
	max-width: 1024px;
	max-height: 576px !important;
	width: 96vw;
	height: 54vw;
	overflow: hidden;
}

.featherlight-black-video iframe.featherlight-inner {
	width: 100%;
	height: 98%;
	max-width: 1024px;
	max-height: 576px;
}

.featherlight-blue .featherlight-content {
	padding: 25px;
	padding-bottom: 0;
	border-radius: 6px;
	border-bottom: 17px solid transparent;
	background-image: none;
}

.featherlight-blue .featherlight-close-icon {
	background: none;
	width: 28px;
	line-height: 28px;
}

.featherlight .featherlight-image {
	margin-bottom: -7px;
}

.featherlight-vote .featherlight-content {
	width: 90%;
	border-radius: 7px;
	padding: 0;
}

.featherlight-vote .table-common {
	display: table;
}

.lemontube-video-container {
	position: relative;
	top: 0;
	left: 0;
}

.lemontube-video-thumbnail {
	position: relative;
	top: 0;
	left: 0;
	max-width: 100%;
}

.lemontube-video-control {
	position: absolute;
	top: 35%;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 50px;
}

.lemontube-video-control img {
	width: 48px !important;
	opacity: 0.75;
}

.lemontube-video-control img:hover {
	opacity: 0.6;
}

.youtube-thumbnail {
	width: 52px;
	height: 39px;
	float: left;
	margin-right: 6px;
	border-radius: 5px;
}

.image-black-container {
	display: block;
	width: 100%;
	text-align: center;
}

.image-black-container img {
	max-width: 100%;
}

.p-border-top {
	padding-top: 12px;
}

.header-buttons .write-link {
	padding-top: 1px;
	display: block;
}

.header-buttons .write-link:focus {
	outline: none;
}

.header-buttons .write-link i {
	padding-right: 4px;
}

.glightbox-clean .gslide-title {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.1em;
}

.glightbox-clean .gdesc-inner {
	padding: 12px 20px;
}

.gslide-description a {
	text-decoration: underline;
}

.tooltip-inner {
	max-width: 450px;
	text-align: left;
	font-size: 13px;
}

.tooltip-inner .small {
	font-size: 12px;
}

.glightbox-mobile .glightbox-container .gslide-description {
	text-align: center;
	max-height: 12vh;
	padding: 0;
}

.glightbox-button-hidden {
	display: none;
}

.link-thumb {
	width: 110px;
}

.box-header-decoration-3 h2 {
	background-image: url("/assets/images/box-header-decoration-3.png");
	background-position: right 4px top 3px;
}

.fifty-screenshot {
	border-radius: 4px;
}

.boldblue {
	font-weight: bold;
}

.border-black-bold,
.border-blue-bold {
	box-sizing: initial;
}

.games-search-box p:last-of-type {
	margin-bottom: 0;
}

.games-search-box .advanced-search-link {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box-hero-games {
	float: right;
	width: 150px;
	margin-right: 7px;
	margin-bottom: 3px;
}

.game-assets-main img {
	width: 100%;
}

.music-player-footer {
	padding-top: 1px;
}

.sign-in-mobile img {
	width: 27px;
	height: 21px;
	image-rendering: auto;
	padding-left: 8px;
	padding-right: 6px;
	margin-top: 10px;
	box-sizing: content-box;
}

.user-mobile {
	padding-left: 9px;
	padding-right: 5px;
	padding-top: 0.45rem;
	font-size: 2.2rem;
	border: none;
	background: none;
	outline: none;
}

.user-mobile:focus {
	outline: none;
}

a.url-to-link {
	font-weight: normal;
}

.game-music-player .box-text-right {
	padding-top: 4px;
}

.game-music-player img {
	width: auto;
}

.header-sprite {
	margin-top: 0;
}

.balloon {
	position: absolute;
	z-index: 99999;
	left: -100px;
	top: -100px;
	width: 60px;
	height: 84px;
	image-rendering: pixelated;
	animation: balloon-anim 8s linear forwards;
}

.balloon:hover {
	animation-play-state: paused;
}

@keyframes balloon-anim {
	90% {
		transform: translate(90vw,90vh);
		opacity: 100;
	}

	100% {
		transform: translate(100vw,100vh);
		opacity: 0;
		visibility: hidden;
	}
}

.flight-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	image-rendering: pixelated;
	overflow-x: hidden;
}

.flight-object {
	position: absolute;
	z-index: 99999;
	top: 50%;
	left: calc(100vw + 20vw); /* start position off-screen */
	animation: flightAnim 20s linear infinite; /* Adjust duration as needed */
}

.flight-object:hover {
	animation-play-state: paused;
}

@keyframes flightAnim {
	0% {
		left: calc(100vw + 20vw); /* start position off-screen */
	}
	100% {
		left: calc(-100vw - 20vw); /* move completely off-screen */
	}
}

@media only screen and (max-width: 767px) {
	.hide-mobile {
		display: none;
	}

	.letters li a {
		padding: 4px;
		padding-left: 7px;
		padding-right: 7px;
	}

	.display-options,
	.list-order {
		float: none;
		margin: 7px;
		display: none;
	}

	.display-options select,
	.list-order select {
		min-width: 78%;
		float: right;
	}

	.toggle-options-button {
		display: block;
	}

	.navigation-user {
		display: none;
	}

	.theme-selector {
		display: none;
	}

	.featherlight-picture .featherlight-content {
		padding: 29px 10px 22px;
		border-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;
	}

	.header-credits-text {
		font-size: 13px;
	}

	.table-stats {
		width: 100%;
	}

	.table-stats .td-border {
		border-right: none;
	}

	.table-stats.table-stripes-odd.table-stripes tr:nth-child(even) {
		background-color: inherit;
	}

	.glightbox-clean .gclose {
		top: 4px;
		right: 4px;
	}

	.glightbox-clean .gdesc-inner {
		padding: 2px 7px;
	}

	.live-search-result {
		top: 32px;
	}

	.advanced-search input {
		font-size: 16px;
	}

	.advanced-search .select2-container,
	.advanced-search .select2-container--default .select2-selection--single {
		height: 32px;
	}

	.advanced-search .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 30px;
	}

	.advanced-search .select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 3px;
	}

	.advanced-search .select2-container--default .select2-selection--single .select2-selection__clear {
		height: 30px;
	}

	.advanced-search .select2-container .select2-selection--single .select2-selection__clear {
		font-size: 1.1em;
	}

	.select2-container--default .select2-search--dropdown .select2-search__field {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1023px) {
	.box-content-bg-right {
		background-image: none !important;
	}
}

@media only screen and (min-width: 768px) {
	a {
		transition-duration: 0.3s;
	}

	.table-stats {
		width: 33.33%;
	}

	.link-imitation {
		transition-duration: 0.3s;
	}

	.links-search {
		width: 60%;
	}

	.links-genre .links-search {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}

	.links-search input {
		font-size: 1.4rem;
	}

	.links-search button span {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.other-platforms a {
		width: 50%;
		justify-content: left;
	}

	.advanced-search td:first-child,
	.advanced-search label,
	#comments-post-container textarea {
		font-size: 1.4rem;
	}

	.hide-desktop {
		display: none;
	}

	.navigation-container {
		width: auto;
		min-width: 760px;
	}

	.logo-sign {
		width: 135px;
	}

	.logo-sign img {
		width: 118px;
		height: 54px;
	}

	.sign-community {
		width: 18%;
	}

	.review-screenshot {
		width: 320px;
	}

	.fade-row h3 {
		padding: 0;
		padding-left: 8px;
		line-height: 2.4rem;
	}

	.fade-row .text-float-2 {
		padding: 7px;
		padding-top: 4px;
		padding-bottom: 0;
	}

	.text-float-container {
		padding: 0;
	}

	.text-float-1 {
		float: left;
		padding: 7px;
	}

	.text-float-2 {
		float: right;
		padding: 7px;
	}

	.game-col {
		padding: 14px;
		line-height: 2rem;
	}

	#developer-picture-container,
	#publisher-picture-container {
		max-width: 640px;
		text-align: left;
	}

	.search-area {
		width: 79%;
	}

	.search-area .search-input-container {
		margin: 0 auto;
		margin-bottom: 8px;
	}

	.search-input-container {
		width: 59%;
	}

	#comments-list {
		padding: 7px;
		width: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}

	#comments-list .comment-block {
		display: block;
	}

	#show-more-comments {
		display: none;
	}

	.cloanto-image {
		margin-top: -28px;
	}

	.votes-list-game-score {
		float: left;
		margin-top: 27px;
		margin-left: 6px;
		min-width: 97px;
	}

	.votes-list-entry-credits {
		max-width: 357px;
	}

	.votes-list-screenshot-container {
		width: 160px;
	}

	.votes-list-score-and-screenshot {
		width: auto;
	}

	.votes-list-game-info {
		margin-left: 12px;
	}

	.grid-screenshot {
		margin-bottom: 3px;
	}

	.grid-scan-canvas {
		height: 220px;
	}

	.details-body .footer {
		padding-left: 82px;
	}

	.fifty-screenshot {
		min-width: 162px;
		border-radius: 6px;
	}

	.image-text-list-image {
		float: left;
		width: 122px;
	}

	.image-text-list-content {
		margin-left: 122px;
		width: auto;
	}

	.screenshot-gallery a {
		cursor: zoom-in;
	}

	.help-index-bg {
		background-repeat: no-repeat;
		background-size: 200px 289px;
	}

	.user-ajax-box {
		max-height: 600px;
		width: 500px;
	}

	.user-comment {
		overflow-wrap: break-word;
	}

	.game-advert img {
		width: 100%;
	}

	.item-vote-select {
		font-size: 1.4rem;
	}

	.select2-container {
		min-width: 88px;
		font-size: 1.4rem;
	}

	.quick-search input {
		font-size: 1.42rem;
	}

	.quick-search button span {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.random-review img {
		min-height: 200px;
	}

	.review-list td:nth-child(2) {
		width: 36%;
	}

	.review-list th:last-child {
		text-align: right;
	}

	.featherlight-vote .featherlight-content {
		width: 400px;
		height: 600px;
	}

	.votes-list-filters-option {
		padding: 7px;
		float: left;
		width: auto;
	}

	.votes-list-filters-option label {
		width: auto;
	}

	.votes-list-filters-option select {
		width: auto;
		float: none;
	}

	.games-search-box .advanced-search-link {
		padding: 0;
	}

	.docs-image-credits {
		font-size: 1.64rem;
		padding-bottom: 18px;
	}

	.sign-in-mobile {
		display: none;
	}

	.user-mobile {
		display: none;
	}

	.news-image-right {
		max-width: 320px;
		image-rendering: pixelated;
	}

	.help-index-bg {
		background-image: url("/assets/images/box_heroes/help.png");
		background-position: right 33px;
	}

	.header-user-button {
		top: 41px;
		height: 20px;
		text-align: center;
		border-radius: 4px;
	}

	.header-user-button-login {
		margin-right: 34px;
	}

	.navigation-user button,
	.theme-selector button {
		border: 2px solid;
		border-radius: 4px;
		display: flex;
		padding-top: 0;
		padding-bottom: 0;
		background: none;
		height: 18px;
	}
}

@media only screen and (min-width: 1024px) {
	.navigation-container {
		min-width: 1000px;
	}

	.box-content-bg-right {
		background-position: right;
		background-size: auto;
	}

	.box-content-bg-right p {
		width: 80%;
	}

	.interview-screenshots img {
		image-rendering: pixelated;
	}

	.pixelated-desktop {
		image-rendering: pixelated;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1010px) {
	.hide-tablet {
		display: none;
	}

	.toplist-small-box table td:last-child,
	.toplist-small-box table th:last-child {
		display: none;
	}

	.votes-list-game-score {
		min-width: 67px;
	}

	.votes-list-entry-credits,
	.votes-list-game-info h3 {
		max-width: 245px;
	}

	.possible-download-box a {
		display: block;
		margin-bottom: -3px;
	}

	.docs-image-credits {
		font-size: 1.3rem;
	}

	#comments-post-container textarea {
		height: 68px;
	}
}

@media only screen and (min-resolution: 120dpi) and (min-width: 768px) {
	@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (min-width: 768px) {
		.screenshot-gallery img,
		.bug1,
		.bug2,
		.left-fish,
		.right-fish,
		.game-score,
		.other-platforms,
		.external-links,
		.image-black-container,
		.docs-image img {
			image-rendering: pixelated;
		}

		.help-index-bg {
			background-image: url("/assets/images/box_heroes/2x/help-2x.png");
		}
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (min-width: 1024px) {
	@media only screen and (min-resolution: 120dpi) and (min-width: 1024px) {
		.box-hero-1 {
			background-image: url("/assets/images/box_heroes/2x/1-2x.png") !important;
			background-size: 122px 191px;
		}

		.box-hero-2 {
			background-image: url("/assets/images/box_heroes/2x/2-2x.png") !important;
			background-size: 144px 191px;
		}

		.box-hero-3 {
			background-image: url("/assets/images/box_heroes/2x/3-2x.png") !important;
			background-size: 148px 191px;
		}

		.box-hero-4 {
			background-image: url("/assets/images/box_heroes/4.png") !important;
			background-size: 148px 191px;
			image-rendering: pixelated;
		}
	}
}