/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; width: auto; max-width: 100%; font-size: 12px!important; -webkit-text-size-adjust: none; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; overflow: hidden; overflow-x: scroll; width: 45%; font-size: 12px!important; -webkit-text-size-adjust: none; }
	.pinned table { border-right: none; border-left: none; width: 100%; max-width: 100%; -webkit-text-size-adjust: none; }
	.pinned table th, .pinned table td { white-space: nowrap; font-size: 12px!important; -webkit-text-size-adjust: none; }
	.pinned td:last-child { border-bottom: 0; -webkit-text-size-adjust: none; }
	
	div.table-wrapper { position: relative; max-width: 100%; -webkit-text-size-adjust: none; }
	div.table-wrapper div.scrollable table { margin-left: 45%; max-width: 100%; -webkit-text-size-adjust: none; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; -webkit-text-size-adjust: none; max-width: 100%; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; -webkit-text-size-adjust: none; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	tr:hover { background: none; }
	
}


