.custom-html-editor.wpo-helper {
	position: absolute;
	top: 20%;
	width: 510px;
	left: 50%;
	margin-left: -250px;
	padding: 15px;
	border: 1px #111 solid;
	background-color: #ffffff;
	z-index: 100;
}

.custom-html-input {
	width: 480px;
	min-height: 300px;
	border: 1px #ccc solid;
}
.save-custom-html-button {
	background-color: #00c4cc;
	border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    padding: 0 6px;
}
.placeholder-list {
	width: 220px;
	height: 300px;
	display: none;
	overflow-y: auto;

}

.placeholder-list-showing {
	width: 780px !important;
}