div#crm-container form,
div.crm-container form {
width: 80%;
max-width: 1080px;
margin: auto;
}


/* AGH 45770 - Make public submit buttons more obvious */
body #page-container .crm-container .crm-button.crm-form-submit.default {
  background-color: #009e60;
  color: white;
}

body #page-contaienr .crm-container .crm-button.crm-form-submit.default:active,
body #page-container .crm-container .crm-button.crm-form-submit.default:hover,
body #page-container .crm-container .crm-button.crm-form-submit.default:focus {
  background-color: white;
  color: #009e60;
  border-color: #009e60;
  text-decoration: underline;
}
/* End AGH 45770 */


