/** Prepend text to compose and guestCompose screens **/
form[action="compose.html?_flowId=compose-flow"]:before {
  content: "Please include your name and the company EAP you are part of";
  position: relative;
  display: block;
  background-color: #FEFFDD;
  padding: 5px;
  border: 1px solid #CDD28E;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-weight: bold;
}
