.responsive-calendar .controls {
  padding: 10px;
  background-color: #f6f6f6;
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
}
.responsive-calendar .day-headers {
  padding: 8px 0 8px 0;
  background-color: #fff;
  font-size: 0;
}
.responsive-calendar .days {
  font-size: 0;
  background-color: #fff;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.28571429%;
  text-align: center;
}
.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
}
.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}
.responsive-calendar .day.header {
  /* border-top: 1px #e4e4e4 solid;*/
}
.responsive-calendar .day.active a {
  background-color: #dfdfdf;
  color: #525252;
  border-radius: 100px;
  width: 80%;
  margin: auto;
}
.responsive-calendar .day.active a:hover {
  background-color: #2473d7;
  color: #ffffff;
}
.responsive-calendar .day.active .not-current {
  background-color: #79aae8;
  color: #ffffff;
}
.responsive-calendar .day.active .not-current:hover {
  background-color: #a4c6f0;
}
.responsive-calendar .day.not-current a {
  color: #ddd;
}
.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
.responsive-calendar .today a {
  background: #1d5cab;
  color: #ffffff;
  border-radius: 100px;
  width: 80%;
  margin: auto;
}
.responsive-calendar .today a:hover {
  background-color: #2473d7;
  color: #ffffff;
}
/*# sourceMappingURL=responsive-calendar.css.map */