.pdb-list td{
  transition: all .14s ease-out;
}
.pdb-list tr:hover td{
  background-color:#e9e9e9;
}
.photo-field{
  text-align:center;
}
.photo-field img{
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.pdb-image img{
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  border-radius: 4px;
}
.pdb-single dt {
  width:160px;
}
#pdb-kuvat dt{
  display:none;
}
#pdb-kuvat dd{
  text-align:center;
}
#pdb-kuvat .image-upload{
  margin-bottom:0;
}
#pdb-kuvat .text-line {
  margin-top:0;
  border-bottom: 1px solid #eee;
}