﻿.pagehelp {
	background-color: #1c8921;
	color: white;
	padding: 15px;
	border-radius: 5px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	border: 0;
}

	.pagehelp:hover, .pagehelp:focus {
		background-color: #157119;
		outline: 0 !important;
	}

#pageHelpButton {
	position: fixed;
	bottom: 10px;
	left: 13px;
	z-index: 99;
}