/*
   DJO-Andy Template : Online Text Correcting
   ------------------------------------------
*/

span.toc-uncorrected,
#toc-index div.toc-row-subtitle span.toc-uncorrected a
{
  color: #db6e6e;
}

td.toc-uncorrected
{
  background-color: #db6e6e;
}

span.toc-corrected,
#toc-index div.toc-row-subtitle span.toc-corrected a
{
  color: #4edb4e;
}

td.toc-corrected
{
  background-color: #4edb4e;
}

span.toc-correcting,
#toc-index div.toc-row-subtitle span.toc-correcting a
{
  color: #9a8648;
}

td.toc-correcting
{  
  background-color: #9a8648;
}