/*Mobile View*/
@media only screen and  (max-width: 760px) {
	
	.tablesorter.table { border: none; }
	.tablesorter.table tbody td, .tablesorter.table tbody tr { display: block; }
	
	.tablesorter.table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.tablesorter.table tbody tr { margin-top: 1.5em; border: 1px solid #ddd; }
	
	.tablesorter.table tbody td {
		padding-left: 50% !important;
		word-break: break-all;
	}
	
	.tablesorter.table tbody td:before {
		content: attr(data-label)':';
		display: inline-block;
		line-height: 1.5;
		margin-left: -100%;
		width: 100%;
		white-space: nowrap;
	}
}