.cookies-message {
    margin-top:12px;
    padding-left:0.3em;
    padding-right: 0.3em;
}

.cookies-terms {
    position:fixed;
    width:300px;
    bottom: 0px;
    right: 40px;

    border-left: 5px solid #fb0d24;
    border-right: 5px solid #fb0d24;
    border-top: 5px solid #fb0d24;

    background-color: white;
    color:black;
    display:none;
    max-width:100% !important;
}

.cookies-terms button {
    background-color: #fb0d24;
    float: right;
    margin-top: -6px;
    margin-left:5px;
}

.cookies-terms a {
    color: black;
    text-decoration: underline;
}

.cookies-terms a:hover {
    color: black;
    text-decoration: underline;
}