.homebutton {
	background:white;
	position: fixed;
	bottom: 58px;
	width: 32px;
	height: 32px;
	right: 16px;
	color:#555555;
	cursor: pointer;
	display: none;
	z-index: 900;
	text-align:center;
	vertical-align: middle;
	padding-top:5px;
	border-radius: 5px;
}

.homebutton:hover {
	background:#e6e6e6;
}

.homebutton i {
	font-size: 1.5em;
}
