﻿/*
.AdminMessage::before{
	content:"Planned Outage due to maintenance by our power utility: Tuesday, June 9th from 9:00 PM ET until no later than June 10th 1:00 AM ET.\A No web content will be available during this time, including all exams, courses or other content. \AWe apologize for any inconvenience.";
	background-color:#CCFF99;
	font-weight:bolder;
	width:100%;
	position:fixed;
	right:0;
	bottom:0;
	white-space: pre;
	text-align: center;
	z-index:1
}
body{padding-bottom:500px;}
*/

.AdminMessage{
	display: none ;

}


/* 
USE \A with the white-space: pre; to introduce a line break; 
No HTML in Content elements. But you can use url(...) to link to an image.

Insert "<div class="AdminMessage"></div>" right after the opening body tag.
<link rel="stylesheet" href="https://info.captus.com/webimages/captus/styles/adminmessage.css">

Uncomment first block and comment out display: none to activate.

*/