/* 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
----------------------------------------- */

/**/

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	table{font-size:7pt!important;}
	table h2{font-size:11pt!important; padding:1px;}
	table td {max-width:10px!important;}
	table td a {font-size:4pt;}
	table th p {display:none;}
	
	.pinned { position: absolute; left: 0; top: 0; width: 35%; overflow-x: scroll;}
	.pinned table {width: 100%; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden;}	
	
	
}
