﻿table thead.static{
  display: block;
}
table tbody.scrollable{
 height: 200px;
 overflow-y: scroll;
 display: block;
}