﻿section.cookie {
    background-color: #666b67;
    width: 100%;
    font-size: 14px;
    color: white;
    position: fixed;
    bottom: 0px;
    padding: 10px 20px;
}

div.cookieOptions {
    margin: 2% 0;
}


    div.cookieOptions a {
        color: black;
        font-weight: bold;
        text-decoration: underline;
    }
