html.mx_cookie {
    margin-top: 51px;
}

#mx_cookie {
    background: white;
    border-bottom: 1px solid #CCC;
    top: 0;
    color: #777;
    left: 0;
    width: 100%;
    height: 50px;
    position: fixed;
    text-align: center;
    line-height: 50px;
    z-index: 99999;
}

#mx_cookie a {
    color: #777;
    font-weight: normal;
    text-decoration: underline;
}

#mx_cookie a.mx_cookie_btn {
    margin-left: 5px;
}