div#helper {
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	color: #000000;
	z-index: 10000;
	font-family: helvetica !important;
}

div#helper div#helperContent {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

div#helper div.align {
	padding: 20px 50px 20px 50px;
}

div#helper ul {
	list-style-type: none;
	font-size: 13px;
}

div#helper ul li {
	padding-bottom: 50px;
}

div#helper h1 {
	font-family: helvetica;
	font-size: 40px;
	color: #000000;
}

div#helper pre, div#helper pre p {
	font-family: helvetica !important;
	font-size: 12px !important;
	line-height: 16px !important;
}

a#helperButton {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	z-index: 10001;
	background-color: #ee0854;
}