/* 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 th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { width: auto; min-width: 100%; max-width: none; margin-bottom: 0; }

	div.table-wrapper { position: relative; margin-bottom: 20px; width: 100%; max-width: 100%; }
	div.table-wrapper div.scrollable { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; }
	
}

/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */
