.MTSText {
  font-size: 10pt;
  font-family: Arial,Helvetica,Sans-Serif;
  margin: 0;
}


.MTSTextGray {
  font-size: 10pt;
  font-family: Arial,Helvetica,Sans-Serif;
  margin: 0;
  color: #888888;
}


.MTSTextHelp {
  font-size: 10pt;
  font-family: Arial,Helvetica,Sans-Serif;
  margin: 0;
  color: #888888;
}


.MTSTextError {
  font-size: 10pt;
  font-family: Arial,Helvetica,Sans-Serif;
  margin: 0;
  color: #dd2222;
}


.MTSTextWarning {
  font-size: 10pt;
  font-family: Arial,Helvetica,Sans-Serif;
  margin: 0;
  color: #dd8800;
}


.MTSTextAlright {
  font-size: 10pt;
  font-family: Arial,Helvetica,Sans-Serif;
  margin: 0;
  color: #278314;
}


span.MTSDischargeError {
  color: #AF3F3F; 
  font-size: 10pt; 
  white-space: nowrap;
  font-weight: bold;
}


span.MTSNewFeature {
  position: absolute;
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  background-color: #93c356;
  border-radius: 0.3em;
  padding: 0em 0.3em;
  margin: 0em 0em 0em 1.0em;
}

span.MTSNewFeature::before {
  content: '';
  position: absolute;
  left: -0.7em;
  top: 0.4em;
  width: 0em;
  height: 0em;
  border-style: solid;
  border-width: 0.7em 0.9em 0em 0em;
  border-color: transparent #93c356 transparent transparent;
  box-sizing: border-box;
}

span.MTSTextKeybrd {
  display: inline-block;
  background-color: #ffc;
  border-radius: 0.3em;
  border: 1px #ddd solid;
  padding: 0.1em 0.4em;
  font-weight: normal;
  white-space: nowrap;
}

div.MTSTextCode {
  display: inline-block;
  font-size: 0.8em;
  font-family: Lucida Console, Courier New;
  background-color: #ffc;
  border-radius: 0.3em;
  border: 1px #ddd solid;
  padding: 0.5em 1.5em;
  font-weight: normal;
  white-space: pre-wrap;
}