a:link{color:#154991} /*custom*/
a:active{color:#154991}
a:visited{color:#154991}
a:hover{color:#154991}

#waiver-table {
  width:100%;
  max-width:900px;
  border-radius:15px;
  box-shadow: 8px 8px 8px #888888;
  background-color:#FFFFFF;
  border-width:2px;
  border-style: solid;
  border-color:#154991; /*custom*/
}
	
h4 {
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
}

div {
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
}

.error
{
	color: #C3232F;
	background-color: #FFFF00;
	margin-left: 0px;
	display:none;
	font-weight:bold;
	font-size:14px;
}

/* Form Elements */
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form li {
	padding:6px;
	margin-bottom:1px;
}

form li#send {
	background:none;
	margin-top:6px;
}

/*responsive elements*/
.headings {
	font-family: Arial, Verdana, sans-serif;
	font-size: 28px;
	padding-left: 0px; 
	font-weight:bold;
}

input[type="submit"]{
	font-size: 30px;
	background-color: #154991; /*custom*/
	color: #fff;
	border-radius: 10px;
	width: 280px;  
	height: 70px;
}

input[type="text"]{
    font-size:24px;
	size: 36px;
}

input[type="password"]{
    font-size:24px;
	size: 30px;
}

select{
    font-size:24px;
	margin:5px;
}

textarea {
	width: 460px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size:20px;
}

@media only screen and (max-width: 1280px) {

	.headings {
		font-size: 28px;
	}

	input[type="submit"]{
		font-size: 30px;
		width: 280px;  
		height: 70px;
	}

	input[type="text"]{
		font-size:24px;
		size: 36px;
	}
	
	input[type="password"]{
		font-size:24px;
		size: 30px;
	}

	select{
		font-size:24px;
		margin:5px;
	}
	
	textarea {
		width: 460px;
		height: 120px;
		font-size:20px;
	}
}

@media only screen and (max-width: 850px) {

	.headings {
		font-size: 24px;
	}

	input[type="submit"]{
		font-size: 26px;
		width: 250px;  
		height: 60px;
	}
	
	input[type="text"]{
		font-size:22px;
		size: 32px;
	}
		
	input[type="password"]{
		font-size:22px;
		size: 25px;
	}
	
	select{
		font-size:20px;
		margin:5px;
	}
	
	textarea {
		width: 400px;
		height: 100px;
		font-size:18px;
	}
}

@media only screen and (max-width: 800px) {

	.headings {
		font-size: 22px;
	}

	input[type="submit"]{
		font-size: 24px;
		width: 200px;  
		height: 50px;
	}
		
	input[type="text"]{
		font-size:20px;
		size: 28px;
	}

	input[type="password"]{
		font-size:20px;
		size: 22px;
	}
	
	select{
		font-size:18px;
		margin:5px;
	}
	
	textarea {
		width: 360px;
		height: 90px;
		font-size:16px;
	}
}

@media only screen and (max-width: 750px) {

	.headings {
		font-size: 18px;
	}

	input[type="submit"]{
		font-size: 22px;
		width: 180px;  
		height: 40px;
	}
			
	input[type="text"]{
		font-size:18px;
		size: 24px;
	}
	
	input[type="password"]{
		font-size:18px;
		size: 20px;
	}
	
	select{
		font-size:16px;
		margin:5px;
	}
		
	textarea {
		width: 320px;
		height: 80px;
		font-size:14px;
	}
}

@media only screen and (max-width: 600px) {

	.headings {
		font-size: 15px;
	}

	input[type="submit"]{
		font-size: 18px;
		width: 140px;  
		height: 35px;
	}
				
	input[type="text"]{
		font-size:12px;
		size: 20px;
	}
		
	input[type="password"]{
		font-size:12px;
		size: 15px;
	}
	
	select{
		font-size:12px;
		margin:5px;
	}

	textarea {
		width: 250px;
		height: 60px;
		font-size:12px;
	}
}
