/*Standard*/
span.symbol {font-weight:normal;line-height:100%;padding: 0 5px}


/*Meldung-Trash*/
th.trash, p.trash {color:#555;font-weight:bold;}
th.trash span.symbol, p.trash span.symbol {color:#f80000;font-weight:normal;font-size:200%;}


/*Meldung-Information*/
p.information, th.information {font-weight:bold; color:#555;}
p.critical, th.critical {font-weight:bold; color:#555;}
p.strict, th.strict {font-weight:bold; color:#555;}

p.information span.symbol, th.information span.symbol {color:#4C93E4;font-size:250%; vertical-align:middle;}
p.critical span.symbol, th.critical span.symbol {color:#EFC700;font-size:250%;vertical-align:sub;}
p.strict span.symbol, th.strict span.symbol {color:#c00;font-size:250%;vertical-align:middle;}


/*Meldung-Status*/
p.correct, th.correct {font-weight:bold; color:#555;}
p.failure, th.failure {font-weight:bold; color:#555;}
p.correct > span.symbol, th.correct > span.symbol {color:#0c0;font-size:225%;vertical-align:sub;}
p.failure > span.symbol, th.failure > span.symbol {color:#c00;font-size:225%;vertical-align:sub;}


/*Meldung-Action*/
p.help, th.help {font-weight:bold; color:#555;}
p.insert, th.insert {font-weight:bold; color:#555;}
p.return {font-weight:bold; color:#555;}
p.setting {font-weight:bold; color:#555;}
p.treat {font-weight:bold; color:#555;}

p.help > span.symbol, th.help > span.symbol {color:#4C93E4;font-size:250%; vertical-align:middle;}
p.insert > span.symbol, th.insert > span.symbol {color:#31AD31;font-size:250%;vertical-align:middle;}
p.return > span.symbol {color:teal;font-size:250%;vertical-align:sub;}
p.setting > span.symbol {color:#666;font-size:250%;vertical-align:sub;}
p.treat > span.symbol {color:#BF8301; font-size:225%; vertical-align:sub;}

td.uniedit > span.symbol, th.uniedit > span.symbol {color:#666; font-size:225%; vertical-align:sub; padding-right:5px}
td.uniadd > span.symbol, span.uniadd > span.symbol {color:#31AD31; font-size:225%; vertical-align:sub; padding-right:5px}