.tableView {
  display: block;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.headPortrait {
  float: left;
}
.contentContainer {
  overflow: hidden;
  padding-left: 15px;
}
.senderName {
  margin-bottom: 10px;
  font-size: .88rem;
  color: #2196F3;
}
.content {
  margin-bottom: 10px;
  font-size: .88rem;
}
.contentContainer > img {
  width: 58px;
  height: 58px;
  margin-right: 9px;
  margin-bottom: 10px;
}
.date {
  float: left;
  font-size: .76rem;
  color: #8F8E94;
}
.actions {
  float: right;
}
