@charset
"UTF-8"
;

@media
all
{

li.feedbackPanelERROR,
li.feedbackPanelWARNING {
  color: red;
}

li.feedbackPanelERROR {
  font-weight: bold;
}
}