/* PW CSS */
#metered_access_stub,
.content_bootstrap,
.content_default {
	display: none;
}
.meter-notice {
	position: fixed;
	top: 70vh;
	left: 0px;
	background: #d9edf7;
	color: #333;
	z-index: 9999;
	font-size: 1.1em;
	padding: 20px 40px 30px 40px;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.meter-notice a {
	font-weight: bold;
	color: #31708f;
}
.meter-notice .close-me {
	cursor: pointer;
	float: right;
	opacity: 0.25;
	font-size: 1.25em;
	margin-top: -5px;
	margin-right: -20px;
}
.meter-notice .close-me:hover {
	opacity: 0.5;
}
.meter-notice h3 {
	font-size: 1.1em;
	color: #31708f;
	line-height: 2.0;
	margin: 0 0 8px 0;
	padding: 0;
}
.meter-notice.warn {
	background: #fcf8e3;
}
.meter-notice.warn h3,
.meter-notice.warn a {
	color: #8a6e3c;
}