/* CSS Document */

 #tablo
 
 {
 
display: table;
	height: 73px;
}

.tr{

display: table-row;

}

.td{
display: table-cell;

}
