/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */

@import "typography.css?2";
body.mceContentBody{font-size:16px;}
.typography .amountright, .amountright {
	text-align: right;
	display:inline-table;
}
.code {
    padding: 2px 4px;
    font-size: 100%;
    color: #e8767d;
    background-color: transparent;
    border-radius: 4px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 100%;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

td {font-size:100%;}

a.weiter {
    background-color: #EF2E3E;
    padding: 4px 12px;
    color: #8aa0bd !important;
    display: block;
}
a.weiter:hover {
	color: #fff!important;
	text-decoration: none!important;
}
a.linkaufgabe, .linkaufgabe {
    border:1px solid #ccc;
    background-color: rgba(0,244,255,0.5);
    padding:3px;
}

.field input.text, .field textarea, .field select, .field .TreeDropdownField {
    margin-left: 10px;
    width: 100%;
    max-width: 90%!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
