/* CORNELL (DAILY SUN) SPECIFIC CUSTOMISATIONS */

/* CORNELL CUSTOMISATION: Bigger h3 for subtitles in the Acknowledgements page */
h3
{
  font-size: 24px;
}

/* CORNELL CUSTOMISATION: We use h4 tags in the Acknowledgements page */
h4
{
  font-size: 13px;
  margin: 0px;
  margin-bottom: 12px;
  padding: 0px;
}


/* CORNELL CUSTOMISATION: Used for the economic tables (e.g. gifts and donations) */
table.funding
{
  padding-top: 10px;
}

/* CORNELL CUSTOMISATION: Used for the economic tables (e.g. gifts and donations) */
table.funding td, table.funding th,
table#donors th, table#donors td
{
  border-top: 1px solid #E7E7E7;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 15px;
  vertical-align: top;
}

