.grid {
	max-width: 768px;
}


table {
	margin-top: 24px;
	margin-bottom: 36px;
}

table tbody tr:not(:last-child) {
	border-bottom: 1px solid #DDD;
}

table tr td {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 50%;
}

table thead tr {
	border-bottom: 1px solid #333;
}

table thead th {
	font-weight: 700;
}

.textExampleTable {
	margin-top: 0em;
	margin-bottom: 0em;
	word-wrap:break-word;
	table-layout: fixed;
}

.textExampleTable tr td {
	vertical-align: middle;
}

.textExampleTable tr td:nth-of-type(1) {
	width: 20%;
	padding-top:.8em;
	text-align: center;
}

h4 { font-size:1.2em; margin-top:1.5em; }

.column.large-12 + .column.large-6 {
    margin-top: 1.5em;
}

body .main,
 .main p,
 .main li {
  font-size: 14px;
  line-height: 1.6em;
  color: #4D4D4D;
}

.button-example {
	margin-bottom: 0.5em;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #e6e6e6;
}

.screenshot-border {
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.device-frame {
  display:block;
  position: relative;
  margin: 0 auto 2em;
  padding: 92px 26px 92px 25px;
  width: 363px;
  height: 739px;
  background-image: url('/apple-pay/web-human-interface-guidelines/images/iPhone6s_iOSHIG_Frame.png');
  background-repeat: no-repeat;
  background-size: 363px 739px;
  background-position: 0 top;
}

.footnote {
	margin-left:30px;
}

.footnote li {
	font-size:11px;
}

/* NOTES */

.note,
blockquote {
  padding: 0.5em 1em 0.7em;
  border: 1px solid rgba(0,0,0,0.08);
  margin-bottom:1.5em;
  background-color: rgba(0,0,0,0.03);
  border-radius: 3.5px;
  display:block;
}

.note p,
blockquote p  {
  font-size: 14px;
  line-height: 1.4;
}

.note p strong,
blockquote p strong {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 1px;
  display: block;
}

.note p:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}

.note-important {
  border-color: rgba(255,191,0,0.20);
  background-color: rgba(255,221,0,0.10);
}


.tabnav {
	margin: 3em auto 2em;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none; }
	.tabnav .tabnav-items {
		display: inline-block;
		margin: 0; }
	.tabnav .tabnav-item {
		padding-left: 60px;
		border-bottom: 1px solid #d6d6d6;
		display: inline-block;
		float:left;
		list-style: none;
		outline: none; }
		@media only screen and (max-width: 1068px) {
			.tabnav .tabnav-item {
				padding-left: 50px; } }
		@media only screen and (max-width: 735px) {
			.tabnav .tabnav-item {
				padding-left: 30px; } }
		.tabnav .tabnav-item:first-child {
			padding-left: 0; }

.tabnav-wrapper {
	height: 2.5625em;
	font-size: 14px;
	overflow: hidden;
	width: 100%; }
	.tabnav-wrapper .tabnav-items {
		padding-bottom: 2.5625em; }

.tabnav-link {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0em;
	padding: 10px 0 9px 0;
	color: #666666;
	text-align: left;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	position: relative;
	z-index: 0; }
	.tabnav-link:hover {
		color: #0070c9;
		text-decoration: none; }
	.tabnav-link:focus {
		outline-offset: 6px; }
	.tabnav-link.active {
		pointer-events: none;
		color: #333333;
		text-decoration: none;
		cursor: default;
		z-index: 10; }
		.tabnav-link.current:after,
		.tabnav-link.active:after {
			left: 0;
			position: absolute;
			bottom: -5px;
			width: 100%;
			border-bottom: 1px solid #666666;
			content: ''; }


