<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pw-toolbar {
	height: 44px;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: grey;
	z-index: 9998;
}

#pw-toolbar-left {
	float: left;
	padding: 4px;
}

#pw-toolbar-right {
	float: right;
	margin-right: 10px;
	margin-top: 6px;
}

.mce-floatpanel {
	z-index: 9999;
}

body.visual {
	padding-top: 44px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style:italic;
}
.underline
{
	text-decoration: underline;
}

.pw-link {
	text-decoration: none;
	color: #BE3E1D;
	font-weight: bold;
}

.pw-link span {
	color: #535353;
	display: inline !important;
}

img.text-left {
	float: left;
}
img.text-right {
	float: right;
}</pre></body></html>