table.responsiveTable th, .pinnedTable th { font-weight: bold; }
table.responsiveTable td, table.responsiveTable th, .pinnedTable th, .pinnedTable td { padding: 9px 10px; text-align: left;}


table.responsiveTable tr:nth-child(odd) td {border-color: #ffffff; background-color: #f5f4f4; border-style: solid; border-width: 1px;}
table.responsiveTable tr:nth-child(even) td {background-color: #ffffff;}
/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsiveTable { margin-bottom: 0; border-collapse: separate;}
	.table-wrapper{border: 1px solid #ccc;}
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll;}
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap !important;}
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; max-width:90vw; }
	div.table-wrapper div.scrollable table{ margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsiveTable td, table.responsiveTable th { position: relative; white-space: nowrap; overflow: hidden;}
	table.responsiveTable th:first-child, table.responsiveTable td:first-child, table.responsiveTable.pinned td { display: none; }
	
	div.pinned, div.pinned table {height: 100%;}
	
}
