.post-type-neug_listing .postarea {
	
}

#menu-posts-neug_listing .wp-menu-image img {
	width: 20px;
}

.form-table.hqd label {
	font-weight: normal;
	padding-left: 15px;
	white-space: nowrap;
}
.form-table.hqd th,
.form-table.hqd td {
	padding: 4px;
}

.form-table.hqd tr:nth-child(even) {
	background-color: #E8E8E8;
}
.form-table.hqd textarea {
    width: 25em;
}

.form-table.hqd tr.subhead th,
.form-table.hqd tr.subhead td {
	padding: 10px 20px;
	color: #fff;
	background-color: #000;
}

.neugrid-item {
	position: relative;
	overflow: hidden;
}

.neugrid-item-img {
	height: 400px;
}

.neugrid-item .bg-img {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	filter: grayscale(100%);
}

.neugrid-item .bg-img:hover {
	filter: grayscale(0%);
}

.neugrid-item-title {
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0px;
}