.MyTable {
  display:table;
  width:100%;
}

.MyTable > div {
    display:table-cell;
	width:25%;
    border:0px solid #ffffff;
}

table.type01 { 
    border-collapse: collapse; 
    text-align: center; 
    line-height: 1.0; 
} 
table.type01 th { 
    width: 50px; 
    padding: 3px; 
    font-weight: bold; 
    vertical-align: top; 
    border: 1px solid #ccc; 
} 
table.type01 td { 
    width: 30px; 
    padding: 3px; 
    vertical-align: top; 
    border: 1px solid #ccc; 
} 
