<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.responsive-calendar .controls {
  text-align: center;
  border-bottom:1px dashed rgb(220,220,220);
  padding:0 0 10px 0;
}
.responsive-calendar .controls a {
  cursor: pointer;
  padding:0px 10px;
}
.responsive-calendar .controls h4 {
  display: inline;
  padding:0;
  margin:0;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
  margin-top:10px;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
}
.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
  border:1px solid #FFF;
}
.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
  border-radius:4px;
  border:1px solid #FFF;
}
.responsive-calendar .day.header {
  border-bottom:none !important;
}
.responsive-calendar .day.active a {
  background-color: rgb(125,200,190);
  color: #ffffff;
  border-radius:4px;
  border:1px solid #FFF;
}
.responsive-calendar .day.active a:hover {
  background-color:rgb(40,105,95);
}
.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #ffffff;
}
.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5;
}
.responsive-calendar .day.not-current a {
  color: #ddd;
}
.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
</pre></body></html>