/* 2015-03-16T22:51+0100 lj */
html
{
	background-image: url(PT3.svgz);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #dddddd;
	height: 100%;
}
body
{
	font-size: 120%;
	font-family: 'times new roman', times, serif;
	color: #333333;
}
#Box
{
	width: auto;
	height: 60%;
	border: 2px #777777 solid;
	border-radius: 0.75em;
	margin: 8% 18%;
	padding: 1em 1.5em;
	background-color: white;
	opacity: 0.8;
	text-align: center;
	box-shadow: 0.25em 0.25em 1em #666666;
}
p.jse { text-align: right; }
p.jse img { width: 26.25em; height: auto; }
h1 { padding-top: 1.25em; padding-bottom: 1em; font-size: 1.75em; }

ul { padding: 0; margin: 0; list-style-type: none;}
ul li
{
	display: inline;
	padding: 0.5em;
	white-space: nowrap;
	line-height: 2em;
	font-size: 1.25em;
}
ul li a { padding: 0.5em 1em; color: #333333; }
ul li a:hover { text-decoration: none; }
address
{
	padding-top: 2.5em;
	padding-bottom: 0.5em;
	clear: left;
	font-style: normal;
	font-size: 1.25em;
}
address span { white-space: nowrap; }


@media only screen and (max-width: 1401px) {
	body { font-size: 100%; }
}


@media only screen and (max-width: 800px) {
	body { font-size: 80%; }
	#Box { margin: 6% 15%; }
}


@media only screen and (max-width: 576px) {
	body { font-size: 60%; }
	#Box { margin: 4% 10%; }
}


@media only screen and (max-width: 480px) {
	#Box { margin: 4% 2%; border: 1px #777777 solid; opacity: 0.7; color: #000000; }
	ul li { font-size: 1.5em; }
	address { line-height: 1.5em; }
}
