.table
    {
        display: table;
        width: auto;
        border-bottom: thin solid #eeeeee !important; 
    }

.row
    {
       display: table-row;
       width: auto;
    }

.cell
    {
        display: table-cell;
        width: 200px;
        padding-top: 5px;
        padding-bottom: 5px;
    	border-top: thin solid #eeeeee !important; 
    }