@media (prefers-color-scheme: dark) and (max-device-width: 480px) {
	.menu a {
		-moz-box-shadow:none !important;/*inset 0 2em 1em -1em #91d953;*/
		-webkit-box-shadow:none !important;/*inset 0 2em 1em -1em #91d953;*/
		box-shadow:none !important;/*inset 0 2em 1em -1em #91d953;*/
		border:none !important;
	}
	.menu b {
		display:none !important;
	}

	div.menu span.mobile a {
		width:15% !important;
		border:none !important;
	}
	
	div.menu span a {
		border:none !important;
		border-bottom: thin solid #111 !important;
	}

	div.menu span a.lang {
		border:none !important;
		border-bottom: none !important;
	}
	
	div.menu {
		border-bottom: 1px solid #111 !important;
		background-color:#444 !important;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}

}


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

body, html {
	min-width:0;
}

div.header {
	width:auto;
	min-width:0;
	text-align: center;
	position:static;
	padding:0.5em 0 0.3em 0;
	border-bottom:none;
}

div.header small {
	font-weight: normal;
	font-size:0.5em;
}

.footer span.copy {
	display:none;
}

.update {
	position:static;
	font-size:9px;
	margin:0;
	padding:0 2em;
}

img.appstore {
	width:45%;
	float:left;
	margin: 0 0.3em 0 0;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

div.appstore span {
	float:left;
	width:40%;
	padding: 8px 0;
}

.facebook {
	display: none;
}

div.content {
	margin:2em 0.7em 0.7em 0.7em;
}

div.content div {
	margin:0 !important;
}

div.footer {
	min-width:0;
	width:auto;
	position:static;
	height:4em;
}

div.menu {
	min-width:0;
	position:static;
}

div.pagedcontent {
	display:none;
}

div.content img {
	max-width: 120px;
}

.menu b {
	display:none;
}

span.mobile {
	display:block;
	padding:0;
	margin:0;
	height:auto;
	width:auto;
}


div.menu span.mobile a {
	width:15%;
	clear: none;
	display:inline-block;
	float:right;
	text-align: center;
	height: 2em;
	margin: 0;
	margin-right:1em;
	padding: 0 0.2em;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color: transparent;
	font-size: 0.6em;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

div.menu div {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	height:auto;
}

div.menu {
	display:block;
	width:100%;
	height: 5.5em;
	padding:0;
	margin:0;
	border-top: none;
	border-bottom: 1px solid #268a16;
	background-color:#77d42a;
	box-shadow: 0 4px 5px #ccc;
	-moz-box-shadow: 0 4px 5px #ccc;
	-webkit-box-shadow: 0 4px 5px #ccc;
}

.menu span span {
	display:inline;
}

.menu span {
	display:block;
	padding:0;
	margin:0;
	height:auto;
	width:auto;
}

div.menu span span a {
	width:15%;
}

div.menu span a {
	width:33.3%;
	float:left;
	font-size:0.75em;
	text-align: center;
	height: 2em;
	margin: 0;
	padding: 0.2em 0em;
	border:none;
	border-bottom: thin solid #268a16;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;

	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}


div.menu span a.current {
	background-color: #3c9801;
	color:white;
	text-shadow:0px -1px 0px #306108;
}


div.menu a.lang {
	width:15%;
	text-decoration: none;
	float : right;
	border:none;
	height: 2em;
	margin: 0;
	font-size: 0.6em;
	padding: 0 0.2em;
}


dd {
	margin:0;
	padding: 0.2em 0.5em 0.4em 1em;
}

ul {
	margin:0;
	padding: 1.1em;
}

li {
	margin:0 0 0.4em 0;
	padding:0;
}

h3 {
	font-size: 14pt;
	margin:0.1em 0;
	padding:0;
}



.screenshot {
	float:left;
	padding:0.5em;
	width:42%;
}

.screenshot img {
	border:1px solid #167a06;
	width:100% !important;
}

.screenshot span {
	display:block;
	text-align: center;
	padding:0.2em 0 1.5em 0;
	font-size:8pt;
	height:3em;
	margin:0;
	/*
	background-color:#87e43a;
	border:1px solid #167a06;
	*/
}

.screenshotipad {
	float:left;
	margin:0.5em;
	text-align:center;
	width:90%;
}

div div.screenshotipad img {
	border:1px solid #167a06;
	max-width:none;
	width:100%;
}

.screenshotipad span {
	display:block;
	text-align: center;
	padding:0.2em 0 1.5em 0;
	font-size:8pt;
	height:3em;
	margin:0;
	/*
	background-color:#87e43a;
	border:1px solid #167a06;
	*/
}


.screenshotwatch {
	float:left;
	margin:0.5em;
	width:42%;
}

.screenshotwatch img {
	border:1px solid #167a06;
	width:100% !important;
}

.screenshotwatch span {
	display:block;
	text-align: center;
	padding:0.2em 0 1.5em 0;
	font-size:8pt;
	height:3em;
	margin:0;
	/*
	background-color:#87e43a;
	border:1px solid #167a06;
	*/
}

dd {
	overflow:scroll;
}

}
