.property-list-table {
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 12px;
	position: relative;
}

.property-list-table > tbody > tr > td {
	border: solid 1px lightgrey;
	padding: 4px 10px;
}

.property-list-table > tbody > tr > td:first-child {
	white-space: nowrap;
	color: #006D89;
	color: #444;
	font-weight: bold;
	padding-left: 15px;
}

.property-list-table > tbody > tr > td:last-child {
	padding-right: 15px;
	word-break: break-all;
}

.property-list-table > tbody > tr:first-child > td {
	padding-top: 9px;
} 

.property-list-table > tbody > tr:last-child > td {
	padding-bottom: 9px;
}

.overflow-table-column {
	position: relative;
}

.overflow-table-column > span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.property-list-table > tbody > tr:first-child > td:first-child:before {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    box-shadow: inset 0px 1px 15px 6px #fff;
    user-select: none;
    pointer-events: none;
}

