#cookie_notice {
    position: fixed;
    background: #f1f8ff; /*#c0d3eb*/
    left: 0px;
    right: 0px;
    /*top: 45px;*/
    bottom: 0px;
    padding: 20px;
    border: 1px solid #c0d3eb;
    font-size: 13px;
    z-index: 2147483647;
}

#cookie_notice .cookie_notice-body a{
    color: #009;
}

#cookie_notice .cookie_notice-control button{
    margin-left: 10px;
}

#cookie_notice.success-notice {
    color: green;
}

#cookie_notice.error-notice {
    color: red;
}