.wpgp-fields-table td:first-child,
.wpgp_settings .form-table th {
	width: 30%;
}

.wpgp_settings .wrap h2 {
	padding-top: 20px;
}

.wpgp-fields-table td:last-child {
	width: 70%;
}

.wpgp-fields-table td input {
    width: 100%;
}

.wpgp-fields-table .select2-container {
	overflow: hidden;
}

.wpgp-fields-table .select2-container .select2-selection--single .select2-selection__rendered {
	white-space: break-spaces;
}

.wp-picker-container {
	height: 36px;
}

.wp-picker-container .wp-picker-holder {
	height: 0;
	z-index: 1;
    position: relative;
}

.wpgp-shortcode-details {
	padding-bottom: 10px;
}

@media screen and (max-width: 782px) {
    .wpgp-fields-table td,
	.wpgp_settings .form-table th {
		width: auto !important;
	}
}