fieldset {
	border: none;
}

#sectiontitle {
	font-size: 30px;
	margin-bottom: 25px;
}

#title_submission {
	font-size: 28px;
	margin-bottom: 24px;
}

#reg_form_alert {
	text-align: center;
	color: #ff0000;
	font-size: 17.5px;
	margin-bottom: 25px;
	border: 2px solid #ff0000;
	padding-top: 15px;
	padding-bottom: 15px;
}

form {
	overflow: hidden;
	width: 85%;
	padding: 16px;
	border: 1px solid #555555;
	border-radius: 10px;
	margin-left: 5%;
}

form hr {
	border: 1px solid #555555;
	opacity: 0.3;
	margin: 20px;
}

form input[type="text"] {
	width: 100%;
	padding: 3px 10px;
	border: 1px solid #f6f6f6;
	border-radius: 3px;
	background-color: #f6f6f6;
	margin-bottom: 8px;
}

/*Buttom Submit*/
form input[type="submit"] {
	width: 20%;
	padding: 8px 16px;
	margin-top: 16px;
	border: 1px solid;
	border-radius: 5px;
	color: #fff;
	background-color: #000;
}

form input[type="submit"]:enabled:hover {
	cursor: pointer;
	background-color: #555555;
}

#submit_div {
	text-align: center;
	width: 100%;
}

#submit_button:disabled {
	opacity: 25%;
}

#required_fields {
	margin-left: 5%;
	margin-top: 10px;
}

.input_width {
	overflow: hidden;
	width: 80%;
}

.label_width {
	width: 20%;
}

#left table {
	width: 100%;
}

#left {
	text-align: justify;
}

.download_button {
	background-color: #1d97ea;
	border: none;
	color: white;
	padding: 5px 12px;
	cursor: pointer;
	font-size: 18px;
	margin-right: 10px;
	border-radius: 8px;
}

.download_button:hover {
	background-color: #0371bc
}

.download_button img {
	margin-right: 10px;
}

.download_button a {
	text-decoration: none;
	color: white;
}

#div_button {
	text-align: center;
	font-weight: bold;
}

.td_form {
	font-size: 20px;
	height: 50px;
	color: #555;
}

#address_form {
	font-size: 18px;
	height: 50px;
	color: #555;
}



@media screen and (max-width: 1400px) {
	#reg_form_alert {
		width: 95%;
	}
}

@media screen and (max-width: 800px) {
	#reg_form_alert {
		width: 85%;
	}
}


#specialsession {
	width: 100%;
	min-width: 45ch;
	max-width: 60ch;
	border: 1px solid var(--select-border);
	border-radius: 0.25em;
	padding: 0.25em 0.5em;
	font-size: 1.1rem;
	cursor: pointer;
	line-height: 1.1;
	background-color: #f6f6f6;
}