.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
}
.responsive-calendar .day a {
  display: block;
  cursor: pointer;
  padding: 10% 0 10% 0;
  background-color: #ebebeb;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}
.responsive-calendar .day.header {
  border-bottom: 1px gray solid;
}
.responsive-calendar .day.active a {
  background-color: #38b33f !important;
  color: #ffffff;
}
.responsive-calendar .day.active a:hover {
  background-color: #38b33f;
}
.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 {

}
.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
.not-current a{
    display: none !important;
}

.sat a, .sun a{
    background-color: #cccccc !important;
}
.today a{
    color: #fff !important;
    background-color: #333 !important;
}
