/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 1;
    visibility: hidden;
    border-radius: 0;
    color: #cccccc;
    background: #999999;
	}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
}


.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
