.ta-descponr-ulc{
	border: 1px solid rgba(5, 5, 5, 0.06);
	width: 100%;
	border-radius: 8px;
	/* margin-top: 30px; */
}

.ta-descponr-ulc >table{
	table-layout: auto;
	border-collapse: collapse;
}

.ta-descponr-ulc table{
	width: 100%;
	/*table-layout: fixed;*/
}

.ta-descponr-row{
	border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}

th:first-child{
	width: 4%;
}

.ant-descriptions-item-label{
	padding: 8px 16px;
	background-color: rgba(0, 0, 0, 0.02);
	border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
	color: rgba(0, 0, 0, 0.88);
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5714285714285714;
	text-align: start;
}

.ant-descriptions-item-content{
	padding: 8px 16px;
	color: rgba(0, 0, 0, 0.88);
	font-size: 14px;
	line-height: 1.5714285714285714;
	word-break: break-word;
	overflow-wrap: break-word;
}

.ant-descriptions-item-content:last-child{
	borde-inline-end: none;
	width: 10%;
}