﻿/*#mytable tr {
width: 100%;
display: inline-table;
table-layout: fixed;
}

#mytable{
 height:340px;              
 display: -moz-groupbox;   
}
#mytable tbody{
  overflow-y: scroll;      
  height: 300px;
  position: absolute;
}*/