body {
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	cursor:default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#go_back {
	text-align:center;
	color:#0CF;
	cursor:pointer;
	margin-bottom:20px;
}
#go_back:hover {
	text-decoration:un	derline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0CF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#description a {
	float: left;
	margin-left: 20px;
	width: 400px;
	color:#333;
	text-decoration:none;
	margin-bottom: 20px;
	margin-top:20px;
}
#header {
	font-size: 30px;
	text-align:center;
	margin-bottom:10px;
}
#picture {
	float: left;
	width: 40px;
	height:40px;
	clear:left;
	opacity:1;
}
#container {
	width: 90%;
	margin:0 auto;
}
#see_pdf a {
	color: #0CF;
	text-align: center;
	float: right;
	width: 100px;
	margin-left: 20px;
}
hr {
	clear: both;
}

@media only screen 
and (max-width : 768px) {
#picture {
	opacity:0;
	width:0px;
	height:0px;
	clear:none;
	float:none;
}
#description a {
	margin-left:0px;
}

@media only screen 
and (max-width : 640px) {
#picture {
	opacity:0;
	width:0px;
	height:0px;
	clear:none;
	float:none;
}
#description a {
	margin-left:0px;
	width:100%;
	text-align:center;
}
#see_pdf {
	visibility:hidden;
	height:0px;
	width:0px;
}