#br-wordpress-cookie-notice {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8392156862745098);
    padding: 30px;
    display: none;
    z-index: 99999;
}
#br-wordpress-cookie-notice p {
	color: white;
	font-weight: lighter;
}
#br-wordpress-cookie-notice a {
	color: white;
	display: inline-block;
	text-decoration: none;
	font-weight: bolder;
	text-transform: uppercase;
}
#br-wordpress-cookie-notice span img{
	margin-left: 4px;
	margin-bottom: 3px;
}
#br-wordpress-cookie-notice a:hover{
	margin-right: 4px;
}
#br-wordpress-cookie-notice button {
	border: 0;
	background-color: white;
	padding: 3px 20px;
	margin-top: 10px;
}
