.feedActivity {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  padding: 0.75em 0.5em;
}

.message {
  font-size: 0.85em;
  padding-bottom: 1em;
  line-height: 1em;
}

.time {
  font-size: 0.7em;
  text-align: right;
}

.readButton {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1em;
  font-size: 2em;
}