.responsive-calendar {
  margin: 30px;
}
.responsive-calendar .controls {
	text-align: center;
	height: 39px;
	/*
background-image: url(../../images/cal-title-bg.png);
*/
	padding-top: 8px;
	overflow:hidden;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
 	color:#FFF;
	text-shadow: 1px 1px #054506;	
	font-weight: bold;
}
.day-headers {
	background:#0A602E;
	color: #FFF;
	font-size: 0;
	border: 0px solid #0A602E;
	font-weight: bold;	
}
.days {
  font-size: 0;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
	border: 1px solid #CCC;  
}
.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;
	color: #000;    
}
.responsive-calendar .day.header {
  border-bottom: 0px black solid;
}
.responsive-calendar .day.active a {
	background-color: #0a602e;
	color: #ffffff;
}
.responsive-calendar .day.active a:hover {
  background-color: #36a0e2;
	color: #000;  
}
.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;
  background-color: #000;
  right: 2px;
  z-index: 1;
}
.btn-cal{color: #FFF; font-size:180%; margin-top:-15px; text-shadow: 1px 1px #054506; font-weight:bold; heigth: 39px;}