/* main style */
body {
	font-family:Verdana;
	font-size:11px;
	padding-top:40px;
}

#fake-background {
	background-repeat: no-repeat;
	background-position: center 46px;
	background-size: contain;
	filter: grayscale(100%);
	opacity:0.05;
	z-index:-1;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:300%;
}

a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	margin:auto;
	width:100%;
}

#results {
	width:100%;
	cursor:pointer;
}

th {
	text-align:left;
}

tr {
	text-align:left;
	height:32px;
}

tr:hover:first-child {
	cursor:default;
}

#results th {
	cursor:pointer;
}

tr:hover {
	text-shadow: #552100 3px 3px 5px;
}

tr:hover:first-child {
	text-shadow: none;
}

div.pagination {
	margin-top:5px;
	text-align:center;
}

span.nombre {
	font-weight:bold;
}

div.pagination a {
	text-decoration:none;
	font-weight:bold;
}

#rom_info table {
	font-size:0.9em;
}

#suggest-manufacturer {
	border-style:solid;
	border-width:1px;	
	padding:0px
	margin:auto;
	width:70%;
	position:fixed;
	top:31px;
	max-height:500px;
	left:20%;
	z-index:99;
	box-shadow: 0px 1px 15px -3px rgba(0,0,0,1);
	display:none;
}

#suggest-manufacturer .suggest-container {
	overflow-y: auto;
	height:96%;
}

#close-suggest-manufacturer {
	cursor:pointer;
}

#suggest-manufacturer li {
	cursor:pointer;
}

/* result */
.console {
	text-align: center;
}

/* from games */

h2 {
	padding:0px;
	margin:0px;
	z-index: -1;
}

h2 a {
	font-size:1.2em;
	color:inherit;
}

#summary {
	list-style-type:square;
	width:30%;
	float:left;
}

#download {
	margin-bottom:10px;
	text-align:center;
}

.console-icon {
	vertical-align: middle;
}

.infos {
	border-width:1px;
	border-style:solid;
	padding:3px;
	display:table;
	width:99%;
	margin-bottom:20px;
}


.sousinfo {
	margin-bottom:2px;
}

.labels {
	font-weight:bold;
	width:130px;
	text-align:right;
	display:inline-block;
}


.labels:after {
	content:" : ";
}

.values {
	font-weight:normal;
	display:inline-block;
	white-space: nowrap;
}


.hide {
	display:none;
}

#mameinfo_info,#stories_info,#dipswitch_info {
	font-size:0.8em;
}

#media {
	float:left;
	margin-left:1em;
}

.media {
	max-height:350px;
	max-width:350px;
}

#icon {
	border-style:solid
	border-width: 1px;
	margin-right:1em;
	padding:2px;
}

#media {
	display:table-row;
}

#media ul {
	display:table-cell;
	list-style:square;
}

#media li {
	cursor:pointer;
	text-decoration:underline;
}

#snapshot {
	display:table-cell;
	padding-left:2em;
}

#rom_info table {
	cursor:default !important;
}

/* stats */

.stats td:last-child {
	width:20%;
}

/* search-bar */

#search-bar {
	padding-left:5px;
	padding-top:2px;
	position:fixed;
	top:0px;
	left:2px;
	width:99%;
	border-style:solid;
	border-width:1px;
}

#search-bar div {
	display:inline-block;
	margin-right:5px;
}

#search-manufacturer select {
	width:200px;
}

#search-limit input {
	width:1.5em;
}

.stacktable.small-only {
	display:none;
}

#search-bar #search-options {
	display:none;
	cursor:pointer;
	float:right;
}

#loading {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding-top:15em;
	background: rgba(0,0,0,0.5);
	z-index:99;
	text-align:center;
}

/* footer */

#footer {
	text-align:right;
	margin-top:1em;
}