/* Remove a
    - Manual send to user input
    - Send notice to all users
  */
#send-to-input, #send-notice{
    display:none;
}

/* Remove label for Manual send to user input*/
label[for="send-to-input"] {
    visibility: hidden;
}

/* Add text before the message to user list */
ul.first.acfb-holder:before {
    content: "You are sending a private message to: ";
    float: left;
    font-weight: bold;
    padding-top: 2px;
}