/* lists */
ul.pubs-list > li,
dl.exp-list > dd.dates,
dl.pres-list-conf > dd {
  border-bottom:1px dotted #ccc;
  margin-bottom:0;
  padding-bottom:12px;
}
dl.pres-list-uni > dt {
  border-top:1px dotted #ccc;
  margin-top:12px;
  padding-top:18px;
}
dl.pres-list-uni > dd {
  border-bottom:1px dotted #ccc;
  margin-bottom:0;
  padding-bottom:12px;
}
dl.exp-list > dd.dates,
dl.pres-list-conf > dd.date,
dl.pres-list-uni > dd.date {
  color:#777;
}
dl.exp-list > dd.department,
dl.exp-list > dd.organization,
dl.pres-list-uni > dd {
  margin-bottom:0;
}
dl.pres-list-uni > dt:first-child {
  border-top:none;
  padding-top:0;
}
/* tabs */
.js .tabs-1 .tabs-pane {
  padding-top:20px;
}
