body, html, p {
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif; 
	width: auto;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif; 
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}
.header {
	background-color: white;
	position: relative;	
	color: #000000;
	font-size: 24px;
	overflow: hidden;
}
.header a {
	float: left;
	text-align: center;
	padding: 14px 16px;
	
}
.header a.active {
	background-color: black;
	color: white;
}
.title {
	color: black;
	font-size:52px;
	text-align: center;
	width: 100%;
	font-family: Oswald;
}
.text {
	float: center;
        background: white;
        color: black;
        font-family: Arial, Helvetica, sans-serif; 
        width: auto;
        padding: 0px 0px 0px 0px;
        font-size: 24px;
}
.contact {
	font-family: Oswald;
	font-size: 22px;
	text-align: center;
	margin: 0;
}
textarea{
	font-size:18px;
}
input[type=text], select{
	width: 20%;
  	padding: 12px 20px;
  	margin: 8px 0;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
	font-size: 18px;
}
input[type=password]{
        width: 20%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
	font-size: 18px;
}
input[type=submit] {
 	width: 40%;
  	background-color: red;
  	color: white;
  	padding: 14px 20px;
  	margin: 8px 0;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
	font-size: 20px;
}
input[type=date] {
	font-size:18px;
}
input[type=submit]:hover{
	background-color: #f54260;
}
input[type=select] {
	text-align: right;
}
.border{
	border-radius: 5px;
  	background-color: #f2f2f2;
  	padding: 20px;
	font-size: 20px;
}
table {font-family: arial, sans-serif; font-size: 24px; border-collapse: collapse; width: 100%; text-align: left; empty-cells: show;}
table.floatThead-table {border-top: 0px; border-bottom: none; background-color: #E6E6FA;}
td {border: 1px solid #dddddd; text-align: left; padding: 8px;}
td:empty::after{
	content: "\00a0";
}
th {position: sticky; top: 50px; bottom: 10px;background: #E6E6FA;}
tr:nth-child(even) {background-color: #dddddd;}
	
label {
	font-size: 24px;
}
.reglink a:link {color: black; text-decoration: none;}
.reglink a:hover {color: red; text-decoration: none;}
.formleft{width: 100%; text-align: left;}
.floatleft {
	float: left;
	width: 25%;
}
.floatmid {
	float: left;
	width: 33%;
}
.floatright {
	float: left;
	width: 25%;
}
.button {
	background-color: red;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	width: 30%;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif; 
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.left {float:left; width: 50%; height: 400px;}
.right {float:right;width: 50%; height: 400px;};
.calculator {
   width: 90%;
   border: 1px solid #ccc;
   padding: 10px;
   }
.calculator input {
   width: 90%;
   margin-bottom: 10px;
   padding: 5px;
   font-size: 22px;
   }
.calculator button {
   width: 90%;
   padding: 10px;
   margin: 5px;
   font-size: 22px;
   }
.footer {
   font-size: 14px;
}
