.cookiepolicy {
	background: #299A0B;
        color: white;
	bottom: 0;
	font: 14px Arial, Helvetica, sans-serif;
	left: 0;
	padding: 15px 50px;
	position: fixed;
	right: 0;
	text-align: center;
}

.cookiepolicy .button {
	background: #337AB7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
        border: 1px solid #337AB7;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
	padding: 6px 12px;
}

.cookiepolicy .button:hover{
    border: 1px solid white;
}