#msgWrap {
  background: #dcecf1;
  padding:4rem 0 7rem 0;
}

#msgForm {
  background:white;
  width:80%;
  margin:0 auto;
  padding:4rem;
}

.form_row {
  margin-bottom:2rem;
  font-size:1.2rem;
  border-bottom:1px solid black;
}

.form_row div {
  margin-bottom:1rem;
}

.form_row input, .form_row textarea {
  border:0;
  width:100%;
}

.msgContent {
  background:#f2ecde;
  padding:4rem 8rem;
}

.msgContent table {
  width:100%;
}

.msgContent td {
  word-break: break-all; 
  width:calc(100%/3);
}