#wplp_infobox {
	padding:10px;
	background-color: #23282d;
	position:fixed;
	bottom: 0px;
	z-index: 10000000;
	width: 100%;
	display: none;
	text-align: center;
	color: orange;
	font-size: 1em;
}

#wplp_overlay {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

#wplp_overlay .popup {
	padding: 30px;
	border-radius: 10px;
	width: 80%;
	margin-top: 30px;
	background-color: white;
	margin: auto;
}

#wplp_overlay .popup .popup-close {
	float: right;
	color: red;
}