﻿
/* TABELLA */
div.cella
{
   display: table-cell;
   float: left;    
}

div.colonna
{
   display: table-column; 
   float: left;  
}
            
div.riga
{
   display: table-row; 
   clear:left;
   width:100%;
}

div.tabella
{
   display: table;  

}
/* FINE TABELLA */



