﻿.website-notification {
	display: none;
	background-color: #890c12;
	color: #ffffff;
	padding: 15px 0px 15px 0px;
	font-size: 18px;
	position: fixed;
	 z-index: 1000000;
	 width: 100%;
}

	.website-notification a.close {
		margin-top: 2px;
    	color: #ffffff !important;
    	opacity: 1;
    	text-shadow: none
	}

@media (min-width: 0px) and (max-width: 425px) {
	.website-notification {
		font-size: 12px;
	}
}