.annytab-cookie-consent {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    color: #ffffff;
    background-color: #000000;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px #808080;
}
.annytab-cookie-consent-text{
    display: block;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
}
.annytab-cookie-button{
    display: inline-block;
    background-color: #fc0;
    padding: 4px 10px 4px 10px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    outline: none;
}
.annytab-cookie-button:hover{
    background-color: #fc0;
    color: #000000;
}