table tbody, table thead
{
    display: block;
}

table tbody 
{
   overflow: auto;
/*   height: 100px; */
}

/*
table {
    width: 350px; / * can be dynamic * /
}

th
{
    width: 75px;
}

*/