/*
 * BPS Bildungsportal Sachsen GmbH<br>
 * Dresdner Straße 76<br>
 * 09130 Chemnitz<br>
 * Germany<br>
 *
 * Copyright (c) 2005-2023 by BPS Bildungsportal Sachsen GmbH<br>
 * http://www.bps-system.de<br>
 *
 * All rights reserved.
 */

div.b_contexthelp {
	display: inline;
	float: right;
	width: 16px;
	height: 16px;
	line-height: 16px;
}

a.b_contexthelp {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: url(../img/help.png) no-repeat;
	cursor: help;
	text-decoration: none;
}

a.b_contexthelp:hover {
	background-image: url(../img/help_over.png);
	text-decoration: none;
}

#MathInput {
	margin-top: 5px;
}

#MathPreview {
	padding: 3px;
	width: 50%;
	margin-top: 5px;
	min-height: 100px;
	background-color: #ddd;
}

#MathBuffer {
	padding: 3px;
	width: 50%;
	margin-top: 5px;
	min-height: 100px;
	top: 0;
	left: 0;
	background-color: #ddd;
}

.radiogroup {
	margin-bottom: 2em;
}