 tr
 {
    font-family:Arial;
     font-size:12px;
   background-color:#ffffff;
   margin:1px;
   
 }

 table
 {

  position:absolute;
  top:40px;
  left:0px;
  margin-left:25px;
  margin-right:25px;
  width:90%;
  background-color:#cccccc;
  
	border-spacing: 1px;
    border-collapse: collapse;
    border: 1px solid #a6a6a6;
	text-select:none;
	cursor:pointer;
 }

 th /*.header*/
 {
  font-weight:bold;
	padding-left:0.5em;	
  background-color:#bec0bf;
	height:2em;	
  text-align:left;
  border: 1px solid #a6a6a6;

 }

 td /*.cell */
 {
	border-width:1px;
	margin:0px;
    border: 1px solid #a6a6a6;
	height:22px;
	width:14%;
	padding-left:0.5em;	
 }

 tbody /* adds scrolling to tables that don't fit in parent containers */
 {

     overflow-y: scroll;
     display: block;
     height: 90%;
 }

