#filterable_demo {
	border: 1px solid #ccc;
	padding: 10px;
	background: #f3f3f3;
	margin-top: 10px;
	height: 150px;
	width: 150px;
}
#list_div {
	height: 125px;
	width: 150px;
	overflow: auto;
	border: 1px solid #ccc;
}

#states_filterable td {
	width: 145px;
	padding: 0 0.5em;
	background: #e3e3e3;
}
