/*071822*/
/*Volunteer Opportunties search page hide top interests sections that expands and collapes, can refine by interests under Advanced Options*/
.Interestlink.Title { 
  display: none !important; 
}
.Body-Page-SinglePageRegEvent #EventReg #IndNameTable .Col-NamePrefix,              /* public page */
.Body-Page-SinglePageRegEvent #EventReg #IndNameTable .Col-NameSuffix,              /* public page */
.Body-Page-VolRegistration #RegisterForm #IndNameTable .Col-NamePrefix,             /* public page */
.Body-Page-VolRegistration #RegisterForm #IndNameTable .Col-NameSuffix,             /* public page */
.Body-Page-VolRegistration #RegisterForm #ReleaseInfoTable .Col-AddressCheckBox,    /* public page */
.Body-Page-VolRegistration #RegisterForm #ReleaseInfoTable .Col-PhoneCheckBox      /* public page */
{
    display: none; 
}
@media only screen and (min-width: 1300px) { 
    #VolCalendarTable td{ 
        min-width:min-content; 
    } 
} 
#VolCalendarTable td.Col-VolOpInfo{ 
    padding:5px 0; 
}
