#catch-copy {
	margin: 16px 0;
	font-size: 240%;
	color: #164994;
}

#page-header h1 #price {
	color: #000;
	font-size: 80%;
}

#page-header #store {
	position: absolute;
	right: 8px;
	bottom: 8px;
	font-size: 160%;
}

#promotion-video {
	margin: 32px 0;
	text-align: center;
}

#variations {
	margin: 32px 0 0 0;
	
	border-spacing: 4px;
	table-layout: fixed;
}
#variations tr > th {
	font-weight: bold;
	font-size: 140%;
}
#variations tr > td {
	text-align: center;
	width: 200px;
	font-size: 140%;
}
#variations tr#name > td {
	font-size: 180%;
	font-weight: bold;
	color: #164994;
}
#variations tr.checkpoint > td {
	padding: 8px 0;
}
#variations tr td.sales-point {
	font-weight: bold;
	color: red;
}

.caution {
	font-size: smaller;
}
.caution h4 {
	color: red;
}
