body {
	background-color: #fff;
	color: #606060;
	width: 900px;
	font-family: 'Libre Baskerville', serif;
	font-size: 10pt;
	margin: auto;
	margin-top: 1.25em;
	line-height: 1.5em;
}
.maintitle {
	display: block;
	font-size: 30pt;
	padding: 50pt 0;
	text-align: center;
	width: 100%;
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
	margin-bottom: 5pt;
}
a {
	color: #606060;
}
.game {
	position: relative;
	display: table;
	margin-bottom: 20pt;
	border-top: 1px solid black;
	width: 860px;
	padding: 0 20px 20pt 20px;
}
	.game.last {
		height: 0;
	}
	.game .title {
		font-weight: bold;
		color: black;
	}
	.game .game-inner {
		display: table-row;
	}
	.game .left {
		display: table-cell;
		height: 100%;
		padding-right: 10pt;
	}
	.game .right {
		text-align: right;
		display: table-cell;
		width: 320px;
		height: 100%;
	}
	.game .right img {
		margin-bottom: 10px;
	}
	.game .star, .game .dot {
		width: 10px;
		height: 10px;
	}
	.game .shot, .game .shot img {
		position: relative;
		width: 300px;
		height: auto;
	}
	.game .date {
		padding-bottom: 20pt;
	}
	.game .title {
		font-size: 18pt;
		margin: 1.25em 0;
	}
	.game .blurb {
		text-align: left;
	}
	.game .blurb h1 {
		font-size: 14pt;
	}
	.game .comment {
		position: relative;
		display: block;
		padding-left: 20pt;
	}
	.game .comment, .game .comment a {
		color: black;
	}
	.game .comment .arrow {
		position: absolute;
		display: block;
		width: 20px;
		height: 20px;
		left: 0;
		top: -1px;
	}
	.game .section {
		margin-bottom: 2em;
	}
	.game .source-code {
	}
	.game ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-left: 20pt;
	}
	.game li {
	}
	.game .releasenotes {
		margin: 10pt 0 10pt;
		color: #606060;
		font-size: 10pt;
		white-space: pre-wrap;       /* css-3 */
		white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
		white-space: -pre-wrap;      /* Opera 4-6 */
		white-space: -o-pre-wrap;    /* Opera 7 */
		word-wrap: break-word;       /* Internet Explorer 5.5+ */
		font-family: monospace;
		border: 1px dotted #c0c0c0;
		border-width: 1px 0;
		padding: 10pt 0;
	}
	.game .download:first-of-type {
		margin-bottom: 0.5em;
	}
	.game .download:first-of-type .file {
		/* border: 1px solid #606060; */
		background-color: #606060;
		color: white;
		padding: 2pt 10pt 2pt 10pt;
		margin: 0 5pt 0 0;
		text-decoration: none;
		border-radius: 4px;
	}
	.game .download span {
		padding-right: 5pt;
	}

	.game .comment, .game .comment a,
	.game .links, .game .links a, 
	.game .downloads, .game .download a, 
	.game .download:first-of-type .file {
		/* color: black;
		border-color: black; */
		/* color: rgb(81, 112, 129);
		border-color: rgb(81, 112, 129); */
		/* color: #609070 !important; */
		/* border-color: #609070; */
	}

.footer-hr {
	width: 100%;
	margin: 40pt 0 5pt 0;
	border-bottom: 1px solid black;
}
.footer {
	border-top: 1px solid black;
	margin-bottom: 40pt;
	padding-top: 40pt;
	text-align: center;
}
.social {
	font-size: 6pt;
	padding: 2px;
	margin: 0 4px;
}



