.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
  font-size: 20px;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 18px;
  width: 14.285714285714286%;
  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-bottom: 1px gray solid;
  font-size: 12px;
}
.responsive-calendar .day.select a {
  background-color: #00A79D !important;
  color: #ffffff;
}
.responsive-calendar .day.select a:hover {
  background-color: #00A79D !important;
}
.responsive-calendar .day.select .not-current {
  background-color: #00A79D !important;
  color: #ffffff;
}
.responsive-calendar .day.select .not-current:hover {
  background-color: #00A79D !important;
}


.responsive-calendar .day.active a {
  /*background-color: #662e91;*/
  color: #662e91;
  font-weight: bold;
  font-size: 24px;
}
.responsive-calendar .day.active a:hover {
  /*background-color: #662e91;*/
  font-weight: bold;
}
.responsive-calendar .day.active .not-current {
  /*background-color: #662e91;*/
  color: #662e91;
  font-weight: bold;
}
.responsive-calendar .day.active .not-current:hover {
  /*background-color: #662e91;*/
  font-weight: bold;
}


.responsive-calendar .day.not-current a {
  color: #ddd;
}
.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}