.wp_theatre_prod .single-line {
  margin-bottom: 1em;
}
.wp_theatre_prod .single-line div[class^="wp_theatre_prod_"] {
  display: inline;
}
.wp_theatre_prod .single-line > div[class^="wp_theatre_prod_"]:before {
  content: ' | ';
}
.wp_theatre_prod .single-line > div[class^="wp_theatre_prod_"]:first-child:before {
  display: none;
}
.wp_theatre_prod .wp_theatre_prod_field_value,
.wp_theatre_prod .wp_theatre_prod_field_suffix {
  display: inline;
  white-space: nowrap;
}
