@charset "utf-8";
/* CSS Document */

div.scrollWrapper{
	float:left;
	overflow-y:visible !important;
	overflow-y:scroll;
	height:400px;
	padding-bottom:50px;
	padding-left:50px;	

}
table.scrollable{
	width:97%;
	overflow:auto;
	margin-right:0 !important;
	margin-right:16px;
/* 	border-collapse:separate;*/
	margin-top:0px;
}
table.scrollable th{

  	border-top:1px solid #000;
  	border-left:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
  	position: relative;
  	background-color:#FFF;
}
table.scrollable th:last-child {
	border-right:1px solid #000;
}
table.scrollable td:last-child {
	border-right:1px solid #000;
}
table.scrollable tbody {
	height:400px;
	overflow-x:hidden;
	overflow-y:auto;
}
table.scrollable tr{
	height:0px;
} 
table.scrollable td{
	border-left:1px solid #000;
  	border-bottom:1px solid #000;
}
table.scrollable td:first-child {
	  width:310px;
}
table.scrollable td:first-child + td {
	  width:210px;
}
