.pdb-single dt {
   float: left;
 /*  width: auto; */
   margin: 0 5px 0 0;
}
.pdb-single dd {
   margin: 0;
}
.wrap.pdb-list {
   width: 950px;
   overflow: auto;
}
/* this will make your list very tightly formatted */
#content .list-container td,
#content .list-container thead th {
   font-size: 13px;
   padding: 3px 5px;
}
.pdb-single dt:after {
   content: ':';
}
.pdb-single dl.blank-field {
   display: none;
}
.pdb-list tr:nth-child(even) {
    background-color: #eee;
}