
table.app-table thead tr th {
	border-bottom: 0 !important;
	background-color: #eeeeee;
}
table.app-table {
	border-bottom: 1px solid #dee2e6;
}

.block-sparse {
	margin-left: 20px;
	margin-right: 20px;
}
.title-must {
	font-weight: bold;
}
.title-must::before {
	content: "*";
	color: #9F0053;
}
.key-text {
	color: #9F0053;
}

