/***CUSTOM CSS RULES FOR YOUR SITE***/
.catalog-detail-property{ 
	width:100%;
	display:flex;
	align-items:flex-end;
	justify-content:space-between;	
	margin-bottom:7px;
}

.catalog-detail-property .name{
	max-width:50%;
}

.catalog-detail-property .hint-wrap{
	padding-left:7px;
	position:relative;
	top:2px;
}

.catalog-detail-property .hint{
	display:block;
}

.catalog-detail-property .dots{
	flex-grow:1;
}

.catalog-detail-property .val{
	max-width:30%;
}
.catalog-detail-property .dots {
    border-bottom: 1px dotted #dee0ee;
}