body {
	background-color: #b5cbd6;
	color: #000000;
	font-family: helvetica;
}

#container {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	width: 100%;
}

header {
	text-align: center;
}

header>p>img {
	border-width: 0px;
	max-width: 100%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

header .flag>img {
	max-height : 1em;
}

header .flag {
	display: block;
	float: right;
	width: 2em;
	text-align: center;
}

header .flag:not(.active) {
	opacity: 0.6;
}

header .flag:hover {
	opacity: 1;
}

.link::before {
	content: "[";
}

.link::after {
	content: "]";
}

a {
	color: #000000;
	text-decoration: underline;	
}

a:visited {
	color: #1f1f1f;
}

a:hover {
	text-decoration: none;
	background-color: #c6dce7;
}

article h1,
article h2 {
	text-align: center;
	text-shadow:0 1px 1px rgba(255,255,0,0.5);
}

article p>img {
	border-width: 0px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	text-align: center;
	font-size: 0.9em;
}

.ListItem {
	height: 3em;
	margin: 1em;
}

.ListItem a {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 0.3em;
}

.ListItem img {
	max-width: 3em;
	max-height: 3em;
	height: 100%;
	vertical-align: middle;
}

.download {
	text-align: center;
}

.storebadge img {
	height: 5em;
}

.wip {
	text-align: center;
}
