.Table {            
display: table;        
}   
     
.Title {            
display: table-caption;            
font-weight: bold;            
font-size: larger;        
}        

.Heading {            
display: table-row;            
font-weight: bold;            
text-align: center;        
}        

.Row {            
display: table-row;        
}  

.Cell {            
display: table-cell;            
border: solid;            
border-width: thin;           
padding-left: 5px;            
padding-right: 5px;        
}  

.Cell1 {
	width:auto;           
display: table-cell;            
border: solid;            
border-width: thin;           
padding-left: 5px;            
padding-right: 5px;        
} 