<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, input, textarea
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}
body
{
    font-size: 90%;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
#content {
	background-color: white;
	padding: 30px;
	height:auto;
}
#username, #password {
	width: 100px;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/**
 *	CKEditor editables are automatically set with the "cke_editable" class
 *	plus cke_editable_(inline|themed) depending on the editor type.
 */

/* Style a bit the inline editables. */
.cke_editable.cke_editable_inline
{
	cursor: pointer;
}

/* Once an editable element gets focused, the "cke_focus" class is
   added to it, so we can style it differently. */
.cke_editable.cke_editable_inline.cke_focus
{
	box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000;
	outline: none;
	background: #eee;
	cursor: text;
}

/* Avoid pre-formatted overflows inline editable. */
.cke_editable_inline pre
{
	white-space: pre-wrap;
	word-wrap: break-word;
}
.inbox {
	background-color: red;
	color: #fff;
	padding: 2px;
	border-radius: 5px;
}
.text-center {
	text-align: center;
}</pre></body></html>