#cookie_notice{
    display: none;
    z-index: 15000;
    float: left;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
    padding: 10px 20px;
    color: #fff;
    line-height: 1.3em;
    font-size: 14px;

}
#cookie_notice   a{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}
#cookie_notice a:hover{
    cursor: pointer; cursor: hand;
    text-decoration: underline;
}
#cookie_notice .btn{
    display: inline-block;
    padding: 2px 10px;
    font:inherit;
    line-height: 1em;
    border:1px solid #fff;
    border-radius: 2px;
}
#cookie_notice .btn:hover{
    cursor: pointer;
    background-color: #fff;
    color: #000;
}
