#titlediv {
	border: 1px solid #e5e5e5;
	padding: 5px;
	background-color: #fff;
}

#titlediv #title {
	background-color: #f1f1f1;
	direction: ltr;
}

#edit-slug-buttons {
	margin: 5px;
}

#postimagediv a#set-post-thumbnail,
#postimagediv a#set-post-thumbnail img {
	width: 100%;
}

.genres .acf-label label {
	float: left;
	clear: both;
	border: 1px solid #ddd;
	padding: 3px 5px 4px !important;
	background-color: #fdfdfd;
	border-bottom-color: #fdfdfd;
	position: relative;
	top: 4px;
	z-index: 1;
}

.genres .acf-input ul {
	clear: both;
	min-height: 42px;
	max-height: 200px;
	overflow: auto;
	padding: 0 .9em;
	border: 1px solid #ddd;
	background-color: #fdfdfd;

}