body{
    font: 0.75em, Arial;
}

a{
    /*color: slategrey; */
	color: #F30;
}
a:hover {
color: #e86b4c;
}	
p{
	color: #FFFFFF;
}

.button{
    background: #ccc;
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #aaa;
    border-bottom: 2px solid #aaa;
}

.cookie-banner{
    display: none;
    background: #333;
    /* position: fixed; */
	position: inherit;
    /* Mostra o cookie no topo 
	bottom: 0; 
	*/
	/* Mostra o cookie no fundo */
	top: 0; 
		
    left: 0;
    width: 100%;
}

.cookie-banner .container{
    margin: 0 auto;
    width: 75%;
    color: #f0f0f0;
    padding: 15px;
}