
/* Mobile */

@media only screen and (max-width:640px) {

.class4 table.responsive { margin-bottom:10px; }
	
.class4	.pinned { position: absolute; left: 0; top: 0; width:13%; overflow: hidden; overflow-x: scroll;  }
.class4	.pinned table {/* border-right: none; border-left: none;*/  width: 100%; }
.class4	.pinned table th, .pinned table td { white-space: nowrap; padding-top:0px; padding-bottom:0px; }
.class4	.pinned td:last-child { border-bottom: 0; }
	
.class4	div.table-wrapper { position: relative; margin-bottom: 0px; overflow: hidden; /*border-right: 1px solid #ccc;*/ }
.class4	div.table-wrapper div.scrollable { margin-left:13%; }
.class4	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	.class4 table{margin-top:10x;}
	.class4 table.responsive td, table.responsive th { /*position: relative;*/ white-space: nowrap; overflow: hidden; }
	.class4 table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
	
}
@media only screen and (max-width:440px) {

.class4 table.responsive { margin-bottom:10px; }
	
.class4	.pinned { position: absolute; left: 0; top: 0; width:13%; overflow: hidden; overflow-x: scroll;  }
.class4	.pinned table {/* border-right: none; border-left: none;*/  width: 100%; }
.class4	.pinned table th, .pinned table td { white-space: nowrap; padding-top:0px; padding-bottom:0px; }
.class4	.pinned td:last-child { border-bottom: 0; }
	
.class4	div.table-wrapper { position: relative; margin-bottom: 0px; overflow: hidden; /*border-right: 1px solid #ccc;*/ }
.class4	div.table-wrapper div.scrollable { margin-left:13%; }
.class4	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	.class4 table{margin-top:10x;}
	.class4 table.responsive td, table.responsive th { /*position: relative;*/ white-space: nowrap; overflow: hidden; }
	.class4 table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
	
}


