.nt-cp-hidden { display: none; }


.nt-cp-notice * {
    box-sizing: border-box;
    font-family: arial, helvetica, sans-serif;
}

.nt-cp-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.nt-cp-notice > .nt-cp-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: black;
    opacity: .85;
}

.nt-cp-notice > .nt-cp-content {
    position: relative;
    z-index: 1;
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
}

.nt-cp-notice > .nt-cp-content p,
.nt-cp-notice > .nt-cp-content a.nt-cp-close {
    font-size: 1em;
    line-height: 1.5em;
    color: white;
    margin-bottom: 0;
}

.nt-cp-notice > .nt-cp-content a.nt-cp-close {
    display: block;
    float: right;
    padding: 8px 10px;
    margin: 0 0 0 1em;
    border: 1px solid white;
    text-decoration: none;
}

.nt-cp-notice > .nt-cp-content a.nt-cp-close:hover {
    background-color: white;
    color: black;
}
