.suptweet-container {
  width: 550px;
  background-color: #b9c5c1;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  font-size: 16px;
}

.suptweet-body {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.suptweet-content {
  width: 450px;
}

.suptweet-line-bottom {
  border: 0;
  height: 1px;
  background: #000;
  opacity: 0.5;
}

.suptweet-icon {
  height: 20px;
  width: 20px;
}

.suptweet-avatar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0);
  height: 70px;
  border-radius: 35px;
}

.suptweet-avcontainer {
  padding-right: 15px;
  width: 70px;
}

.suptweet-buttons {
  display: flex;
  justify-content: space-around;
}

.suptweet-text {
  font-family: "Lucida Sans Unicode", arial;
  overflow-wrap: break-word;
  margin-bottom: 5px;
}

.suptweet-nickname {
  font-weight: 700;
}

.suptweet-delim {
  opacity: 0.75;
}

.suptweet-login,
.suptweet-date {
  opacity: 0.5;
}

.suptweet-user {
  font-family: "Lucida Sans Unicode", arial;
  margin-bottom: 2px;
  line-height: 1.3125;
  overflow-wrap: break-word;
}