.bulk-postmeta-admin tr td,
.bulk-postmeta-admin tr th {
	padding-right:2em;
}
.bulk-postmeta-admin tr td:first-child {
	font-family:monospace;
}
.bulk-postmeta-admin tr td:last-child,
.bulk-postmeta-admin tr th:last-child {
	padding-right:10px;
}
.bulk-postmeta-admin tr td a.bulk-delete {
	color:#DC3232;
}
.bulk-postmeta-admin tr td a.bulk-edit {
	color:#46B450;
	margin-right:1em;
}
.widefat.bulk-postmeta-admin {
	width:auto;
}
.bulk-edit_page_bulk_edit_admin_settings #new_meta_label {
	width: 22em;
}
.bulk-postmeta-list li a:not(.button) {
	color:#333;
	height:auto;
	width:20em;
	max-width:100%;
	display:block;
	font-size:1.25em;
	padding:0.5em 0.5em 0.5em 45px;
	background:#DDD;
	border:1px solid #CCC;
	margin-bottom:1em;
	text-decoration:none;	
}
.bulk-postmeta-list li a:not(.button)::before {
	content: "\f481";
	display:block;
	float:left;
	position: absolute;
	font-family:dashicons;
	line-height:1.25em;
	width:30px;
	font-size: 1.5em;
    margin: -0.25em 0 0 -40px;
}

.bulk-postmeta-group {
	padding-top:3em;
	border-top:1px solid #DDD;
	margin-top:3em;
}
.bulk-postmeta-group:last-child {
	margin-bottom:3em;
}
.bulk-postmeta-group .bulk-postmeta-editor,
.bulk-postmeta-group .bulk-postmeta-list {
	float:left;
	position:relative;
	width:65%;
	margin-right:4%;
}
.bulk-postmeta-group .bulk-postmeta-editor {
	clear:both;
}
.bulk-postmeta-group .bulk-postmeta-list {
	width:30%;
	margin-right:0;
}
.bulk-postmeta-editor textarea {
	width:100%;
	height:150px;
}
.bulk-postmeta-input {
	width:100%;
}
