@charset "UTF-8";

* {
	margin: 0;
}

h1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.5em;
}

.notes {
	font-weight: bold;
	color: red;
	margin-left: 20px;
	margin-bottom: 10px;
}

table {
	width: 50%;
	border-collapse: collapse;
	margin: 10px auto;
}

th, td {
	border: solid 1px #cccccc;
	padding: 15px;
	text-align: left;
}

th {
	background-color: #555d6b;
	color: #ffffff;
	width: 8em;
}

td {
	background-color: #e8eef9;
}

.customer-name, .customer-email, .customer-telephone-number {
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	font-size: 1.2em;
}

.age {
	width: 20%;
	box-sizing: border-box;
	padding: 2px;
	font-size: 1.2em;
}

input[type="radio"] {
	padding: 10px;
	font-size: 1.2em;
}

label + label {
    margin-left: 1em;
}

select {
	padding: 2px;
	font-size: 1.2em;
}

textarea {
	width: 100%;
	height: 12em;
	box-sizing: border-box;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 10px;
}

.application-button {
	width: 120px;
	height: 50px;
	-webkit-appearance: none;
	font-size: 1.2em;
}

.application-area {
	text-align: center;
}

.error-message {
	display: block;
	text-align: center;
}

.error-message ul {
	display: inline-block;
	font-weight: bold;
	color: red;
	list-style-type: none;
}

.error-message ul li {
	text-align: left;
}

.message {
	width: 50%;
	margin: 5px auto;
	background-color: #f5f5f5;
	padding: 5px;
	border-radius: 20px;
}

.close-button {
	width: 110px;
	height: 50px;
	-webkit-appearance: none;
	font-size: 1.2em;
}

.close-button-area {
	text-align: center;
}

p, address {
	font-size: 1.2em;
	margin-left: 20px;
}

p {
	margin-top: 20px;
}

address {
	margin-bottom: 15px;
}