table, table th, table td {
border: 1px solid #f7a81b;
color: #0c3c7c;
background: #f6e4c4;
}
table th {
background: #f5ca7e;
}
.pdb-list {
  font-size: 12px;
}
section{
  float: left;
  display: block;
  width: 500px;
  height: 152px;
  border: 1px solid #f7a81b;
  color: #0c3c7c;
  background: #f6e4c4;
  margin-top: 10px!important;
  margin-right: 10px!important;
  margin-bottom: 0px!important;
}
.pdb-field-title {
  display: none;
}
div.first_name-field, div.tussenvoegsel-field, .foto-field , .foto_partner-field {
  float: left;
  padding-right: 5px;
}
div.pdb-field.foto-field, div.pdb-field.foto_partner-field {
  width: 140px;
}
@media only screen and (max-width: 600px) {
div.pdb-field.foto-field, div.pdb-field.foto_partner-field {
  width: 70px;
}
.image-field-wrap img {
width: 65px;
height: 70px !important;
}
.list-container section {
 height: 75px;
width: 300px;
}
}