table.scroll {
    width: 100%   ; /* Optional */
    height: 100%  ;
    /* border-collapse: collapse; */
    border-spacing: 0;
    //border: 1px solid #adabab;
    background:white;
}

table.scroll tbody, table.scroll tfoot,
table.scroll thead { display: block; }

table.scroll thead { background:#e7eaec;border: 1px solid #adabab;  }
table.scroll caption { text-align: left; }

table.scroll thead tr  { 
    height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}

table.scroll tfoot tr th { 
   height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}

table.scroll tbody {
    height: 95%;
    overflow-y: auto;
   // overflow-x: hidden;
    background:white;
    border: 1px solid #adabab;
}

tbody { border-top: 2px solid #adabab; }

table.scroll tfoot {  background:white; border-top: 1px solid #adabab; }

tbody td, thead th, tfoot th {
   //// width: 20%; /* Optional */
    border-right: 1px solid #adabab;
}


tbody tr td {
    border-bottom: 1px solid #adabab;
    text-align: center;
     //padding-right: 2px;
    //letter-spacing: -2px;
}


tbody input {
    text-align: center;
}

tbody td:last-child, thead th:last-child, tfoot th:last-child {
    border-right: none;
}


tfoot {
    border: 1px solid #adabab;
}

