@charset "utf-8";
/* CSS Document */

#page-top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
	background: #666666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 6px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #b5b5b5;
}

#page-top a:before {
	content:'\f0d8';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-size: 3em;
}