#cookieconsentbar {
	display: none;
    z-index: 9001;
    position: fixed;
    background-color: #3a3a3c;
    bottom: 0;
    width: 100%;
    color:#fff;
    border-top:1px #fff solid;
}
#cookieconsentbar p{
	display: inline-block;
	float: left;
	padding:1rem 0.5rem;
	width: 85%;
	margin: 0;
	font-size: 13px;
}
#cookieconsentbar p a{
	color:#0b5fa7;
	text-decoration: underline;
}
#cookieconsentbar p a:hover{
	color:#f28e04;
	text-decoration: underline;
}
#cookieconsentbar a#btn_accept {
	background-color: #0b5fa7;
	color:#FFF;
	display: inline-block;
	float: right;
	margin:0.5rem;
	padding:0.5rem 2rem;
	font-size: 14px;
	border-radius: 5px;
	text-decoration: none;
}
#cookieconsentbar a#btn_accept:hover{
	background-color:#f28e04;
	text-decoration: none;
}