#cookie_info {
    position: fixed;
    width: 100%;
    /*height: 50px;*/
    background-color: #4E0000;
    color: white;
    opacity: 0.75;
    bottom: 0px;
    display: block;
    z-index: 1984;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    /*box-shadow: 0px -5px 20px #f88;*/
    border-top: 1px solid red;
    padding: 1em;
    font-size: 1em;
}

#cookie_info a {
    color: yellow;
}

#cookie_accept {
    padding: 0.5em 2em;
    display: table;
    border: 1px solid red;
    float: right;
    margin-right: 3em;
    text-decoration: none;
    color: white !important;
    font-weight: bold;
    font-size: 1em;
}
#cookie_accept:hover {
    background-color: red;
}