cron-helper-modal {
  display: block;

  .noting {
    margin-bottom: 10px;

    span {
      margin-right: 10px;
    }

    .last {
      font-size: 12px;
      margin-right: 0;
      color: black;
      font-weight: bold;
    }

    .border-top {
      display: inline-block;
      width: 50px;
      height: 10px;
      border-top: 1px solid #616161;
    }
  }

  .example {
    margin-top: 20px;

    p:nth-child(4) {
      margin-bottom: 15px;
    }
  }

  .modal-body {
    overflow-y: auto;
    max-height: 510px;
  }
}
