img {
}

body {
	background: #FFFFFF;
}

.thumbnail {
	float: left;

	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	
	/* margin-right adds padding without extending the image! */
	margin-right: 8px;

	/* Center the image */
	#display: block;
	#margin-right: auto;
	#margin-left: auto;

	width: 512;
	height: 320;
	border: solid;
	border-color: #222222;
}

.game {
	text-align: left;
	overflow: hidden;
	padding-bottom: 8px;
}

.name_block {
	#width: 512px;
	height: 80px;
	padding-bottom: 8px;
}

.image_caption {
	padding-left: 0px;
	position: relative;
	top: -2px;
}

.summary {
	text-align: left;
	padding-left: 0px;
}

.codeblock {
	display: block;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: monospace;
    font-size: large;
    align-items: start;
    #text-align: left;
    padding: 1em;

	border: solid;
    border-width: 1px;
    background-color: #F5F5F0;
    padding-top: 0px;

}

.idlogo {
    color: yellow;
    background-color: blue;
}
