/* Remove border-radius from nwyc stuff
   TODO - make this standard stuff for all of nwyc */
#message-wizard .btn,
#message-wizard .form-control,
#message-wizard .well,
.modal .btn,
.modal .form-control,
.modal-content {
    border-radius: 0;
}
