@charset "utf-8";
.css-flash-banner {
	width: 100%;
	height: auto;
	margin: 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.css-flash-banner .css-message {
	width: 100%;
	padding: 10px;
	font-size: inherit;
}
.css-flash-banner .css-message a {
	color: inherit;
	font-size: inherit;
	text-decoration: underline !important;
	font-size: inherit;
	font-weight: inherit;
}
.css-flash-banner .css-close {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	float: right;
}
.css-close div {
	font-size: inherit;
	padding: 10px;
}
.css-message p {
	margin: 0px;
}
