#lean_overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;    
}

.modal {
    display: none;
    width: 420px;
    padding: 20px;
    background: #fff;
    font-size: 18px; 
    -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
    
}
.modal strong {
	font-weight: bold; 
	font-size: 20px;
	line-height: 250%;
}
.modal a {
	text-decoration: underline;
	color: #1111cc;
}

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){
.modal {
    display: none;
    width: 90%;
    padding: 15px;
    font-size: 14px; 
}
.modal strong {
	font-weight: bold; 
	font-size: 16px;
	line-height: 250%;
}
.modal a {
font-size: 14px; 
}
}