/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Append your site-specific styles here */

.caption {
	font-size: 0.8rem;
	line-height: 1.2;
	display: block;
	color: #888;
	margin: 0.6em 0;
}

.caption a {
	color: inherit;
	text-decoration: underline;
}