#ccuk-force-js-notice-wrap {position: fixed; z-index: 9998; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, .15);}
#ccuk-force-js-notice {position: fixed; z-index: 9999; top: 50%; left: 50%; padding: 1em 2em; border: 2px solid rgb(165, 29, 29); background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#ccuk-force-js-notice p {margin: 0;}