/*
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 : 2020. júl. 29., 9:44:01
    Author     : hejjagyorgy
*/

div.cookie-consent {
    background-color: #153561;
}

button.cookie-btn {
    background-color: #2D95E3;
    padding: 0.5rem 1rem;
    font-size: 16px;
}

.cookie-btn:hover {
    background-color: #277ebf;
}

div.cookie-text {
    color: #fff;
    font-size: 16px;
}

.cookie-text a {
    transition: 0.15s;
}

.cookie-text a:hover{
    color: #fff;
}