/* Global */
.clear {
  clear: both;
}

/* Words nav */
.words-navigator {
  list-style: none;
  text-align: right;
}

.words-navigator li {
  display: inline-block;
  margin: 0 4px;
}

.words-navigator a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}

.words-navigator a:hover {
  background: #eee;
  text-decoration: none;
}

.words-navigator .current a {
  color: #444;
  background: #eee;
}

/* words-page */
.words-page {
  line-height: 26px;
}

.words-words {
  border-top: 1px solid #ddd;
  padding: 10px 0px 30px 0px;
  position: relative;
}

.words-words .words-meta {
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 12px;
}

#moments {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  border: 1px solid #eee;
}

#moments-header {
  width: 100%;
  height: 180px;
  background: url(https://cdn.pixabay.com/photo/2018/06/07/09/01/emotions-3459666_1280.jpg) 0 no-repeat;
  position: relative;
}

#moments-logo {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 22px;
  bottom: -12px;
  border-radius: 16px;
}

#moments-desc {
  font-size: 14px;
  position: absolute;
  right: 22px;
  bottom: -36px;
  color: #888;
}

.moments-item {
  position: relative;
  margin-top: 32px;
  padding-left: 6px;
}

.moments-logo {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.moments-content {
  margin-left: 48px;
  padding: 0 22px 8px 0;
  text-align: justify;
  border-bottom: 1px solid #eee;
}

.moments-name {
  font-size: 14px;
  font-weight: bold;
  color: #576b95;
}

.moments-text {
  font-weight: bold;
  margin: 6px 0;
}

.moments-time {
  font-size: 12px;
  color: #888;
}
