.cookie-warning a{
    margin-left: 10px;
    text-decoration: underline;
}
.cookie-warning{
    text-align: left;
}

/* feedback */
.alertify-notifier .ajs-message.ajs-success{
    background: rgb(86, 142, 99) !important;
    text-shadow: none !important;
}
.alertify-notifier .ajs-message.ajs-error{
    background: rgb(185, 67, 67) !important;
    text-shadow: none !important;
}