
/* Make the styles visually distinct in the editor */
.mceContentBody div.fork-photo-credit {
  color: #8b8c8a;
  font-size: 0.8em;
  margin-top: -.5rem;
  text-align: right;
}
.mceContentBody div.fork-caption {
  color: #8b8c8a;
  font-size: .9rem;
  line-height: 1.4;
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.mceContentBody div.photo-details:last-of-type {
	border-bottom: 2px dotted #e5e6e6;
}
