.cc-message {
/*
	-ms-flex-wrap:nowrap;
	box-sizing:border-box;
	cursor:pointer;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:nowrap;
*/
/* 	font-family:Helvetica,Calibri,Arial,sans-serif; */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	/* margin-bottom: 100px; */
/*
	font-size:16px;
	line-height:1.5em;
	overflow:hidden;
	padding:.5em;
	position:fixed;
	z-index:9999;
*/
}

.cc-window.cc-floating {
	max-width: 100%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 0;
}

.cc-window.cc-floating .cc-compliance {
	margin-left: auto;
}

@media (max-width: 650px) {
	.cc-window.cc-floating {
		flex-direction: column;
		align-items: flex-start;
	}

	.cc-window.cc-floating .cc-compliance {
		margin-left: 0;
		margin-top: 10px;
	}
}

.cc-revoke, .cc-window {
/* 	font-family: Helvetica,Calibri,Arial,sans-serif; */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: white;
/*
	font-size: 16px;
	line-height: 1.5em;
*/
}

.cc-dismiss {
/* 	color: rgb(0, 0, 0); */
	color: white;
/*
	border-color: transparent;
	background-color: rgb(164, 127, 111);
*/
}


