.tablescroll{ 
	font-family: "Roboto",Helvetica,Arial,sans-serif; 
	background-color:#fff; 
}

.tablescroll td, 
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ border:0; }

.tablescroll td{   
	border: 1px solid #c0c0c0;
  border-collapse: collapse;
  font-size: 13px;
  margin: 0;
  padding: 10px 5px;
}

.tablescroll_wrapper{ 
  border: 1px solid #f1f1f1; 
  overflow-x: hidden !important;
}

.tablescroll_head
{   color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-align: left; 
    border: 1px solid transparent;
}

.tablescroll thead td
{ border-right:0; border-bottom:0; }

.tablescroll tbody td
{ border-right:0; border-bottom:0; }

.tablescroll tbody tr.first td
{ border-top:0; }

.tablescroll_foot
{ font-weight:bold; background-color:#eee; border-left:0; border-top:0; margin-top:3px; }

.tablescroll tfoot td
{ border-right:0; border-bottom:0; }