.xrefFeedbackBox {
   background-color: white;
   width: 55%;
   padding: 25px;
   list-style: none;
   margin: 0 auto;
   text-decoration: none;
   border: 1px solid #0E2543;
   border-radius: 8px;
}
.xrefFeedbackBox textarea {
   width: 100%;
}

.xrefFeedbackBox .left input,
.xrefFeedbackBox textarea {
   background-color: #D1DEEB;
}

.xrefError {
   color: red;
   text-align: center;
}
