/* --------------------------------------------|
|                                              |
|  Component Cookie banner                     |
|                                              |
|-------------------------------------------- */

.cookiewarning {
    bottom: 100px;
    left: 25px;
    background-color: #111111;
    z-index: 999999;
    opacity: 0.8;
    position: fixed;
    padding: 15px;
    width: 300px;
    text-align: left;
    box-shadow: #0a0a0a 0px 0px 8px;
    border-radius: 4px;
    color: #fff;
}

.cookiewarning a {
    color: #eee;
    text-decoration: underline;
}
