@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/calendar/"), 
               url-prefix("https://www.google.com/calendar/") {
  #decowner > [style*="left: 7"] > div:not(.currentDayDec) {
    background-color: #D8E2F2 !important;
  }
  #decowner > [style*="left: 7"] > .dayOfMonth {
    color: #6A6AFF !important;
  }
  #decowner > [style*="left: 7"] > .dayNotInMonth {
    color: #BABDFF !important;
  }

  #decowner > [style*="left: 8"] > div:not(.currentDayDec) {
    background-color: #F6E4E4 !important;
  }
  #decowner > [style*="left: 8"] > .dayOfMonth {
    color: #FF6A6B !important;
  }
  #decowner > [style*="left: 8"] > .dayNotInMonth {
    color: #FFBDC4 !important;
  }

  #decowner > div > .currentDay {
    background-color: #FFFF99 !important;
  }

  .chead[style*="left: 7"] {
    color: #22F !important;
  }
  .chead[style*="left: 8"] {
    color: #E22 !important;
  }

  [id^="dp_0_day_"][id$="_5"] {
    color: #22F !important;
  }
  [id^="dp_0_day_"][id$="_5"].DP_offmonth {
    color: #88F !important;
  }

  [id^="dp_0_day_"][id$="_6"] {
    color: #E22 !important;
  }
  [id^="dp_0_day_"][id$="_6"].DP_offmonth {
    color: #E88 !important;
  }
}