/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27-mag-2015, 10.16.40
    Author     : aversa
*/

.cookies-banner {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    color: white;  
    z-index: 999999;
}

.cookies-banner--top {
    top: 0;
}

.cookies-banner--bottom {
    bottom: 0;
}

.cookies-banner__body {
    padding: 30px;
    text-align: center;
}

.cookies-banner_link {
    color: white;
    font-weight: bold;
}

.cookies-banner_link:hover {
    color: white;
    text-decoration: underline;
}

.cookies-banner_link:link {
    color: white;
}

.cookies-banner__button {
    color: black;
}

.cookies-banner__close {
    color: white;    
    position: absolute;
    right: 30px;
    top: 30px;
}

.cookies-banner__close:hover {
    text-decoration: none;
    color: white;
}

.cookies-banner__close:link {
    text-decoration: none;
    color: white;
}