#main #tests li
{
list-style: none;
color: gray;
background: transparent;
background-image: none;
padding: 0 40px;
font-size: 14px;
}

#main #tests li.processing
{
background: url("/m/StoreTest/img/preloader.gif") no-repeat 0 4px;
}

#main #tests li.passed{color: #4984FF;}
#main #tests li.failed{color: #FF8449;}

#main #tests li table
{
font-size: 10x;
color: gray;
}