﻿p.topbottom{
	text-align: center;
	font-size: 1.5em;
	color: #000000;
	clear: left;
}
p.pankz{
	margin-top: 4.5em;
	color: #707070;
}
p.pankz a{
	color: #0070cc;
}
body{
	background-color: #f0f0f0;
}
details{
	font-size: 1rem;
	background: #eeffee;
}
summary{
	background: rgba(255,230,255,1);
	box-shadow: 0 0 5px 1px #cccccc;
	padding: 5px;
	cursor:pointer;
}
summary:focus{
	outline: none;
}
img{
	max-width:30vw;
}
img.link{
	width: 60px;
}
table{
	border-spacing:0;
	width:100%;
	table-layout: auto;
	word-break: break-word;
}
td{
	color: #545454;
	text-align:center;
	vertical-align:top;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
nav.top	{
	box-shadow: 0 3px 3px 1px rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.2);
	width:3.5rem;
	height:3.5rem;
	bottom:1rem;
	right:5rem;
	position:fixed;
	cursor:pointer;
	overflow:hidden;
	z-index:9999;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: middle;
	line-height: 0.5em;
	background-color: rgba(0,0,255,0.2);
	color: rgba(255,255,255,1);
}
nav.top:hover{
	background-color: rgba(20,20,255,0.2);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),
	0 1px 10px 0 rgba(0,0,0,.12),
	0 2px 4px -1px rgba(0,0,0,.2);
}
nav.bottom {
	box-shadow: 0 3px 3px 1px rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.2);
	width:3.5rem;
	height:3.5rem;
	bottom:1rem;
	right:9rem;
	position:fixed;
	cursor:pointer;
	overflow:hidden;
	z-index:9999;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: middle;
	line-height: 0.5em;
	background-color: rgba(255,0,0,0.2);
	color: rgba(255,255,255,1);
}
nav.bottom:hover{
	background-color: rgba(255,20,20,0.2);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),
	0 1px 10px 0 rgba(0,0,0,.12),
	0 2px 4px -1px rgba(0,0,0,.2);
}

nav.menu{
	box-shadow: 0 3px 3px 1px rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.2);
	width:3.5em;
	height:3.5em;
	bottom:1em;
	right:1em;
	position:fixed;
	cursor:pointer;
	overflow:hidden;
	z-index:9999;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: middle;
	line-height: 1.5em;
	background-color: rgba(255,100,255,0.2);
}
nav.menu:hover{
	background-color: rgba(255,120,255,0.2);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),
	0 1px 10px 0 rgba(0,0,0,.12),
	0 2px 4px -1px rgba(0,0,0,.2);
}
nav .menu1{
	top: center;
	position: absolute;
	font-size: 1em;
	line-height: 1em;
	color: rgba(255,170,255,1);
} 
nav .menu2{
	top: center;
	position:absolute;
	font-size: 2.5em;
	color: rgba(0,0,0,0);
} 
nav .menu1,nav .menu2
		{ transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* FF */
		 -webkit-transition: all 0.5s ease-out; /* Chrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ }
nav .menuclick1	{
	top:center;
	color:rgba(0,0,0,0);
}
nav .menuclick2	{
	top: center;
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color:rgba(255,120,120,1);
}
#menu{
	position: fixed;
	font-size: 1.5em;
	line-height: 1.5em;
	display: none;
	right: 0em;
	bottom: 2.5em;
	list-style-type: none;
	background-color: rgba(255, 230, 255, 1);
	border: none;
	padding: 0px 0px 0px 0px;
	z-index: 9999;
}
@media screen and (max-width: 480px){
	p.pankz{
		margin-top: 0em;
	}
	summary{
		padding: 0px;
	}
	table{
		font-size: 0.7em;
	}
	img{
		max-width: 90%;
		max-height: 90%;
	}
	img.link{
		width: 50px;
	}
}