#mbm-book-page .mbm-book-details-label,
.single-mbdbma_author .mbm-author-details-label,
.single-mbdb_publisher .mbm-publisher-details-label,
.single-mbdb_imprint .mbm-imprint-details-label {
  font-weight: bold;
}

.single-mbdbma_author .mbm-author-details,
.single-mbdbma_publisher .mbm-publisher-details,
.single-mbdbma_imprint .mbm-imprint-details {
  clear: both;
   margin-bottom: 20px;
}

.mbdb_custom_fields h2.nav-tab-wrapper {
  margin-bottom: 20px;
}

.mbdb_show_field, .mbdb_hide_field {
  cursor: pointer;
}
/*TODO: change this? */
.cmb-th > label > p.cmb2-metabox-description {
  color: #aaa;
  font-style: italic;
  font-weight: normal;
}

body.post-type-mbdb_book.wp-admin p.category-add select[name$="_parent"] {
    display: none;
}

.mbdb_popup_card_custom_field-label {
  font-weight: bold;
}

#mbdb_advanced_filter_clear {
	cursor: pointer;
}

 .mbdb_advanced_filter_accordion .ui-accordion-content {
	 padding: 0 0.5em;
	 margin-right: 0;
 }

 .mbdb_advanced_filter_accordion ul {
	/*height: 20em; */
	margin: 0 !important;

  /* overflow: auto; */
 }


 #mbdb_filters {
	width:150px;
	float:left;
	margin-right: 1em;
 }

 .mbdb_full_width {
	 width:100%;
 }

