 textarea.TMWertInput {
	 font-weight: bold;
	 width: 12em;
	 height: 10em;
 }
  
table.TMLayoutTable { 
	width: 100%
}
  
table.TMLayoutTable td { 
	border: 0;
	vertical-align: top;
}

span.TMResultOK {
	color: rgba(102, 184, 160, 1.0);
}
span.TMResultNOK {
	color: rgba(184, 41, 41, 1.0);
}