﻿#cookiebar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #333;
    width: 100%;
    box-shadow: 0 0 60px 0 #000;
    font-size: 14px;
    z-index: 1000;
    display: none;
}

#cookiebanner h3 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

#cookiebanner .row {
    margin-top: 10px;
    margin-bottom: 10px;
}
