.relation-dtec {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/relation-dtec.png) no-repeat;
  width: 20px; /* Width of new image */
  height: 32px; /* Height of new image */
  padding-left: 20px; /* Equal to width of new image */
}

.relation-dealer {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/relation-dealer.png) no-repeat;
  width: 20px; /* Width of new image */
  height: 32px; /* Height of new image */
  padding-left: 20px; /* Equal to width of new image */
}

.relation-container {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/relation-container.png) no-repeat;
  width: 20px; /* Width of new image */
  height: 32px; /* Height of new image */
  padding-left: 20px; /* Equal to width of new image */
}

/* All in one selector */
.relation-agri {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/relation-agri.png) no-repeat;
  width: 20px; /* Width of new image */
  height: 32px; /* Height of new image */
  padding-left: 20px; /* Equal to width of new image */
}


.nav-tabs234 {
    /* border-bottom: 1px solid #ddd; */
    border-bottom: none;
}

table#grid2 .rowUneven > td {
	border-bottom: 1px solid #999999;
    line-height: 14pt;
}

table#grid2 .rowEven > td {
	 background-color: #e0e0e0;
	 line-height: 14pt;
}

table#grid2 .servicetype {
	color: #005593;
    font-weight: bold;
}

table#grid2 .city {
	margin-top: 4px;
}

table#grid2 a {
	text-decoration: underline;
}

table#grid2 div.bekijklink {
	margin-top: 10px;
}

