.simplePopup 
{
	display:none;
	position:fixed;
	background:#fff;
	z-index:3;
	padding:2%;
	width:50%;
	min-width:50%;
	z-index: 101;
}

.simplePopupClose 
{
    cursor: pointer;
    margin-bottom: 10px;
    top: 20%;
    position: fixed;
    right: 0%;
    font-size: 28px;
    background: #ffffff;
    padding: 0px 10px;
     transform: translateZ(0); 
    -webkit-transform: translateZ(0);
}

.simplePopupBackground 
{
    display:none;
    background:#000;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:1;
}
.headingLegal{font-size: 22px; margin: 12px 0px;}
.contentDesc{font-size: 12px;}