
#cookie-alert {
    position: absolute;
    top: 0;
    z-index: 100000000;
    width: 100%;
    font-size: .8em;
    padding: 5px 0;
    background: #37585D;
    text-align: center;
    color: #fff;
}
#cookie-alert i.fa-info {
    margin-right: .5em;
}
#cookie-alert a {
    color: #fff;
    text-decoration: underline !important;
}
#cookie-alert-close {
    cursor: pointer;
}
