.clearfix {
	clear: both;
}

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

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

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	display: none;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-body {

}

.eupopup-body p,
.eupopup-body span,
.eupopup-body a{
	display: inline;
	font-size: 16px;
	line-height: 18px;
}

.eupopup-body a{
	text-decoration: underline;
}
.eupopup-body a:hover{
	text-decoration: none;
}

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

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 30px 45px;
	box-shadow: #777 0 0 20px 0;
	display: flex;
}

body .eupopup-style-compact .eupopup-button_1 {
	padding: 10px 25px;
}

body .eupopup-style-compact .eupopup-button_2 {
	margin: 0;
}

.eupopup.eupopup-block {
    display: block;
    clear: both;
}
