* {
	margin  : 0px;
	padding : 0px;
}

body {
	background-color : #10172A;
	font-family      : Arial, Helvetica;
	font-size        : 100.01%;
	color            : #ffffff;
}

h1 {
	font-size   : 26px;
	font-weight : bold;
}

a {
	color           : #ffffff;
	text-decoration : none;
}

ul {
	list-style-type     : disc;
	list-style-position : inside;
	line-height         : 124%;
	margin              : 0 auto;
	width               : 85%;
	text-align          : left;
}

img {
	border-style : none;
}

img.button {
	opacity : 0.9;
}

img.button:hover {
	opacity : 1;
}

img.imgborder {
	border        : 1px solid #000;
	border-radius : 16px;
}

img.edition {
	border    : 1px solid #fff;
	height    : auto;
	max-width : 700px;
	width     : 99%;
}

img.editionButton {
	height    : auto;
	max-width : 200px;
	width     : 99%;
}

img.start {
	height    : auto;
	max-width : 700px;
	width     : 99%;
}

table.edition {
	max-width : 700px;
	margin    : 0 auto;
}

div.appimg {
	border        : 2px solid #fff;
	border-radius : 20px;
	display       : inline-block;
	margin        : 1% 0%;
	width         : 350px;
}

div.appimg img.appimg {
	border-radius : 20px;
}

div.gamecard {
	background    : #fff1;
	margin        : 1em 0;
	padding       : 0.5rem;
	border-bottom : 1px solid #fff5;
	border-top    : 1px solid #fff5;
}

#content, #contentStart {
	margin     : 0 auto;
	max-width  : 760px;
	text-align : center;
}

.backgroundPic {
}

#contentStart {
	background-image : none;
}

#header {
	margin-bottom : 2%;
	min-height    : 90px;
}

#menu {
	background     : #fff1;
	border-bottom  : 1px solid #fff5;
	padding-bottom : 0.3rem;
	margin-bottom  : 1rem;
}

#contact {
	text-align : center;
}

div.menupoint {
	display : inline-block;
	width   : 19%;
}

#highscoreslist {
	font-size   : 18px;
	line-height : 24px;
	margin      : 0px auto;
	text-align  : left;
	padding     : 4px;
	width       : 500px;
	min-height  : 150px;
}

a.currentButton {
	color : #f00;
}

ol {
	list-style-position : inside;
}
