.h-fixed{
  position: fixed;
}
.event-title.summary{
  display: none !important;
}
.mc-content td.no-events:not(.nextmonth) {
  background-color: rgba(0,255,0,0.1);
}
.mc-content td.has-events:not(.nextmonth){
  background-color: rgba(255,0,0,0.5);
}
.mc-time .day{
  display: none;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
