#comment-display-container {
  width: 720px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 1rem;
}

#comment-title {
  display: flex;
  justify-self: start;
  font-size: large;
  font-weight: bold;
}

.comment-display {
  padding: 0.75rem 0 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
  text-align: start;
  width: 100%;
}

.comment-display button {
  border-radius: 33%;
  border: 1px solid black;
}

.comment-content-container {
  width: 100%;
}

.comment-header {
  overflow-wrap: break-word;
}

.comment-body {
  width: 100%;
  overflow-wrap: break-word;
  font-size: small;
}

#comment-modal-form-title {
  font-weight: bold;
  font-size: large;
  border-bottom: solid 1px;
  margin-bottom: 1rem;
}

#comment-modal-form {
  width: 400px;
  height: 200px;
  display: flex;
  flex-direction: column;
}

#comment-modal-form input {
  margin-bottom: 1rem;
}

#comment-modal-form textarea {
  margin-bottom: 1rem;
  height: 100%;
}

.comment-modal-bottom {
  display: flex;
  justify-content: space-between;
}

.comment-modal-btn-submit {
  flex-grow: 2;
}

.comment-modal-btn-close {
  flex-grow: 1;
}

.comment-display-container-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#comment-interactions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment-header {
  border-bottom: 1px solid grey;
  border-radius: 6%;
  margin-bottom: 8px;
}

.comment-right-page {
  font-size: xx-large;
}

.comment-left-page {
  font-size: xx-large;
}
