﻿/* Custom Styles form the Rich text Editor */

.rte-image-panel img {
	width: 100%;
}

.rte-image-panel figure {
	border: thin #c0c0c0 solid;
	display: flex;
	flex-flow: column;
	padding: 5px;
	margin: auto;
}

.rte-image-panel figcaption {
	color: #333;
	padding: 6px;
	text-align: center;
	margin-top:-10px;
}

.rte-image-panel figcaption p {
	font: italic smaller !important;
}

.rte-image-panel.left {
	margin-right: 6px;
	float: left;
	clear: left;
}

.rte-image-panel.right {
	margin-left: 6px;
	float: right;
	clear: right;
}