<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* cmsms stylesheet: theme-bare modified: 02/22/22 10:31:34 */
/* TinyMCE specifics */
.wysiwyg img[style*="float: left"],
.wysiwyg img[style*="float: right"] {
	max-width: 300px !important;
	height: auto !important;
}
.wysiwyg img[style*="float: left"] {
	margin-right: 1em;
	margin-bottom: 1em;
}
.wysiwyg img[style*="float: right"] {
	margin-left: 1em;
	margin-bottom: 1em;
}

/* tables */
.wysiwyg table,
.contentstyle-default table {
	border-collapse: collapse;
	width: 100%;
}
.wysiwyg table tr td,
.contentstyle-default table tr td {
	vertical-align: top;
}

.wysiwyg table tr th,.wysiwyg table tr td,
.contentstyle-default table tr th, .contentstyle-default table tr td {
	border: 1px solid rgba( 0,0,0, 0.2);
}
.wysiwyg table tr th,
.contentstyle-default table tr th {
	background-color: rgba( 0,0,0, 0.2);
}
.wysiwyg table tr,
.contentstyle-default table tr {
	background-color: transparent;
}
.contentstyle-default table tr:nth-child(odd) {
	background-color: rgba( 128, 128, 128, 0.2);
}

.wysiwyg table tr th,.wysiwyg table tr td,
.contentstyle-default table tr th, .contentstyle-default table tr td {
	text-align: center;
}
.wysiwyg table tr th:first-child,.wysiwyg table tr td:first-child,
.contentstyle-default table tr th:first-child, .contentstyle-default table tr td:first-child,
.contentstyle-default table.interactive tr th, .contentstyle-default table.interactive tr td {
	text-align: left;
}
.wysiwyg table tr th:last-child,.wysiwyg table tr td:last-child,
.contentstyle-default table tr th:last-child, .contentstyle-default table tr td:last-child {
	text-align: right;
}

.wysiwyg table.grid tr th,.wysiwyg table.grid tr td,
.contentstyle-default table.grid tr th, .contentstyle-default table.grid tr td,
.wysiwyg table.plain tr th,.wysiwyg table.plain tr td,
.contentstyle-default table.plain tr th, .contentstyle-default table.plain tr td {
	border: 0px;
}
.wysiwyg table.grid tr,
.contentstyle-default table.grid tr,
.wysiwyg table.grid tr th,
.contentstyle-default table.grid tr th,
.contentstyle-default table.grid tr:nth-child(odd),
.wysiwyg table.plain tr,
.contentstyle-default table.plain tr,
.wysiwyg table.plain tr th,
.contentstyle-default table.plain tr th,
.contentstyle-default table.plain tr:nth-child(odd) {
	background-color: transparent;
}
.contentstyle-default table.grid tr th, .contentstyle-default table.grid tr td {
	border-right: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	padding: 0.7em;
}
.contentstyle-default table.plain tr th, .contentstyle-default table.plain tr td {
	padding: 0em;
}
.contentstyle-default table.grid tr th:last-child, .contentstyle-default table.grid tr td:last-child {
	border-right: 0px;
}

.contentstyle-default table.plain {
	table-layout: fixed;
	word-wrap: break-word;
}
.contentstyle-default table.plain th, .contentstyle-default table.plain td {
	overflow: hidden;
}

.contentstyle-default table td[style*="text-align: center;"]  {
	padding: 0 2em !important;
}
</pre></body></html>