div#COVID-Msg {
	background: #005991; 
	color: white; 
	z-index:999; 
	border-top: 4px solid #4ead49; 
	border-bottom: 2px solid gray; 
	width: 100%; 
	padding: 20px 0; 
	text-align:center; 
	font-size:28px; 
	display:block; 
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	text-decoration:none;
}

	div#COVID-Msg span {
		color: white;
		text-decoration: none;
	}

span#COVID-Msg-Header {
	font: 40px Arial, sans-serif; 
	color: white; 
	font-weight:600;
}

span#COVID-Msg-Links {
	font: 18px Arial, sans-serif; 
	color: white;
}
	span#COVID-Msg-Links a {
		display: inline-block;
		color: #afd8f8;
		text-decoration: none;
		border-left: 2px solid white;
		padding-left: 25px;
		padding-right: 25px;
	}
		span#COVID-Msg-Links a:first-of-type {
			border-left: none;
		}
	span#COVID-Msg-Links a:hover {
		color: white;
		text-decoration: underline;
	}

@media only screen and (max-width : 731px) {
	div#COVID-Msg {
		padding: 10px 0;
	}
	span#COVID-Msg-Links a {
		border: none;
		padding: 10px 0px;
		width:100%;
		
	}
		span#COVID-Msg-Links a:first-of-type {
			border-left: 0px;
			border-right: 0px;						
			padding-top:15px;
		}
		span#COVID-Msg-Links a:last-of-type {
			border-right: 0px;
			border: none;
		}
}

/* @media only screen and (max-width : 689px) { */
	/* span#COVID-Msg-Links a {		 */
		/* padding: 10px 20px; */
		/* border-right: 0px; */
		/* border-left: 2px solid white; */
	/* } */
		/* span#COVID-Msg-Links a:first-of-type { */
			/* border-right: 0px; */
		/* } */
		/* span#COVID-Msg-Links a:last-of-type {			 */
			/* border-left: 0px;			 */
		/* } */
/* } */
	
/* @media only screen and (max-width : 565px) { */
	/* span#COVID-Msg-Links a { */
		/* border: 0px; */
		/* padding: 10px 20px; */
		/* width: 190px; */
	/* } */
		/* span#COVID-Msg-Links a:first-of-type { */
			/* border-left: 0px; */
			/* border-right: 2px solid white; */
			/* padding-right: 31px; */
		/* } */
		/* span#COVID-Msg-Links a:last-of-type { */
			/* border-right: 0px; */
			/* border-left: 2px solid white; */
		/* } */
/* }	 */
