﻿.cookie-bar {
    position: fixed;
    bottom: 0px;
    padding: 10px 15px;
    width: 100%;
    display: none;
    z-index: 15;
    background-color: black;
}

    .cookie-bar .cookie-notice {
        text-align: center;
    }

.cookie-para {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 5px;
}

    .cookie-para a {
        color: #eeeeee;
        font-size: 12px;
        font-weight: normal;
        display: inline-block;
        padding-bottom: 5px;
        text-decoration: none;
    }

.cookie-space {
    padding-bottom: 45px;
}

.cookie-btn {
    font-size: 12px;
    color: #ffffff;
    background: red;
    padding: 4px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 1%;
    text-decoration: none
}

    .cookie-btn.secondary {
        color: #ffffff;
        background: #3575ff;
    }
