:root {
	/* these variables can be changed to alter the look of the carousel */
	--carouselHeight : 8cm;
	--carouselSpacing : 2mm;
	--carouselPadding : 2mm;

	/*  alter the header attributes */
	--headerHeight: 1.5cm;
	--headerMargin: 2mm;
}

@font-face {
	font-family: 'Sarabun';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/sarabun/v15/DtVjJx26TKEr37c9aBVJmg.ttf) format('truetype');
}

.subnote {
	color: #555;
	font-style: italic;
}

header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	line-height: var(--headerHeight);
	margin-bottom: var(--headerMargin);
}

header > img {
	height: var(--headerHeight);
}

#headerInfo > span {
	margin-left: 2em;
}

#headerInfo > p {
	line-height: calc(var(--headerHeight) / 2);
	padding: 0;
	margin: 0;
}

.footnotereference {
	font-size: 50%;
	vertical-align: top;
	padding: 0 .25em;
	text-decoration: none;
}

.footnote {
	font-size: 70%;
	line-height: 1em;
	color: #555;
	font-style: italic;
	text-align: left;
	display: inline-block;
}

body {
	max-width: 30cm;
	margin: auto;
	padding: 1cm;
	font-size: 4.5mm;
	font-family: 'Sarabun';
}

#carousel {
	height : var(--carouselHeight);
	padding: var(--carouselSpacing);
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	padding: 0;
}

#carousel > div {
	position: relative;
}

#carousel > div > img {
	height: 100%;
	padding: 0 var(--carouselPadding);
}

#menuWrapper {
	text-align: center;
	margin: 1cm 0;
}

#menuWrapper > ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
}

#menuWrapper > ul > li {
	display: inline-block;
	margin: 0 2mm;
	cursor: pointer;
	font-size: 5mm;a
	/*
	border: 1px solid #d1d1d1;
	border-radius: 3mm;
	*/
	padding: 1mm 3mm;
	font-weight: bold;
}

#menuWrapper a {
	text-decoration: none;
	color: #000;
}



ol.faq > li > p:first-child {
	font-weight: bold;
}

.pricingTable {
	width: 90%;

	border-collapse: collapse;
}

.pricingTable > thead tr {
	background-color: #cfc;
}
.pricingTable > tbody tr {
	background-color: #efe;
}
/*
#pricingTable > tbody tr:nth-child(1){
	background-color: #8F8;
}
#pricingTable > tbody tr:nth-child(2){
	background-color: #BFB;
}
#pricingTable > tbody tr:nth-child(3){
	background-color: #EFE;
}
*/
.pricingTable td, th {
	padding: 1mm 5mm;
}

#content * {
	margin: auto;
	max-width: 90%;
}

#content > p {
	margin: 1lh;
}

h3 {
	text-align: center;
	padding-bottom: 1lh;
}

th {
	text-align: left;
}

div.padding {
	padding: 1em;
}

a.bigButton {
	display: inline-block;
	color: #fff;
	margin: auto;
	background-color: #594;
	text-decoration: none;
	padding: .5lh;
	border-radius: 1lh;
	font-size: 150%;
	font-weight: bold;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	cursor: pointer;
}
