.layer-list-item-separator-parent {
  .layer-list-item-separator-date {
    border-bottom: solid 1px #e4e9ec;
    text-align: center;
    margin-bottom: 20px;
    height: 10px;

    span {
      .layer-text-fine-print();
      position: relative;
      top: 2px;
      background-color: white;
      padding: 2px 15px;
      border: @border-lightest;
      border-radius: 8px;
    }
  }
}