#cookiebar {
	z-index: 10000;
	position: fixed;
	bottom: 0px;
	width: 100%;
	float: left;
	display: none;
}
#cookiebar .cl_container {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	float: left;
}
#cookiebar .cl_content {
	color: white;
	font-size: 15px;
	float: left;
	width: 100%;
	text-align: center;
}
#cookiebar .cl_center1 {
	float: left;
	width: 100%;
}
#cookiebar .cl_message {
	/*float: left;*/
	display: inline-block;
	margin-top: 15px;
	margin-left: 20px;
}

#cookiebar .cl_message a{
	color: white;
	text-decoration: underline;
}

#cookiebar .cl_message a:hover{
	color: white;
	text-decoration: underline;
}

#cookiebar .cl_button {
	/*float: left;*/
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	border-radius:	5px;
	cursor: pointer;
	background-color: #f1d600;
	color: black;
	margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}
#cookiebar .cl_button:hover {
	background-color: #ad9900;
}