textarea {
	outline: none;
	width: 100%;
	resize: none;
	border: none;
	font: 1em sans-serif;
	background: transparent;
	}

input[type=password] {
	background: #fff;
	border: 1px solid black;
	font: 1em sans-serif;
	width: 100%;
	resize: none;
	box-sizing: border-box;
	border-radius: 2px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.3em;
	}

input[type=text] {
	background: #fff;
	border: 1px solid black;
	font: 1em sans-serif;
	width: 100%;
	resize: none;
	box-sizing: border-box;
	border-radius: 2px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.3em;
	}

input[type=date] {
	background: transparent;
	border: none;
	font: 1em sans-serif;
	width: 10em;
	resize: none;
	box-sizing: border-box;
	border-radius: 2px;
	}

h1 {
	text-align: center;
	margin: 1em;
	color: black;
	}

ul#EditSite {
	width: 100%;
	padding: 1em;
}

#EditSite>li {
	display: flex;
	align-items: center;
}

#EditSite>li>label {
	flex: 0 0 20em;
	text-align: right;
	font-weight: 900;
	height: 2em;
	padding-right: 10px;
	line-height: 2;
}

#EditSite>li>input:not(#S_AF_DATE) {
	flex: 1 1 auto;
	height: 2em;
}