@charset "UTF-8";

#main_screen {
	margin-bottom: 10px;
}

select, input {
	width: 100%;
	border: solid 1px #7d7d7d;
	border-radius: .15rem;
	background-color: white;
}

th {
	color: white;
	background-color: #ff7800;
	width: 130px;
	color: white;
}

.required {
	background-color: lemonchiffon;
}

#confirm_button {
	width: 100%;
}