.clearfix {
	clear: both;
}



.eupopup-body {margin-top:20px;}

.eupopup-container {
	padding: 10px 0px;
	display: none;
	z-index: 9999999;
	background-color: rgba(232, 232, 232, 1);
	font-family: 'Lato', sans-serif;
	color: black;
	font-size: 16px;
	line-height: 1.2em;
	text-align: center;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}


.eupopup-head {
	font-size: 1.2em;
}



.eupopup-closebutton {
	font-size: 28px;
	color: white;
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: 700;
	background: #1E90FF;
	position: absolute;
	top: 5%; right: 10%;
	padding: 5px 10px 10px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}
.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #1E90FF;
	font-weight: 700;
	font-size: 18px;
}

.eupopup-button_2 {
	color: #DC143C;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button_1:hover,
.eupopup-button_1:focus {
	text-decoration: underline;
	color: #87CEFA;
}

.eupopup-button_2:hover,
.eupopup-button_2:focus {
	text-decoration: underline;
	color: #DC143C;
}
