
/* GENERAL ------------------------------------------------------------------ */

#prompt,
#message {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 1.6em 2.4em;
	background-color: rgba(255,255,255,0.95);
	color: #000000;
	text-align: left;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

#prompt h2,
#message h2 {
	font-size: 150%;
	line-height: 1.3;
}

#prompt p,
#message p {
	margin-top: 1.2em;
}

#prompt ul,
#message ul {
	margin: 1.2em 0 0 1.2em;
}

#prompt a,
#message a {
	color: #0066cc;
}

.hidePrompt {
	position: absolute;
	right: 15px;
	top: 10px;
	bottom: auto;
	color: #000000 !important;
	font-size: 36px;
	font-weight: 200;
	line-height: 1;
	text-decoration: none;
	opacity: 0.333 !important;
	cursor: pointer;
}

.hidePrompt:hover {
	opacity: 1 !important;
}
