#cookiebar a {
	color: #191919;
	text-decoration: none;
}

#cookiebar a:hover {
	text-decoration: underline;
	color: #191919;
}

#cookiebar p {
	padding: 12px;
	padding-right: 40px;
	display: inline-block;
  margin-bottom: 0;
}

#cookiebar {
	text-align: right;
	background: rgba(255,255,255,1);
	position: fixed;
	bottom: 0px;
	z-index: 10000;
	width: 100%;
	min-height: 44px;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 0;
	color: #191919;
	font-size: 14px;
	text-align: center;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px -5px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px -5px 5px 0px rgba(50, 50, 50, 0.25);
}

#cookiebarCloser {
	position: relative;
	width: auto;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
	background: #084A94;
	color: #fff;
	padding: 8px 12px;
}
