#zpr .expanded-col {
	width: 50% !important;
}

#zpr .expanded-input textarea {
	min-height: 200px;
}

#zpr .jsgrid-cell {
	padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 3px !important;
    padding-left: 5px !important;
}

/* For WYSIWIG editor */
#zpr_editor_popup {
	visibility: hidden;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

#zpr_editor_container {
	position: fixed;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#wp-zpr_text_editor-editor-container {
	background-color: white;
}

/* For the Image field */
.z-image-popup img {
	border-style: solid;
    border-width: 3px;
	border-color: #333;
	max-width: 500px;
}

.z-image-table {
	table-layout: fixed;
	width: 100%;
}

.z-image-group td {
	padding-top: 5px !important;
	padding-bottom: 0px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	overflow: hidden;
}

td.z-image-thumbnail {
	width: 50px; /* Should be equal to .z-image-thumbnail img width + .z-image-group td horizontal padding */
}

.z-image-thumbnail img {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
}

.z-image-thumbnail-placeholder {
	float: left;
	width: 40px;
	height: 40px;
}