/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert{font-size:14px;text-align:center;color:#fff;padding:8px;position:fixed;bottom:0;left:0;margin:0;opacity:0;width:100%;background:#343a40;transform:translateY(100%);transition:all 0.3s ease-out;z-index:999}.cookiealert.show{opacity:1;transform:translateY(0%);transition-delay:1000ms}.cookiealert .acceptcookies{margin-left:10px;vertical-align:baseline}.cookiealert a{color:#ffc107}.cookiealert a:hover{color:#e0a800}