@charset "utf-8";

* {
	box-sizing: border-box;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: auto;
	font-size: 18px;
	word-wrap: normal;
	color: #000;
	background-color: #EAEAEA;
	text-align: justify;
}

div.mainbody {
	margin: auto;
	width: 330px;
	height: 510px;
	background-color: #80FFFF;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2), 0 5px 5px 0 rgba(0,0,0,0.19);
}

div.display {
	margin: auto;
	border: blue;
	width: 290px;
	height: 100px;
	background-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
}

p.lineOneC {
	font-size: 30px;
	text-align: right;
}

p.lineTwoC {
	text-align: right;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	border: 0;
	margin: 0;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 29px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 23px;
}

h6 {
	font-size: 20px;
}

.right {
	text-align: right;
}

p {
	text-align: justify;
	font-size: inherit;
	margin: 0;
}

table, th, td {
	vertical-align: middle;
}

div.button {
	text-align: center;
}

button {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.19);
}

button.single {
	text-align: center;
	font-size: 24px;
	border-radius: 10px;
	width: 70px;
	height: 70px;
}

button.vertical {
	text-align: center;
	font-size: 24px;
	border-radius: 10px;
	height: 140px;
	width: 70px;
}

button.horizonal {
	text-align: center;
	font-size: 24px;
	border-radius: 10px;
	height: 70px;
	width: 140px;
}

.center {
	text-align: center;
	margin: auto;
	text-indent: 0px;
}

.cite {
	text-align: justify;
}

.left {
	text-align: left;
}

.nbm {
	text-indent: 0px;
	margin: 0;
}

.rightntm {
	text-align: right;
	margin-top: 0px;
}

.leftntm {
	text-align: left;
	margin-top: 0px;
}

.pad10 {
	padding: 10px;
}

.display {
	width: 100%;
	vertical-align: middle;
}

.display2 {
	width: 98%;
	vertical-align: middle;
}

.textbox {
	border-color: #ccc;
	border-style: solid;
}

button.one {
	border-radius: 7px;
	width: 200px;
	height: 50px;
	font-size: 18px;
}

button.two {
	border-radius: 7px;
	width: 100px;
	height: 50px;
	font-size: 18px;
}

.temp {
	font-weight: bold;
	font-size: 30px;
	color: #FF8040;
}

.tempval {
	font-weight: bold;
	font-size: 30px;
}

.center {
	text-align: center;
	margin: auto;
	text-indent: 0px;
}
