html, body {
  background-color: #ffffff;
  color: #000000 !important;
  zoom: 80%;
  min-height: 100% !important;
  height: 100%;
}

main {
  background-color: #ffffff !important;
  width: 100%;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.print-full-width,
.container {
  display: block !important;
  flex: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

.flash__wrapper,
.NavBar,
.footer-push + footer {
  display: none;
}


#invoice .TopBar,
#invoice .TextHero,
#invoice .HelpCallout {
  display: none;
}
#invoice .CardWrapper {
  box-shadow: none;
}

#print-billing .sidebar {
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  width: 100%;
  box-shadow: none;
}
#print-billing .sidebar .actions,
#print-billing .sidebar .SvgIcon.cancel.x {
  display: none;
}


/* Calendar view */
#Calendar-view .TopBar,
#Calendar-view .SimpleCalendar-prev,
#Calendar-view .SimpleCalendar-next,
#Calendar-view .subscribe {
  display: none;
}
#Calendar-view .GenericWrapper {
  padding-top: 0;
  padding-bottom: 0;
}
#Calendar-view .cv-wrapper .cv-header-nav > div {
  text-align: left;
  color: #000 !important;
}
#Calendar-view .cv-wrapper {
  box-shadow: none;
  border-color: #000;
}
#Calendar-view .cv-weeks,
#Calendar-view .cv-week {
  border-color: #000;
}
#Calendar-view .cv-wrapper .cv-event,
#Calendar-view .cv-wrapper .cv-event .title {
  white-space: normal;
  overflow: visible;
  text-overflow: inherit;
  max-width: 90%;
  -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#Calendar-view .cv-wrapper .cv-event .title {
  max-width: 100%;
}
#Calendar-view .cv-header-day,
#Calendar-view .cv-day-number {
  color: #000;
}
#Calendar-view .cv-day {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
