﻿#cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11111;
    background-color: #51912d;
    padding: 15px;
    color: white;
    text-align: justify;
    display:none;
}

    #cookie a {
        color: white !important;
        text-decoration: none !important;
    }

    #cookie #optiuni {
        text-align: right;
        position: relative;
        margin-top: 5px;
    }

    #cookie #btnRefuz {
        background-color: transparent;
        text-decoration: none;
        border-color: transparent;
        color: rgb(255, 255, 255);
        padding: .4em .8em;
        font-weight: 700;
        border-width: 2px;
        border-style: solid;
        text-align: center;
    }

    #cookie #btnAccept {
        text-decoration: none;
        border-color: transparent;
        color: rgb(255, 255, 255);
        padding: .4em .8em;
        font-weight: 700;
        border-width: 2px;
        border-style: solid;
        text-align: center;
        margin-left:10px;
        background-color: rgb(34, 34, 34);
    }
