
.popover {
  max-width: 400px;
}
.popover-content div.title {
  margin-bottom: 10px;
  font-weight: bold;
}
.popover-content ul {
  margin: 0;
  padding: 0;
}
.popover-content li {
  margin-bottom: 5px;
  list-style: none;
}
.delivery-box label p a[data-toggle=popover] {
  text-decoration: none;
  border-bottom: 1px dashed rgb(75, 164, 181);
}