/* MathSpeak Examples css stylesheet */

.m_head {
	font-weight: bold;
}

.audio {
	border: none;
}

.MathSpeak{
	background-color: #E0FFE0;
}

.introMathSpeak{
	background-color: #E0FFE0;
}
		
.Mathspeak_reserved-word{
	color: #E06060;
}

.Mathspeak_variable{
	color: #990000;
	font-weight: bold;
	font-size: larger;
}

.Mathspeak_transcription{
	color: #CCCC00; /*medium yellow*/
	font-weight: bold;
	font-size: larger;
}

.Mathspeak_function{
	color: #000000;
	font-weight: bold;
}

.Mathspeak_operator{
	color: #008000;
	font-weight: bold;
}

.Mathspeak_unit{
	color: #ABCDEF;
	font-weight: bold;
}

.Mathspeak_value{
	color: #0090B0; 	/*#00B0C0*/
	font-weight: bold;
	font-size: larger;
}

.Mathspeak_literary{
	color: #C000E0;
	font-weight: bold;
}
.todo{
	background-color: BBDDFF;
	width: 800;
	padding: 4;
}

/*.braille{
	/*font-size: x-large;
	font-family: 'VL Normal SimBraille', Braille, Arial, Sans;*/
}*/

.fixme {
	background-color: #FFFF00;
}

ul.intro {
	list-style: none;
}

li.intro {
	padding: 1em 0 0 0;
}

.equationDisplay, .nemethDisplay {
	text-align: center;
	padding: 1em 1em 1em 1em;
}

.equationIdentifier, .nemethIdentifier {
	position: relative;
	top: 0;
	left: 0;
}

.MSE_col1 {
	width: 20%;
}

.MSE_col2 {
	width: 79%;
}
