.combo-multi-search-controls .search-control label {
  width: auto;
  line-height: 1;
}
.inline-title {
  font-weight: bold;
}
.inline-title-large {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  color: #2ea3f2;
  text-transform: lowercase;
}
.pdb-single .image-field-wrap,
span.image-field-wrap {
  float: right;
  width: 200px;
  margin: 0 0 10px 20px;
}
.pdb-single .image-field-wrap img,
span.image-field-wrap img {
  height: auto;
  width: 100%;
}
.pdb-list .pdb-list span.textarea {
  max-height: inherit;
  max-width: inherit;
}
.pdb-list section {
  padding: 20px;
}
.pdb-list section.premium-listing {
  border: 1px solid #DEDEDE;
}
.info-section {
   margin-top: 1em;
}
.info-section p,
.info-section:empty {
  margin: 0;
  padding-bottom: 0;
}
.member-program-icons {
  margin: 1em 0 0 0;
}
.member-program-icons > span {
  display: table;
}
.member-program-icons > span > span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.phone-number {
  white-space: nowrap;
}
.chosen-select .custom-select {
  display:block;
  width: 50%;
}
.combo-search input[name=combo_search] {
  padding: 7px;
  width: 50%;
}
/** member profile **/
.input-group {
  display: inline-block;
  margin: 0 0 0 10px;
  width: auto;
}
.text-area .input-group {
  margin-left: 0;
  width: 100%;
}
.pdb-record textarea {
  height: 200px;
  width: 100%;
}
.pdb-record .text-area label {
  display: block;
}
.pdb-record .field-group legend {
  padding: 0 0 5px 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #aaa;
  width: 100%;
}
.pdb-record input[readonly] {
  border-color: #e2e2e2;
  background-color: #e2e2e2;
}
.edit-participant textarea, .participants_db textarea, .edit-participant select, .participants_db select, .participants_db input, .edit-participant input, .link-element label {
  min-width: 250px;
}
input#pdb-combo_search-control {
  display: block;
}