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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
}

input[type="submit"]#submit,
#sendbutton,
button,
input[type="submit"] {
	background-color: #019193;
	border: none;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	margin: 10px;
	cursor: pointer;
	min-width: 100px;
	border-radius: 3px;
}

input[type="text"],
input[type="password"]{
	font-size: 16px;
	border: 1px solid #767676;
	border-radius: 3px;
	padding: 5px;
}

select[style],
select {
	font-size: 16px!important;
	border: 1px solid #767676!important;
	border-radius: 3px!important;
	width: auto!important;
	height: auto!important;
	padding: 5px;
	
}

input[type=checkbox][style]{
	width: 20px!important;
    height: 20px!important;
    margin-right: 5px!important;
    margin-top: -2px!important;
    font-size: 16px!important;
    vertical-align: middle!important;
}

#waiver-table {
	width:100%;
	max-width:875px;
}

ol>li:first-child div[style], canvas {
	border: 1px solid #767676!important;
	border-radius: 3px!important;
	font-size: 14px!important;
	padding: 20px!important;
	line-height: 1.1em;
	
}

li>div>span.headings::before {
	content: '\00a0';
	display: block;
	margin-top: 20px;
}


.headings {
	font-weight: bold;
}

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

/* Form Elements */


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 {
	padding-left: 0px; 
	font-weight:bold;
}





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

	.headings {
	}

	input[type="submit"]{
	}

	input[type="text"]{
	}
	
	input[type="password"]{
	}

	select{
	}
	
	textarea {
	}
}

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

	.headings {
		
	}

	input[type="submit"]{
	}
	
	input[type="text"]{
	}
		
	input[type="password"]{
	}
	
	select{
	}
	
	textarea {
	}
}

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

	.headings {
	}

	input[type="submit"]{
	}
		
	input[type="text"]{
	}

	input[type="password"]{
	}
	
	select{
	}
	
	textarea {
	}
}

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

	.headings {
	}

	input[type="submit"]{
	}
			
	input[type="text"]{
	}
	
	input[type="password"]{
	}
	
	select{
	}
		
	textarea {
	}
}

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

	.headings {
		font-size: 
	}

	input[type="submit"]{
	}
				
	input[type="text"]{
	}
		
	input[type="password"]{
	}
	
	select{
	}

	textarea {
	}
}
