/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
	
table.responsive, table.responsive tr td, table.responsive tr th { clear:none !important; border:none !important; border-collapse:collapse; border-spacing:0;}

table.responsive tr td img { clear:none !important; min-width:35px; width:35px; padding:5px;}
table.responsive th {background:#963; padding:10px 10px !important; color:#FFF;}


/* Mobile */
@media screen and (max-width: 767px) {
		
	table.responsive { clear:none; margin-bottom: 0; border:none;}
	
	.pinned { position: absolute; left: 0; top: 0; background: #FFF; width: 150px; overflow: hidden; overflow-x: scroll;}
	.pinned table { clear:none; border:none; width: 100%; }
	.pinned table th, .pinned table td { clear:none !important; border:none !important;}
	
	.pinned table th {background:#963; !important; color:#FFF;}

	.pinned td:last-child { border-bottom:0;}
	
	div.table-wrapper { position: relative; overflow: hidden; border-right:1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 150px;}
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden;}
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}
