#gc_cookies {
	display: none;
	position: fixed;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0%;
	padding-right: 0%;
	text-align: center;
	color: #fff;
	z-index: 99999;
	background-color: rgba(14,190,244,0.6);
	}
.gc_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	top: 20%;
	bottom: 20%;
	line-height: 21px;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
}
.gc_text a.ok {
	color: #000;
	text-decoration: none;
}
.gc_text a.info {
	text-decoration: none;
	color: #CCFF00;
}
