.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: 18px;
  width: 13.885714285714286%;
  text-align: center;
  margin: 0.2%;
  box-sizing: border-box; 
  border: 7px solid #ffffff;
}
.responsive-calendar .day:not(.header) { background-color: #fcfcfc; }
.responsive-calendar .day.sat { background-color: #fdf4f3; }
.responsive-calendar .day.sun { background-color: #f9dedd; }
.responsive-calendar .day.today { background-color: #ffee93; }

.responsive-calendar .day.ess { border-color: #d8ffdd; }
.responsive-calendar .day.ess.not-current { border-color: #effff1; }
.responsive-calendar .day:not(.ess):not(.header),
.responsive-calendar .day.ess.past { border-color: #fcfcfc; }

.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 {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
.clicktext {
	text-align: center;
	font-size: 18px;
	margin: 10px;
}
p.left {
	float:left;
	color: grey;
}
p.right {
	float:right;
	color: grey;
}