@charset "UTF-8";

body {
  font-family: Arial, sans-serif;
  background-color: #f2bb7c;
  color: black;
}

#regular {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    font-size: 120%;
    text-align: center;
}

#regular th {
	border: 2px solid black;
	border-collapse: collapse;
	padding: 5px;
	font-size: 120%;
	text-align: center;
}

#head th {
	background-color: black;
	color: white;
	border: 2px solid black;
	border-collapse: collapse;
	padding: 5px;
	font-size: 120%;
	text-align: center;
}

#regular td {
	border: 2px solid black;
	border-collapse: collapse;
	padding: 5px;
	font-size: 120%;
	text-align: center;
}

#head td {
	background-color: black;
	color: white;
	border: 2px solid black;
	border-collapse: collapse;
	padding: 5px;
	font-size: 120%;
	text-align: center;
}

select{
	text-align-last:center;
	direction: ltr;
	width: 100%;
	font-size : 20px;
	font-family: Arial, sans-serif;
	width: 98%;
}

input[type=text] {
	font-size: 20px;
	width: 98%;
	font-family: Arial, sans-serif;
}

textarea {
	font-size: 20px;
	width: 98%;
	font-family: Arial, sans-serif;
}

#button {
	background-color: #c2c2c2;
	border: 1px solid black;
	color: black;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-radius: 4px;
	font-family: Arial, sans-serif;
  width: 50%;
}
