.book-contents-crud-headered-frame .crud-table-header{
	display: flex;
	gap: 1rem;
	flex-direction: row;
}
.book-contents-crud-table-body{
	display: flex;
	gap: 1rem;
	flex-direction: column;
}