.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
}

.responsive-calendar .controls .pull-left .btn {
  background-color: #6bb40d;
  color:  #ffffff;
  width: 30px;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.responsive-calendar .controls .pull-left .btn:hover, .responsive-calendar .controls .pull-right .btn:hover{
  background-color: #fba80a;
}

.responsive-calendar .controls .pull-right .btn {
  background-color: #6bb40d;
  color:  #ffffff;
  width: 30px;
  padding: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.responsive-calendar .day-headers,.responsive-calendar .days {
  font-size: 0;
  border: 0px;
  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;
}
.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: #1d86c8;
  color: #ffffff;
}
.responsive-calendar .day.active a:hover {
  background-color: #36a0e2;
}
.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 {
  background-color: #fba80a;
  border-radius: 0 0 0 100%;
  font-size: .8em;
  color: #ffffff;
  padding: 1px 1px 1px 4px;  
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 15px;
  height: 15px;
}
