.fca-ept-twoup {
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
}

.fca-ept-twoup div:first-child {
	flex-basis: 80%;

}
.fca-ept-twoup div:last-child {
	flex-basis: 20%;
	min-width: 278px;
}

#fca-ept-upgrade {
	background-color: white;
	
	padding: 8px 12px;
	border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    background: #fff;
	margin: 50px 0 0 26px;
	
}

.fca-ept-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.35);
    z-index: 100000;
}
.fca-ept-modal-inner {
	position: relative;
	background-color:white;
	max-width: 582px;
	margin: 60px auto;	
	padding: 0 32px 28px 32px;
}

.fca-ept-modal-inner h2{
	font-size: 16px;
	margin: 0;
	padding: 24px 0;
}

.fca-ept-modal-inner .help {
	margin: 0;	
	text-align: center;
}

.fca-ept-modal-list {
	margin-bottom: 24px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.fca-ept-modal-list td {
	border: 2px solid #ddd;
	border-collapse: collapse;
	position: relative;
	text-align: left;
	padding: 24px 32px 20px 50px;
	vertical-align: top;
	width: 50%;
}

.fca-ept-modal-list td:hover {
	outline: 2px solid #2271b1;
	
}

.fca-ept-modal-list .dashicons-welcome-add-page {
	color: #2271b1;
}
.fca-ept-modal-list .dashicons-shortcode {
	color: #2271b1;
}

.fca-ept-modal-list a {
	color: #1D2327;
	text-decoration: none;
}


.fca-ept-modal-list span.dashicons{
	position: absolute;
	top: 24px;
	left: 20px;
}

.fca-ept-modal-list h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

.fca-ept-modal-list h4 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}
.fca-ept-modal-list p {
	font-size: 13px;
	margin: 0 0 12px 0;
}

#fca-ept-modal-close {
	text-decoration: none;
	font-weight: bold;
	top: 24px;
	right: 32px;
	position: absolute;
	color: #1D2327;
}