#cookie {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999;
	background: rgb(215, 215, 215);
}
#cookie .cookie-message {
	margin-left: 1em;
	flex: 1;
	-ms-flex: 1;
	padding: 12px 0;
}