
html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: #fff url('whitediamond.png');
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

h3{
	margin-bottom: 10px;
}

h4{
	margin-bottom: 5px;
}

a{
	text-decoration: none;
	color: #44a;
}

p{
	margin-top: 0px;
	margin-bottom: 10px;
}

blockquote{
	margin-left: 20px;
}

body {counter-reset: h2}
  h2 {counter-reset: h3}
  h3 {counter-reset: h4}
  h4 {counter-reset: h5}
  h5 {counter-reset: h6}

h1{
	font-family: 'Playfair Display', serif;
	color: #292321;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	font-size: 1.7em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px 10px 0 0px;
	text-align: left;
}

img{
	vertical-align: middle;
}

h2{
	font-family: 'Playfair Display', serif;
	color: #292321;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0 5px 0 0px;
	text-align: left;
}

h3{
	font-family: 'Playfair Display', serif;
	color: #292321;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0 5px 0 0px;
	text-align: left;
	text-decoration: underline;
}

.container{
	margin: auto;
	max-width: 768px;
}

#timestamp{
	background-color: rgba(0, 0, 0, 0.15);
	margin-bottom: -30px;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 32px;
}
#innerTimestamp{
	max-width: 310px;
	margin: auto;
}
#timestamp input[type="number"]{
	font-size: 2em;
	text-align: center;
	width: 100%;
	font-variant-numeric: tabular-nums;
}
#timestamp button{
	font-size: 1.5em;
}
#timestamp input[type="datetime-local"]{
	font-size: 1.1em;
	width: 100%;
}

#pageContent{
	padding: 10px;
	padding-bottom: 100px;
}
