html,body {
	height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #f4f4f4;
}

* {
  box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	vertical-align: top;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email],
textarea,
select {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	border-radius: 0;  /* so iOS doesn't do something wildly different */
	border: 1px solid gray;
	font-size: 120%;
}
textarea {
	border: 1px solid gray;
}

input[type=text], input[type=password], input[type=email], textarea {
	font-size: 24px;
	font-weight: bold;
	padding: 2px;
	margin-top: 2px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=password] {
	border: 1px solid gray;
}

a {
	color: #f47920;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* -------- */

#ititle {
	color: #f4af7c;
    display: inline-block;
    font-size: 0.9em;
    writing-mode: tb;
}

.cbackground {
	max-width: 480px;
	max-height: 800px;
	min-height: 400px; /* so the android keyboard doesn't make the whole thing too small */
	height: 100%;
	margin: auto;
	padding-top: 10px;
	background-color: white;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	text-align: left;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific fix */
  .cbackground {
  	  width: 480px;
  }
}

h1 {
	text-align: center;
	margin: 0;
}

.ccenter {
	text-align: center;
}

.cspacer {
	margin-top: 10px;
}

.csmallprint {
	font-size: 75%;
	line-height: 1.3;
}

#ifooter {
	max-width: 480px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f4af7c;
	height: 50px;
	padding: 5px 8px;
	max-width: 480px;
    margin: 0 auto;
}

.cpending {
	float: right;
	text-align: center;
	color: white;
	border: 1px solid white;
	border-radius: 20px;
	padding: 8px 2px;
	display: inline-block;
	min-width: 40px;
	margin-right: 10px;
}

.clabel {
	font-size: 20px;
}

.cbutton {
	display: inline-block;
	border: 1px solid #f47920;
	background-color: white;
	padding: 8px 2px;
	text-align: center;
	min-width: 60px;
	font-size: 20px;
}

.cpersonsection.cdataprotection {
	text-align: center;
	margin: 16px 0;
}

#ipersondataprotection {
    display: inline-block;
    width: auto;
    transform: scale(2) translateY(-2px);
    margin: 0 11px 0 7px;
}

#ifooter .cbutton {
}

#ihome,#iundo {
	float: left;
	margin-right: 10px;
}
#isend {
	float: right;
}

.cpage {
	display: none;
	padding: 0 20px;
}

.cinput {
	width: 100%;
}

.cpersonsection {
	margin: 0 0 5px 0;
}

.cresetsection {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
}

.cresetsection > div {
	max-width: 480px;
	margin: 0 auto;
	text-align: right;
    padding: 0 20px;
}

.cerror {
	background-color: pink;
}

#isentnumber {
	font-size: 200%;
	font-weight: bold;
}

.cversionsection {
    position: absolute;
    bottom: 60px;
    font-size: 0.8em;
    margin-left: -1em;
    color: #888;
}
