@charset "UTF-8";
/* CSS Document */
#page-top {
	position: fixed;
	bottom: 5px;
	right: 15px;
	font-size: 65%;
}
#page-top a {
	background-color: hsla(0,0%,40%,0.70);
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding-top: 9px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 14px;
	text-align: center;
	display: block;
	border-radius: 27px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: hsla(0,0%,60%,0.70);
}
