input {
	width: 90%;
	height: 30px;
	border: none;
}

.title_center {
	text-align: center;
}

#table_out_body {
	display: inline-block;
	padding: 20px;

}


.title_class {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.top_btn_body {
	display: flex;
	align-items: center;
}

.top_body {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}


.top_head tr {
	/* border: none; */
	background-color: #e3f2d9;
}

.top_head td {
	/* border: none; */
	background-color: #e3f2d9;
}

.top_head td input {
	/* border: none; */
	background-color: #e3f2d9;
	text-align: center;
}

.delete_btn {
	position: absolute;
	right: 16px;
	top: 16px;
}

#app {
	display: flex;
}

.record_title {
	font-size: 18px;
	font-weight: 700;
}

.record_content {
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

input {
	text-align: center;
}

.solid_gray {
	background-color: rgb(208, 206, 206);
}


.td_btn {
	display: flex;
	justify-content: center;
}