.online-status {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  padding: 9px 0;
  margin-right: -20px; }
  .online-status span:not(.status-inner) {
    color: #fff;
    font-weight: 700; }
