.cruddy-info-banner
{
	position: fixed !important;
	z-index: 99999 !important;
	left: 0 !important;
	right: 0 !important;
	display: none;
	padding: 15px !important;
	background-color: #555 !important;
	font-size: 13pt !important;
	text-align: center !important;
}

.cruddy-info-banner.banner-success
{
	background-color: #009900 !important;
}

.cruddy-info-banner.banner-error
{
	background-color: #990000 !important;
}

.cruddy-info-banner,
.cruddy-info-banner a
{
	color: white !important;
}

.cruddy-info-banner a
{
	text-decoration: underline !important;	
}

.cruddy-info-banner a:hover
{
	text-decoration: none !important;
}

.cruddy-info-banner.position-top
{
	top: 0;
}

.cruddy-info-banner.position-bottom
{
	bottom: 0;
}

.cruddy-info-banner > .content
{
	width: calc(100% - 40px);
}

.cruddy-info-banner > .close-button
{
	position: absolute;
	right: 20px;
	height: 20px;
	width: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.cruddy-info-banner > .close-button::before
{
	content: "X";
	display: block;
}