.nj_cookie_wrap {
  padding: 15px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  z-index: 999999;
  width: 600px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
  line-height: 1.5;
}

.nj_cookie_wrap.top {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
}

.nj_cookie_wrap.topleft {
  top: 0;
  left: 0;
}

.nj_cookie_wrap.topright {
  top: 0;
  right: 0;
}

.nj_cookie_wrap.bottom {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
}

.nj_cookie_wrap.bottomleft {
  bottom: 0;
  left: 0;
}

.nj_cookie_wrap.bottomright {
  bottom: 0;
  right: 0;
}

.nj_cookie_wrap.layer {
  top: 0;
  bottom: 0;
}

.nj_checkbox label {
  display: inline;
}

.nj_checkbox {
  padding: 5px 0;
}

.nj_cookie_dp_error {
  outline: 2px solid red !important;
}

.nj_cookie_wrap input[type="checkbox"] {
  margin: 0 !important;
}

.nj_cookie_wrap .imprint {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 10px;
}