
#kumkuatnotifycookie a { color: #FFF; text-decoration: none; }
#kumkuatnotifycookie a:hover { color: #FFF; text-decoration: underline; }

#kumkuatnotifycookie {
	
	position: fixed;

	background-color: #3C404B;
	opacity: 0.9;

	z-index: 100;
	bottom: 0px;
	width: 100%;
}

#kumkuatnotifycookie .wrapper {
	background-color: #3C404B;
	opacity: 0.9;
	margin-left: auto;
	margin-right: auto;
	height: 32px;
	width: 949px;
	text-align: left;
	color: #FFF;
	padding: 5px 5px 5px;
}

#kumkuatnotifycookie_btn {
	color: #3C404B !important;
	background: #fff;
	padding: 5px 11px 7px;
	border-radius: 5px;
	float: right;
	margin-top: 3px;

	width: 120px;
	text-align: center;
}
#kumkuatnotifycookie_btn:hover { text-decoration: none !important; }

