.cell-column {
  position: relative;
  border-top: 1px solid #EDF0F5;
  border-bottom: 1px solid #EDF0F5;
  padding: 15px;
}
.cell-column .cell-title {
  font-size: 13px;
  color: #AAAAAA;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  line-height: 1em;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
  width: 8em;
  text-align: center;
}
.cell-column h5 {
  font-size: 16px;
  color: #7B98B6;
  margin-bottom: 10px;
  font-weight: bold;
}
.cell-column .avatar {
  width: 24px;
  float: left;
  border-radius: 12px;
  overflow: hidden;
}
.cell-column .avatar img {
  width: 100%;
  border-radius: 12px;
}
.cell-column .meta {
  float: left;
  font-size: 13px;
  color: #AAAAAA;
  padding-top: 5px;
  padding-left: 10px;
}
.cell-column .column-lf {
  overflow: hidden;
  padding-right: 100px;
}
.cell-column .column-rt {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 13px;
  color: #AAAAAA;
}
