﻿body {
}

.table
{
   display:table;
   width:320px;
}

.table-row
{
   display:table-row;
}

.table-cell
{
   display:table-cell;
}
