.powermail_listbe_details_dl {
  clear: both;
  padding: 5px 0 5px 20px;
  border-top: 1px dashed #bbb;
  width: 100%;
  margin: 0;
}
.powermail_listbe_details_dl:first-of-type {
  margin-top: 5px;
  border-top: none;
}
.powermail_listbe_details_dl:last-of-type {
  margin-bottom: 5px;
  display: inline-block;
}
.powermail_listbe_details_dl dt {
  display: block;
  float: left;
  width: 180px;
  margin-right: 10px;
}
.powermail_listbe_details_dl dd {
  margin-left: 190px;
}
.powermail_listbe_details td {
  --typo3-table-padding-x: 0;
}
.powermail_listbe_details_dl dd a {
  --typo3-text-color-link: #337ab7;
  text-decoration: none;
}
.powermail_listbe_details_dl dd a:hover {
  color: #000000;
  text-decoration: underline;
}
