/* START important only styles from default rte css https://www.tuc.gr/typo3/sysext/rte_ckeditor/Resources/Public/Css/contents.css */

.cke_editable
{
	font-size: 13px;
	line-height: 1.6;

	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word;
}
blockquote
{
	font-style: italic;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}



img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

/* Widget Styles */
.code-featured
{
	border: 5px solid red;
}

.math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.image-grayscale
{
	background-color: white;
	color: #666;
}

.image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}

/** justify **/
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
/* END  important only styles from default rte css https://www.tuc.gr/typo3/sysext/rte_ckeditor/Resources/Public/Css/contents.css */
p.csc-frame-frame2, table.csc-frame-frame2 {
    background-color: #F5FFAA;
    padding: 2px 4px 2px 4px;
    border: 1px solid #333333;
}



/* classes from space before / space after setting for each content element. Override those set by css styled content */
.csc-space-before-extra-small { margin-top: 10px; }
.csc-space-before-small { margin-top: 20px; }
.csc-space-before-medium { margin-top: 30px; }
.csc-space-before-large { margin-top: 40px; }
.csc-space-before-extra-large { margin-top: 50px; }
.csc-space-after-extra-small { margin-bottom: 10px; }
.csc-space-after-small { margin-bottom: 20px; }
.csc-space-after-medium { margin-bottom: 30px; }
.csc-space-after-large { margin-bottom: 40px; }
.csc-space-after-extra-large { margin-bottom: 50px; }
/* END classes from space before / space after setting for each content element. Override those set by css styled content */