
  .timeline-updating {
    background: #f6f6f6;
    margin-left: -5px;
    margin-right: -5px;
  }

  .timeline-updating .content {
    padding: 16px 16px 28px 16px;
    background: #ffffff;
    margin-bottom: 4px;
  }

  .timeline-updating .content .updated-by {
    font-weight: bold;
  }

  .timeline-updating .content .updatings-entity-type,
  .timeline-updating .content .updatings-entity-name {
    font-weight: bold;
    word-break: break-word;
  }
  .timeline-updating .content .bracket-offset {
    position: relative;
    top: -1px;
  }

  .timeline-updating .content .nheader {
    margin-bottom: 8px;
    display: flex;
  }

  .timeline-updating .content .nicon {
    flex: 0 0 auto;
    background: #fe905a;
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;

    border: 1px solid hsla(0,0%,100%,.6);
    border-radius: 50%;
    transform: translate(.5px, 0);

    transition: 384ms ease;
    -webkit-transition: 384ms ease;
    -moz-transition: 384ms ease;
    -ms-transition: 384ms ease;
    -o-transition: 384ms ease;
  }
  .timeline-updating .content .nicon.nobg {
    background: transparent;
    border: 1px solid #c6c6c6;
  }
  .timeline-updating .content .nicon.nobg.in-icon {
    background: transparent;
    border: 0;
  }

  .timeline-updating .content .nicon .icon-icon {
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 1.35em;
    white-space: nowrap;
    border-radius: 50%;
    transform: translate(.5px, 0);

    transition: 384ms ease;
    -webkit-transition: 384ms ease;
    -moz-transition: 384ms ease;
    -ms-transition: 384ms ease;
    -o-transition: 384ms ease;
  }

  .timeline-updating .content .nicon .icon-name {
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 1.35em;
    white-space: nowrap;

    transition: 384ms ease;
    -webkit-transition: 384ms ease;
    -moz-transition: 384ms ease;
    -ms-transition: 384ms ease;
    -o-transition: 384ms ease;
  }

  .timeline-updating .content .nicon .icon-name img.remote-img {
    border-radius: 50%;
    height: 56px;
    max-width: 56px;
    position: relative;
    top: -1px;
    opacity: 0;
    display: none;

    transition: 384ms ease;
    -webkit-transition: 384ms ease;
    -moz-transition: 384ms ease;
    -ms-transition: 384ms ease;
    -o-transition: 384ms ease;
  }

  .timeline-updating .content .nicon .icon-name .remote-img-loading {
    color: grey;
    font-size: 0.8rem;
    position: relative;
    top: -3px;
  }

  .timeline-updating .content .ename .type-icon{
    display: none;
    margin-left: 4px;
  }

  .timeline-updating .content:first-child {
    padding-top: 12px;
  }

  .timeline-updating .updatings-type:last-child .content:last-child {
    padding-bottom: 16px;
  }

  .timeline-updating .ename-time {
    flex: 1;

    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;

    min-height: 56px;
    width: calc(100% - 56px - 8px);

    margin-left: 8px;
  }

  .timeline-updating .content .ename {
    margin-top: 2px;
    font-size: 1.25rem;

    text-overflow: ellipsis;
    overflow-x: hidden;
    word-break: keep-all;
    white-space: nowrap;
  }

  .timeline-updating .content .update-time {
    display: flex;
    justify-content: space-between;;
    line-height: 14px;

    margin-bottom: 1px;
  }

  .timeline-updating .content .updating {
    font-size: 1.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .timeline-updating .content .updating a{
    display: none;
  }

  .timeline-updating .action {
    padding-top: 8px;
    border-top: 1px solid #e2e2e2;
    margin-top: 16px;
    margin-left: -4px;
    margin-right: -4px;
  }

  .timeline-updating .action .icon {
    font-size: 16px;
    position: relative;
    top: 2px;
  }

  .timeline-updating .action .a-comment, .timeline-updating .action .a-more{
    cursor: pointer;
    float: left;
    width: 50%;
    text-align:center;
    font-size: 14px;
  }

