.gb-description{
	font-size: 1.2em;
}
.gb-screenshot{
	width: 320px;
	height: 288px;
	margin-bottom: 20px;
	image-rendering:optimizeSpeed;             /* Legal fallback */
	image-rendering:-moz-crisp-edges;          /* Firefox        */
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	image-rendering:crisp-edges;               /* CSS4 Proposed  */
	image-rendering:pixelated;                 /* CSS4 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}


.gb {
	background-image:url('../img/gb/Gameboy_Cartridge_Icon_385x440px.png');
	width:385px;
	height:440px;
	margin:0;
	display:block;
	font-size: 0.82em;
}

.gb table{
	display:block;
	position:relative;
	top: 180px;
	left: 50px;
	width: 285px;
	background: rgba(200, 200, 200, .0);
	text-align: center;
	margin-bottom: 1.25em;
}

/* Tables */
.gb table thead, .gb table tfoot {
	font-weight: bold;
}
.gb table thead tr th, .gb table thead tr td,
.gb table tfoot tr th, .gb table tfoot tr td {
	padding: 0.5em 0.625em 0.625em;
	font-size: inherit;
	text-align: center;
}
.gb table tr th,.gb table tr td{
	padding: 0.5625em 0.450em; font-size:
	inherit; 
}
.gb table thead tr th, .gb table tfoot tr th,
.gb table tbody tr td, .gb table tr td, .gb table tfoot tr td {
display: table-cell; line-height: 1.6;
}

.gb .not {
	background-color: #ececec;
}
.gb .gametitle {
	background-color:#d3d3d3;
}
.gb .gamecode {
	background-color: #ececec;
}
.gb .cgb {
	background-color: #d3d3d3;
}
.gb .makercode {
	background-color: #ececec;
}
.gb .sgb {
	background-color: #d3d3d3;
}
.gb	.type {
	background-color: #ececec;
}
.gb .romsize {
	background-color: #d3d3d3;
}
.gb .ramsize {
	background-color: #ececec;
}
.gb .destination {
	background-color: #d3d3d3;
}
.gb .oldmakercode {
	background-color: #ececec;
}
.gb .romversion {
	background-color: #d3d3d3;
}
.gb	.checksumHeader {
	background-color: #ececec;
}
.gb .checksum {
	background-color: #d3d3d3;
}