div#browser_test_small {
/*  background-color: #B6D4D4;*/
  background-color: #ccc;
  font-size:0.8em;
  margin-bottom:2em;
  padding: 1em;
}

div#browser_test_small li {
  margin: 0;
  padding: 0;
  list-style: none;
  display:inline;
/*  font-size: 1.4em;*/
}

div#browser_test_small li.test {
  list-style:none;
/*  font-size: 1.6em;*/
  vertical-align: middle;
  background-image: url('/images/tick.gif');
  background-repeat: no-repeat;
  background-position: 0 .2em;
  padding: .2em 0 .2em 2em;
  margin: .2em;
}

div#browser_test_small li.test.failed {
 background-image: url('/images/cross-red.gif'); 
}
