	#popupBackground {
		background: rgba(0, 0, 0, 0.9);
		width: 100%;
		height: 100%;	
		position: fixed;
		z-index: 998;
	}

	#cookiePopup {
    background: #fff;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    position: fixed;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 5px 10px;
    z-index: 999;
    opacity: 1;
  }
    #cookiePopup p{
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #4e4e4e;
    opacity: 1;
  }
  #cookiePopup button{
  	font-size: 18px;
  	font-weight: 600;
    width: 50%;
	left: 50%;
	margin-bottom: 20px;
	-ms-transform: translateX(50%);
	transform: translateX(50%);
    border: navajowhite;
    background: #7dca5c;
    padding: 10px;
    border-radius: 10px;
    color: white;
  }
	