.dc-chart svg g.x text {
	transform: rotate(60deg);
	text-anchor: start!important;
}

#chart_by_year > div.dc-chart > svg {
    height: 500px;
}


#grant-aquittal-desired-outcomes-10 {
    width: 50%;
    padding: 20px;
}

#GrantView > div.crm-block.crm-content-block.crm-grant-view-block > table.crm-info-panel > tbody > tr.crm-grant-view-form-block-amount_requested {
       display: none;
}

#grant-aquittal-desired-outcomes-10 label {
    font-size: 16px;
}

.crm-container {
    z-index: 9999 !important;
}

div#crm-container form, div.crm-container form {
  margin-bottom: 0;
  padding: 30px;
}

#grant-aquittal-desired-outcomes-9 {
    width: 500px;
}

/* Hide Actions and Edit buttons for grant recipients */
body.role-grant_recipient .crm-contact-actions, 
body.role-grant_recipient .crm-contact-actions + .button {
    display: none !important;
}

/* Hide the change log and created info line for grant recipients */
body.role-grant_recipient .crm-footer,
body.role-grant_recipient .crm-footer + div {
    display: none !important;
}

