.dashboard_module {
  height: 300px;
  overflow: auto;
}
.dashboard_module.module_last_messages .dashboard_message {
  padding: 5px 10px;
  font-size: 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.dashboard_module.module_last_messages .dashboard_message .avatar {
  display: inline-block;
  width: 45px;
  vertical-align: top;
}
.dashboard_module.module_last_messages .dashboard_message .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
}
.dashboard_module.module_last_messages .dashboard_message .content {
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: top;
}
.dashboard_module.module_last_messages .dashboard_message .top {
  white-space: nowrap;
}
.dashboard_module.module_last_messages .dashboard_message .top .username {
  width: calc(100% - 80px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.dashboard_module.module_last_messages .dashboard_message .top .date {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
  color: #666;
}
.dashboard_module.module_last_messages .dashboard_message .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #444;
  width: 100%;
}
