.emr-cookie-notice {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: #111;
    background: #fff;
    padding: 10px 20px;
    border-top: 2px solid #e3e3e3;
}
.emr-cookie-notice div {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
