﻿.website-notification {
	display: none;
	background-color: #3a4664;
	color: #ffffff;
	padding: 15px 0px 15px 0px;
	font-size: 18px;
	position: fixed;
	z-index: 1000000;
	width: 100%;
}

	.website-notification a, .website-notification a:hover, .website-notification a:active {
		color: #fff;
	}

		.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;
	}
}

.toast-notification {
	position: fixed;
	z-index: 10000;
	bottom: 10px;
	right: 10px;
}

	.toast-notification img {
		width: 180px;
	}

@media (min-width: 0px) and (max-width: 425px) {
	.toast-notification img {
		width: 100px;
	}
}