/* breakpoints */
.divider hr {
  margin: 10px 0;
  border: 0;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ebebeb;
}

.white-space-divider hr {
  border: none;
}

.white-space-divider.indent-bottom {
  margin-bottom: 30px;
}

.white-space-divider.indent-top {
  margin-top: 30px;
}
