.contents {
	width: 600px;
	padding: 0;
}

.download-buttons {
	margin-top: 20px;
	text-align: center;
}

.download-buttons .btn-group {
	display: inline-block;
}

.download-stable, .download-beta
{
	display: inline-block;
}

.download
{
	text-align: center;
}

.description {
	padding: 15px;
}


.extra-links {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 0.6;
	font-size: 11px;
	text-align: center;
}

.extra-links:hover {
	opacity: 1;
}

.fb_iframe_widget span {
	vertical-align: baseline !important;
}

.social-buttons {
	text-align: center;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.social-twitter, .social-facebook, .social-github, .social-google, .social-bluesky, .social-discord {
	display: inline-block;
	width: 33%;
}

.social-github .btn {
	background: #414141;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color: #fff;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.social-github .btn:hover {
	background: #222;
}

.social-github .btn:after {
    content: " ";
    background-image: url('Images/GitHub.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px;
    vertical-align: bottom;
    margin-left: 10px;
}

.social-twitter .btn {
	background-color: #1b95e0;
	background-image: linear-gradient(to bottom,#37a3e6,#1985c8);
	border-color: #05c #05c #003580;
	color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.social-twitter .btn:before {
    content: " ";
    background-image: url('Images/Twitter.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px;
    vertical-align: bottom;
    margin-right: 10px;
}

.social-twitter .btn:hover {
    background-color: #1985c8;
}

.social-twitter-2 {
	display: inline-block;
	height: 20px;
	width: 28%;
}

.social-bluesky .btn {
	background: #1185fe;
	border-color: #05c #05c #003580;
	color: #fff;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.social-bluesky .btn:before {
	content: " ";
	background-image: url('Images/Bluesky.svg');
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 20px 20px;
	vertical-align: bottom;
	margin-right: 10px;
}

.social-bluesky .btn:hover {
	background-color: #0065de;
}


.social-discord .btn {
	background: #5865F2;
	border-color: #05c #05c #003580;
	color: #fff;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.social-discord .btn:before {
	content: " ";
	background-image: url('Images/Discord.svg');
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 20px 20px;
	vertical-align: bottom;
	margin-right: 10px;
}

.social-discord .btn:hover {
	background: #7885FF;
}

.changelog .label {
	display: inline-block;
	width: 60px;
	text-align: center;
}

.changelog {
	margin: 0px;
}

.changelog, .changelog ul {
	list-style-type: none;
}

.changelog > li {
	margin-bottom: 10px;
}

.changelog > li:last-child {
	margin-bottom: 0;
}

.platforms li {
	color: rgb(120, 120, 120);
	border-top: 1px solid rgb(204, 204, 204);
	padding: 2px;
	list-style-type: none;
}
.platforms {
	padding: 0px;
	margin: 4px 0 0 0;
}
.platforms dd, .platforms dt {
	display: inline-block;
}
.platforms dl {
	margin: 3px 0 3px 0;
}

#Title {
	width: 665px;
}

div.Recent div.SaveGame {
	cursor: pointer;
	margin: 14px;
	width: 161px;
	float: left;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	border-radius: 4px;
}
div.Recent div.SaveGame div.SaveGameThumb {
	padding: 4px;
	-webkit-box-shadow: 0px 1px 0px rgb(255, 255, 255);
	-moz-box-shadow: 0px 1px 0px rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	box-shadow: inset 0.9px 2px 1px rgba(255,255,255,0.5);
}
div.Recent div.SaveGame div.SaveDetails {
	padding: 4px;
	background-color: rgb(245, 245, 245);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative;
}
div.Recent div.SaveGame div.SaveDetails span.Title {
	font-weight: normal;
	color: rgb(30, 30, 30);
	display: block;
}
div.Recent div.SaveGame div.SaveDetails span.Author {
	display: block;
	font-size: 11px;
	float: left;
}
div.Recent div.SaveGame div.SaveDetails span.Comments {
	display: block;
	font-size: 10px;
	float: right;
}
div.Recent div.SaveGame div.SaveGameThumb img {
	display: block;
	height: 96px;
	width: 153px;
}
div.Recent div.SaveGame div.SaveRating {
	padding: 2px;
	background-color: rgb(200, 0, 0);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: inline-block;
	position: absolute;
	bottom: 3px;
	right: 3px;
	color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
}
div.Recent {
	width:2268px;
	position: relative;
	right: 0;
}
div.RecentContainer {
	position: relative;
	height: 168px;
	width: 567px;
	overflow: hidden;
}

.Platform {
	width: 250px;
}

.Version {
	margin: 0;
	width: 100px;
}