.table-layout-wrapper tbody .table-row > td:first-child {
	color: #552D80;
	font-weight: 500;
	font-size: 11px;
}

.table-layout-wrapper thead tr > th {
	border-left: 1px solid #d7ae3e;
  border-right: 1px solid #d7ae3e;
}

.table-layout-wrapper thead tr > th:nth-child(3) {
  width: 45%;
}
.table-layout-wrapper thead tr > th:nth-child(2) {
  width: 30%;
}
.table-layout-wrapper thead tr > th:nth-child(1) {
  width: 25%;
}