/**
 *  author:		Kvitek Gergely - kvitech.sk
 *	version:	1.0 - 2015/12/14
 *
 */

#cookieStar {
	display: none;	
}

.cookieStar {
	font-size: 14px;
	position: fixed; 
	z-index: 99999;
		bottom:0%;
		width:100%; 
	background: rgba(120,120,120,0.98);
	color: #fff;
	text-align: center;
	padding:12px 5px;
}

.cookieStar a,
.cookieStar a:visited{
	color: #fff;
	text-decoration: none;
}

.cookieStar a:hover{
	text-decoration: underline;
}

#cookieClose {
	color: #191919;
	font-weight: bold;
	padding-left:20px;
	text-decoration: none;
}