.cookie_panel {
	background-color: #000000;
    color: #ffffff;
	padding: 10px;
	text-align: center;
    font-size: 14px;
    line-height: 20px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100000;
	text-shadow: none;
}

.cookie_panel a {
	border: 1px solid #ffffff;
	padding: 5px;
	margin: 5px 0px 5px 10px;
	color: #ffffff;
	font-size: 12px;
}

.cookie_panel a:last-child {
	margin-left: 2px;
}