/* Basic, unobtrusive styling for the disclaimer block */
.dn-disclaimer {
  display:block;
  padding: .75rem 1rem;
  border: 1px solid rgba(0,0,0,.08);
  border-left-width: 4px;
  border-left-color: #999;
  background: #fafafa;
  margin-top: 1rem;
  border-radius: .5rem;
  line-height: 1.5;
}

.dn-sep {
  border: none;
  border-top: 1px solid rgba(0,0,0,.08);
  margin: 1rem 0 .5rem;
}
