#cookieBanner {
    display: none;
    font-size: 14px;
    width: 100%;
    margin: 0px auto;
    padding: 12px;
    background-color: rgb(255,59,33);
    color: #FFF;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

#cookieBannerClose {
    float: right;
    font-weight: bold;
    padding: 4px;
    color: #FFF;
}
#cookieBannerClose a {
    color: #FFF;
    font-family: "Roboto",sans-serif;
    font-size: 1.5em;
    font-weight: 700;
}

#cookieBannerActions {
    text-align: center;
    padding-top: 4px;
}
#cookieBannerActions a {
    color: #FFF;
}