#fx-email-log-modal-overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 100050;
	background: rgba(0,0,0,0.7);
}
#fx-email-log-modal{
	font-size: 14px;
	position: fixed;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	border: none;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	z-index: 100100;
	overflow: visible;
	background: #fff;
	transform: translate(-50%, -50%);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#fx-email-log-modal *,#fx-email-log-modal *:before,#fx-email-log-modal *:after {
	-moz-box-sizing:inherit;
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
}
#fx-email-log-modal-title{
	position: relative;
	display: block;
	padding: 10px 36px 10px 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
	border: none;
	border-bottom: 1px solid #dfdfdf;
	background: #fcfcfc;
}
	.fx-email-log-modal-close{
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		padding: 0;
		margin: 0;
		border: none;
		cursor: pointer;
		color: #666;
	}
	.fx-email-log-modal-close:hover{
		color: #00a0d2;
	}
	.fx-email-log-modal-close:before{
		content: "\f158";
		font: 20px/29px "dashicons";
		display: block;
		padding: 3px 8px;
		margin: 0;
		border: none;
		vertical-align: top;
		-webkit-font-smoothing: antialiased;
	}
#fx-email-log-modal-content{
	position: relative;
	display: block;
	padding: 0;
	border: none;
	margin: 0;
	overflow: hidden;
}