body {
	font-size: 17px;
	line-height: 1.6em;
	background-color: #F3F3F8;
}

.header {
	background: linear-gradient(180deg, rgba(25, 37, 81, 1) 0%, rgba(132, 140, 177, 1) 100%);
	border-color: #e7e7e7;
	text-align: center;
}

.logoName {
	padding: 15px 0 15px 0;
}

.logoName a {
	text-decoration: none;
}

.menuTitle {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-left: 10px;
	position: relative;
	top: 5px;
}

.menu {
	text-align: center;
}

/* 1240px shows both sidebars without any cutoff */
@media(width >= 1240px) {
	.menu {
		display: none;
	}
	
	.textBody {
		width: 800px;
		padding-left: 26px;
		padding-right: 26px;
	}
	
	.mobileMenu {
		display: none;
	}
}

/* 1240px shows both sidebars without any cutoff */
@media(width < 1240px) {
	.sideBar {
		display: none;
	}
	
	.textBody {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		max-width: 800px
	}
	
	.mobileMenu {
		padding-left: 10px;
		max-width: 800px;
		margin: auto;
	}
}

.menu a {
	margin-left: 5px;
	margin-right: 5px;
}

.sideBar {
	position: absolute;
}

.leftSideBar {
	right: 100%;
	min-width: 200px;
	margin-right: 20px;
}

.leftSideBar h4 {
	font-weight: bold;
}

.rightSideBar {
	left: 100%;
	margin-top: 10px;
	margin-left: 20px;
}

.sideBarList {
	padding-left: 0;
}

.textBody {
	position: relative;
	margin: auto;
	background-color: #ffffff;
}

.footer {
	text-align: center;
	margin-top: 10px;
}

.minute-counter {
	font-weight: bold;
}

.score-type {
	font-weight: bold;
}

.infobox {
	float: right;
	margin-left: 10px;
	max-width: 300px;
}

.screenshotLink img {
	margin-top: 15px;
	margin-bottom: 15px;
}

a {
	color: #5B5FAA;
}

a:hover {
	color: #252CAE;
}

a:focus {
	color: #5B5FAA;
	outline: none;
}

.siteType {
	margin-top: 0;
	margin-bottom: 0;
}

.postTitle {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 20px;
}

.page-header {
	padding-bottom: 9px;
	margin: 0 0 20px 0;
}

.summaryimage, .teaser_image, .cover_image_no_infobox, .image, div.manualImage img {
	padding: 6px;
	margin: 0px 6px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

div.manualImage {
	margin-bottom: 10px;
	text-align: center;
}

.manualTeaserImage {
	text-align: center;
	margin-bottom: 10px;
}

a:has(> img.summaryimage) {
	float: right;
}

.listPost {
	display: inline-block;
	width: 100%;
}

.question {
	font-weight:bold;
}

.infoboximage {
	text-align: center;
}

.gamename {
	text-align: center;
	font-size: large;
	padding-bottom: 0;
}

.centerinfobox {
	text-align: center;
}

.byline {
	margin-top: 10px;
}
