

.in{
	border: 1px solid gray;
	height: 28px;
	border-radius: 3px;
	outline: none;
	box-sizing: border-box;
	font-size: 13px;
}
.scroll{
	max-width: 1100px;
	min-width: 300px;
	max-height: 500px;
	min-height: 100px;
	overflow: auto;
	margin: 5px 0;
}
.scroll table{
	table-layout: fixed;
	border-collapse: collapse;
}
th{
	background-color: #4f674f;
	color: white;
	border: 1px solid lightgray;
	padding: 5px 10px;
	position: sticky;
	top: 0;
}