/* This is being used on the instrument pages to place the images and status-related fields in
   a floating right-aligned box.  The class is being added to the group_status field_group
   wrapping all that content.
   Originally. the style was also being applied to div.field-name-field-photo-content,
   div.field-name-field-photo, and div.field-name-field-data-image, but those selectors
   were removed because they were redundant. Only the padding-bottom is now being applied
   to those selectors.  */
div.espo-shared-image-float-right {
  float: right;
  width: 310px;
  padding-left: 1em;
  padding-bottom: 10px;
}
div.field-name-field-photo-content,
div.field-name-field-photo,
div.field-name-field-data-image {
  padding-bottom: 10px;
}

/* Invisible tables for layout */
table.espo-shared-invisible {
  width: auto;
  border: 0px hidden black;
  padding: 0px;
  margin: 0px;
}
table.espo-shared-invisible tr,
table.espo-shared-invisible tr.even,
table.espo-shared-invisible tr.odd {
  border: 0px hidden black;
  padding: 0px;
  margin: 0px;
}
table.espo-shared-invisible td {
  border: 0px hidden black;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}
table.espo-shared-invisible td:first-child {
  padding-left: 0px;
}
