@charset "UTF-8";

.exitSiteModal {
	min-width: 50%;
	max-width: 80% ;
	margin: 0 ;
	padding: 30px 20px;
	box-sizing: border-box;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 1200;
}

.exitSiteModal h2 {
	text-align: center;
	font-size: 22px;
	padding: 0;
	margin: 0 0 30px;
}

.exitSiteModal .exitSiteBlock {
	width: 100%;
	text-align: center;
}
.exitSiteModal .exitSiteBlock p {
	display: inline-block;
	margin: 0 20px 0 0;
}
.exitSiteModal .exitSiteBlock p:last-child {
	margin: 0;
}
.exitSiteModal .exitSiteBlock p span {
	color: #9e0000;
	cursor: pointer;
}
.exitSiteModal .exitSiteBlock p span:hover {
	text-decoration: underline;
}
  
#modal-overlay {
	z-index: 1199;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}
