/*

	Style for the Cookie Info div

*/

#cookieInfoDiv {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	/* Same as: background-color: rgba(255, 255, 151, .8); */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP4/3/6GQAI+ANi8DzgSQAAAABJRU5ErkJggg==);
	color: #333;
	font-size: 14px;
	z-index: 100000;
}

#cookieInfoInner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

#cookieInfoText {
	float: left;
	width: 70%;
	padding: 0 5%;
	text-align: center;
}

#cookieInfoBtn {
	float: right;
	width: 15%;
	min-width: 150px;
	padding-top: 1em;
	text-align: center;
}

.phone #cookieInfoText,
.phone #cookieInfoBtn {
	clear: both !important;
	float: none !important;
	width: 95% !important;
	padding: 0 5% !important;
}

#cookieInfoBtn button {
	font-size: 16px;
	cursor: pointer;
	white-space: nowrap;
}

