body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
}

#container {
	margin: auto;
	/*border: 1px solid red;*/
	width: 342px;	
}

#pacman #start-cover {
	position: absolute;
	top: 70px;
	height: 0;
}

body#game, body#game #container {
	background-color: #000;
}

#container .image-container {
	text-align: center;
}

#container h1 {
	margin: auto auto 20px auto;
	text-align: center;
	font-size: 23px;
}

#container .wrapper-result-list {
	text-align: center;
}

#container .wrapper-result-list h1 {
	margin: 20px 0 -5px 0;
	font-weight: normal;
}

#container .wrapper-result-list span.result {
	font-weight: bold;
	font-size: 40px;
	display: block;
}

#container .wrapper-result-list a.standard-button {
	display: inline-block;
}

#container .wrapper-start a.toned-button,
#container .wrapper-result-list a.toned-button {
	margin-right: 5px;
}

#container .wrapper-result-list a.standard-button:last-child {
	margin-left: 5px;
}

#container .wrapper-result-list #result-list-table-wrapper {
	background-color: #000;
	margin-bottom: 20px;
}

#container .wrapper-result-list table {
	width: 100%;
	margin-top: 20px !important;
	text-align: left;
	margin: auto;
	border-spacing: 0;
	background-color: #000;
	color: #f3cb4f;
}

#container .wrapper-result-list table th {
	width: 50%;
	font-size: 20px;
	padding: 10px 20px;
	color: #f3cb4f;
}
#container .wrapper-result-list table td {
	padding: 5px 20px;
}

#container .wrapper-result-list table td span {
	font-weight: bold;
}

#container .wrapper-result-list table tr.current-game {
	font-weight: bold;
}

#container .wrapper-result-list table tr:nth-child(odd) {
	/*background-color: #c8e6f4;*/
}

#container .wrapper-start h1 {
	font-size: 35px;
	margin-top: 60px;
}

#container .wrapper-start p {
	text-align: center;
	width: 80%;
	margin: 20px auto 40px auto;
	line-height: 22px;
}

#container .wrapper-start .standard-button {
	margin-left: auto;
	margin-right: auto;
}

#container #controllers {
	
	text-align: center;
}

form {
	text-align: center;
}

form input#email-field {
	border: 1px solid #a9ceea;
	border-radius: 2px;
	padding: 5px;
	font-size: 20px;
	background-color: #f7f7f7;
	color: #8f8f8f;
	width: 260px;
	-webkit-appearance: none;
}

#pacman-modal #pacman-result-name {
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	padding: 5px;
	font-size: 20px;
	background-color: #f5f5f5;
	color: #9c9c9c;
	-webkit-appearance: none;
	width: 100%;
}

input.standard-button, a.standard-button {
	padding: 10px;
	background-color: #1c75bf;
	border: transparent;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	width: 160px;
	margin: 20px 0 10px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-appearance: none;
}

input.toned-button, a.toned-button {
	background-color: #eaeaea;
	color: #000;
}

#pacman-modal-bg {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}

#pacman-modal {
	width: 320px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -160px;
	margin-top: 50px;
	height: 450px;
	z-index: 100001;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	border-radius: 20px;
}

#pacman-modal.small {
	height: 175px;
}

#pacman-modal .right .content {
	padding: 10px 20px;
}

#pacman-modal .right .content .inner {
	padding: 20px;
	height: 350px;
}

#pacman-modal .right .content.small .inner {
	height: 70px;
}

#pacman-modal .right .content .close {
	font-size: 25px;
	line-height: 14px;
	float: right;
}

#pacman-modal .right .content .close i {
	line-height: 0;
}

#pacman-modal .right .content .close a {
	color: #464646;
}

#pacman-modal h1 {
	font-size: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#pacman-modal #modal-buttons {
	text-align: right;
	padding: 10px 20px;
}

#pacman-modal #modal-buttons a {
	text-decoration: none;
	color: #0091d4;
	font-weight: bold;
	font-size: 20px;
}

#pacman-modal span.question-number {
	font-weight: bolder;
}

#pacman-modal .question {
	margin-bottom: 10px;
}

#pacman-modal .question input[type="radio"] {
    display:none;
}

#pacman-modal .question input[type="radio"] + label span {
    display: inline-block;
    width: 90%;
    min-height: 30px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/Spelbits/checkbox-unchecked.png) top left no-repeat;
    cursor: pointer;
    background-size: 30px;
    text-align: left;
    padding-left: 40px;
}

#pacman-modal .question input[type="radio"]:checked + label span {
    background: url(../images/Spelbits/checkbox-checked.png) top left no-repeat;
    background-size: 30px;
}

#pacman-modal .question label span em {
	font-weight: normal;
	font-style: normal;
	position: relative;
	top: 4px;
}

#pacman-modal p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}

#pacman-modal p a {
	color: #8b7787;
}

#pacman-modal pre {
	margin: 20px 0;
	font-size: 20px;
	text-align: center;
}

#pacman-modal .extra-info {
	font-size: 17px;
}

#pacman-modal em {
	font-weight: bolder;
}

#pacman-modal form input {
	display: block;
}

#pacman-modal form input.error {
	border: 1px solid #ff5252 !important;
}

#pacman-modal form input#pacman-modal-email-field {
	border: 1px solid #c2c2c2;
	padding: 15px;
	font-size: 15px;
	text-transform: uppercase;
	width: 335px;
	margin-bottom: 10px;
	background-color: #fff;
}

#pacman-modal form button#pacman-modal-submit,
button#pacman-modal-submit {
	width: 367px;
	font-size: 15px;
	border: 1px solid #8b7787;
	font-weight: bolder;
	cursor: pointer;
	background-color: #ae97a9;
	padding: 15px;
	color: #fff;
}

#pacman-modal form button#pacman-modal-submit:hover,
button#pacman-modal-submit:hover {
	background-color: #8b7787;
}

#pacman-modal form button#pacman-modal-submit.loading,
button#pacman-modal-submit.loading {
	background-color: #c2c2c2;
	border: 1px solid #444;
	cursor: wait;
}

@media screen and (max-width: 736px) {

	/*#pacman-modal {
		width: 90%;
		margin-left: 0;
		margin-right: 0;
		left: 5%;
		height: auto;
	}

	#pacman-modal .left {
		display: none;
	}

	#pacman-modal .right {
		float: none;
		width: 100%;
	}

	#pacman-modal h1 {
		font-size: 30px;
		line-height: 30px;
	}

	#pacman-modal p {
		font-size: 15px;
		line-height: 20px;
	}

	#pacman-modal form input {
		width: 87% !important;
		width: calc(100% - 30px) !important;
	}

	#pacman-modal form button,
	#pacman-modal button {
		width: calc(100% + 2px) !important;
	}*/
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
	/*#pacman-modal {
		width: 90%;
		left: 5%;
		margin-left: 0;
		margin-right: 0;
	}*/
}

.header-title p { font-size: 21px; text-align: center; }
.logo-container { display: flex; }
.logo-container img { max-width: 260px; margin-left: auto; margin-right: auto; }
