.article-stat-row {
  height: 50px;
  padding: 0 79px;
  display: flex;
  align-items: center;
}

.article-stat-row td {
  display: inline-block;

  color: rgb(121, 121, 121);
  font-size: 0.9rem;
  font-weight: 500;
}

.article-stat-row .title {
  text-align: left;
  flex: 5;
}

.article-stat-row .visits {
  text-align: center;
  flex: 1;
}

.article-stat-row .unlocked {
  text-align: center;
  flex: 1;
}
.article-stat-row .paid {
  text-align: center;
  flex: 1;
}
/* .article-stat-row .ctr {
  text-align: center;
  flex: 1;
}
.article-stat-row .contrib {
  text-align: center;
  flex: 1;
} */
