.divTable{
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableCell {
	border: none;
	display: table-cell;
	padding: 3px 6px 3px 0;
	vertical-align: top;
	line-height: 2rem;
}

.col1 {
	width: 2.5rem;
}

.col2 {
	width: 4.8rem;
}

.col3 {
	word-break: break-word;
}

.divTableCell a {
	vertical-align: middle;
}

.divTableBody {
	display: table-row-group;
}

.d4u-compinfo-ico {
	font-size: 1rem;
	text-align: center;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 50%;	
	background: #f1f1f2;
	vertical-align: top;
}

/*--------------------------------------------------------------
  External integrations - Google map (ACF)
--------------------------------------------------------------*/
.d4u-map {
	width: 100%;
	height: 350px;
	border: 1px solid #eee;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.d4u-map img {
   max-width: inherit !important;
}
