/* Tightened vertical spacing on the Weekly Earnings Chart page. Scoped under .modernEarningsByWeekChartPage so
   it doesn't touch the global #pageTitle/#content rules (application.css) shared by every other page. */

.modernEarningsByWeekChartPage #pageTitle {
  margin-top: 0;
  margin-bottom: 4px;
}

.modernEarningsByWeekChartPage form {
  margin-bottom: 0;
}
