.pix_tables {
	margin-bottom: 1em;
	width: 100%;
}
.pix_tables:before,
.pix_tables:after {
  content: "";
  display: table;
}
.pix_tables:after {
  clear: both;
}
.pix_tables.data.alt {
	display: none;
}
.pix_tables div.table_column {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.pix_tables div.table_column > div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pix_tables p {
	margin: 0!important;
	padding: 0!important;
}
.pix_tables .table-cell {
	display: block;
	overflow: hidden;
	padding: 1em;
	text-align: center;
}
.pix_tables .table-cell.heading {
	font-size: 1.1em;
	line-height: 1em;
}
.pix_tables .table-cell.heading p {
	font-size: inherit;
	line-height: inherit;
}
.pix_tables .table-cell.pricing,
.pix_tables .table-cell.pricing p {
	font-size: 1.6em;
	line-height: .725em;
}
.pix_tables .col-highlighted > div {
	-moz-box-shadow: 0 0 1em 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,.2);
	box-shadow: 0 0 1em 0 rgba(0,0,0,.2);
 	margin-top: -0.5em;
}
.pix_tables .col-highlighted > div > span:first-child {
	padding-bottom: 1.4em;
	padding-top: 1.4em;
}
.pix_tables div.table_column > div .table-cell.pricing small {
	font-size: .5em;
	line-height: .425;
}
.pix_tables table,
.entry-content .pix_tables table {
	border: 0;
	border-collapse: collapse;
}
.pix_tables td,
.pix_tables th,
.entry-content .pix_tables th,
.entry-content .pix_tables td {
	border-collapse: collapse!important;
	padding: 1em;
	text-align: left;
}
.pix_tables.minwidth-reached.data {
	display: none;
}
.pix_tables.minwidth-reached.alt.data {
	display: block;
}
.pix_tables.minwidth-reached.alt.data th,
.pix_tables.minwidth-reached.alt.data td {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%!important;
}
.pix_tables.minwidth-reached .table_column {
	display: block;
	width: 100%!important;
}
.pix_tables td.empty,
.pix_tables th.empty,
.entry-content .pix_tables th.empty,
.entry-content .pix_tables td.empty {
	background-color: transparent;
	border-width: 0;
}

/* 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 */
	
table.responsive { margin-bottom: 0; }

.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
.pinned table { border-right: none; border-left: none; width: 100%; }
.pinned table th, .pinned table td { white-space: nowrap; }
.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 { margin-left: 35%; }
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; }
	
	
.scrollable table tbody > tr > td:first-child, .scrollable table tbody > tr > th:first-child {
	display: none;
}
