﻿/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
/* Epic recommends any additional CSS be placed below this line. Avoid adding CSS above because it makes it difficult to determine which are your changes and which are Epic's. */

/* this is removing e-mail notifcation option */
div#notifprefs div.content label:first-child { 
display: none; 
} 
select#notifymethod { 
display: none; 
}
div.FrequencySection div.FrequencySectionRow:nth-of-type(2) {
	display:none;
}
#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("https://mychart.addenbrookes.nhs.uk/MyChart/en-GB/images/logo.svg") no-repeat scroll center/contain;
}
label#Consent_I\ agree\ that\ any\ information\ I\ record\ in\ the\ COVID-19\ third\ dose\ vaccination\ form\ can\ be\ managed\ as\ detailed\ above\..togglebutton {
                font-weight: bold;
}
form#MyChartVaccinationRegistration fieldset.questiongroup.grid.compact div.row  span.helptext {
                font-size: 17px ;
}



