table {
	border:none;
	border-collapse:collapse;
}
#sdiv table thead, #sdiv table tbody { 
	display: block;
	border:1;
	table-layout:fixed;
	display:block;
 }
#sdiv table thead {
	background-color: #EEEEEE;
}
#sdiv table tbody {
	overflow-y: scroll;    /* Trigger vertical scroll    */
	overflow-x: hidden;  /* Hide the horizontal scroll */
	width: 100%;
	border:1;
}
#sdiv table thead tr th, #sdiv table tbody tr td {
	border:1px;
	border-style:solid;
	padding:2 8 0 8;
	margin:0;
	border-color:black;
	text-align:center;
	table-layout:fixed;
}

.categoryCol {
	width:250px;
}
.typeCol {
	width:250px;
}
.countCol {
	width:100px;
}
input {
	margin-left:3px;
	border-style:solid;
}

#sdiv table tbody {
	height:700px;
}
#sdiv table tbody tr {
	height:10px;
	color:black;
	background:white;
}
#sdiv table tbody tr:hover {
	height:10px;
	color:white;
	background:black;
	text-decoration:underline;
}
#sdiv table tbody tr td {
	cursor:pointer;
}
