.ep_exit_popups_panel
{
width: 400px; 
height: 400px; 
color: #333; 
background-color: #fafafa; 
text-align: center;
}
#bio_ep_content {padding: 24px 0 0 0; font-family: "Titillium Web";}
#bio_ep_content span:nth-child(2) 
{display: block; color: #f21b1b; font-size: 32px; font-weight: 600;}

#bio_ep_content span:nth-child(3) {display: block; font-size: 16px;}
#bio_ep_content span:nth-child(4) 
{display: block; margin: -5px 0 0 0; font-size: 16px; font-weight: 600;}

.bio_btn {
display: inline-block; 
margin: 18px 0 0 0; 
padding: 7px; 
color: #fff; 
font-size: 14px; 
font-weight: 600; 
background-color: #70bb39; 
border: 1px solid #47ad0b; 
cursor: pointer; 
-webkit-appearance: none; 
-moz-appearance: none; 
border-radius: 0; text-decoration: none;
}
		
