.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;
}
