#cookieChoiceInfo{
    position: fixed;
    width: 100%;
    background-color: rgb(0, 0, 0);
    margin: 0px;
    left: 0px;
    padding: 10px;
    z-index: 1000;
    text-align: center;
    font-size: 13px;
    color: rgb(255, 255, 255);
    line-height: 2;
    box-sizing: border-box;
}

#cookieChoiceInfo.top{
    top: 0px;
}

#cookieChoiceInfo.bottom{
    bottom: 0px;
}

#cookieChoiceInfo.hide{
    display: none!important;
}

#cookieChoiceInfo .cookie-page-link{
    margin-left: 8px;
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

#cookieChoiceInfo #cookieChoiceDismiss {
    margin-left: 8px;
    color: rgb(255, 255, 255);
    text-decoration: underline;
    background: rgb(0, 0, 0) ;
}