  .list{
    padding:2px;
    border:2px solid white;
    width:100%;
    background-color:white;
  }
  
  .list td{
    padding:4px;
    text-align:center;   
    margin:5px;
    
    
  }
  
  .list th{
    padding:2px; 
    font-weight:bold;


  }


  .list tr.row0{
     background-color:#ffff99;
  }
  

  .list td.icons{
    white-space: pre;
  }
