
#cookiewarning a {color:#fff; text-decoration:underline;}

#cookiewarning a:hover {text-decoration:none;}

#cookiewarning div {padding:10px; padding-right:40px;}

#cookiewarning .alert-info {
    background-color: #343A40 !important;
    border: 0px solid black;
    color: white;
}

#cookiewarning .alert-info button {
    background-color: white;
    color: #343A40 !important;
    border: 0px solid black;
}

#cookiewarning {
    text-align: center;
    position: fixed;
    bottom: -20px;
    z-index:10000;
    width:100%;
    font-size:12px;
    line-height:16px;
}
