textarea{
	border: none;
	width: 80%;
	height: 200px;
}


table{
	margin-left: 15%;
	width: 70%;
	table-layout: fixed;
	border: 0 solid black;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
tr, th{
	text-align: center;
}

.tdw{
	width: 70px;
}

.tdw1{
	width: 285px;
}

h2{
    text-align: center;
}

.tingpendi{
	margin-left: 10px;
	font-weight: bold;
}