@media print {
  html, body {
    display: none;
  }
}

.reta label {
  font-size: 16px;
  font-weight: 700;
  vertical-align: top;
  margin-right: 10px;
  width: 177px;
}
.reta textarea {
  width: calc(100% - 209px);
  margin-bottom: 40px;
}
.reta #note-submit {
  position: absolute; bottom: 10px;
  right: 10px;
}
.reta .submit {
  color: #FFF;
  background-color: rgb(0, 142, 226);
  font-size: 16px;
  border-radius: 4px;
  padding: 0 14px;
  height: 38px;
}

.show-content.user_content {
  user-select: none;
}
