input{
	width:300px;
}
textarea{
	width:300px;
	height:200px;
}

.wiki_input_table input[type="text"]{
	width:128px;
}
.wiki_input_table input[type="number"]{
	width:64px;
}
.wiki_input_table tr:nth-last-child(1) th,
.wiki_input_table tr:nth-last-child(1) td{
	border-bottom:solid 1px var(--table_border-color);
}
.wiki_input_table th:nth-last-child(1),
.wiki_input_table td:nth-last-child(1){
	border-right:solid 1px var(--table_border-color);
}