div#tbl-container {
height: 450px;
overflow: auto;
scrollbar-base-color:#EEEEEE;
margin-top: 10px;
}

#tbl {
border-collapse: collapse;
background-color: #ffffff;
border: 1px solid #cccccc;
}

div#tbl-container table th {
white-space: nowrap;
}

