#site-information {
	height:	180px;
	padding: 10px 30px;
	overflow-y: auto;
	background-color: #f1f1d4;
	font-family: "Georgia", serif;
	line-height: 1.4;
	font-size:0.95em;
	display: block;
}
	#site-information section {
		font-family: "Arial", sans-serif;
		background-color: #fff;
		font-size:0.95em;
		float: right;
		line-height: 1.2;
		width:	75%;
		border-radius: 	2px;
		padding:	1em 1.5em;
		margin:	-0.5em 0 0 2em;
	}
		#site-information section p + p {
			margin-top: 0.5em;
		}
		#site-information section p:first-of-type {
			font-weight: bold;
		}
		#site-information section p:last-of-type {
			font-size: 0.95em;
			color: #818151;
		}

		#hide-information {
			font-size: 0;
		}
		#hide-information::after {
			content: "Information";
			font-size: 11pt;
		}
.tab-frame {
	top: 220px;
}

#site-information.info-open {
	height: 0 !important;
	padding: 0 30px !important;
	overflow-y: hidden !important;
}

.tab-frame.info-open {
	top: 40px;
}

#guest-login-button::after {
	content: "Click!";
	position: absolute;
	right: -90px;
	top: -35px;
	background-color: rgba(64,114,245,0.8);
	color: 	#fff;
	padding:	35px 25px;
	border-radius: 50%;
	z-index: 	997;
	font-size: 	1.2em;
}
.add-button::after {
	content: "Click!";
	position: absolute;
	right: -90px;
	top: -35px;
	background-color: rgba(245,114,64,0.8);
	color: 	#fff;
	padding:	35px 25px;
	border-radius: 50%;
	z-index: 	997;
	font-size: 	1.2em;
}

#onload-popup .message {
	padding-top:		140px;
	background-image: url('http://m3.mappler.net/dft_images/images/png/ballot.png');
	background-size: 90px;
	background-position: center 15%;
	background-repeat: no-repeat;
	text-align: 	center;
	line-height: 		1.4;
}
	.message h2 {
		font-size: 	1.3em;
		margin-bottom: 0.5em;
	}
	.message a {
		display: 	block;
		margin-top:		0.5em;
		font-weight: 	bold;
	}