/* CORNELL (DAILY SUN) SPECIFIC CUSTOMISATIONS */

/* CORNELL CUSTOMISATION: We use h4 tags in the Acknowledgements page */
h2.acknowledgements
{
  font-size: 24px;
}

h3.acknowledgements
{
  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;
}

ul#publicationbrowsedecadelist
{
  margin-bottom: 1rem;
  margin-top: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

/* CORNELL CUSTOMISATION: Used to strike through 1918 Sep, Oct, and Nov months on the  datebrowser as these CDS issues are missing*/
div#datebrowserrichardtoplevelcalendar > div > h2#year1918 + div > ul > li:nth-child(n+9):nth-child(-n+11) > span
{
  text-decoration: line-through;
}