﻿* {
    font-family: sans-serif;
}

.cookieAcceptBar {
    opacity: 0.9;
    display: none;
    position: fixed;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: justify;
    background-color: #7e7e7e;
    color: #fff;
    padding: 20px 0;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cookieAcceptBar a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

button {
    cursor: pointer;
    border: none;
    background-color: #696969;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
