.one-notification {
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
}

.one-notification .image {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: 50%;
  border: 1px solid #2b879e;
}

.one-notification .avatar {
  float: left;
}

.one-notification .profile {
  overflow: auto;
  width: 100%;
}

.one-notification .name {
  padding-top: 10px;
  margin-left: 10px;
  display: inline-block;
}

.one-notification .content {
  margin-top: 10px;
  padding: 10px 0px 0px 5px;
  border-top: 1px solid #d4d4d4;
}
