.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: 12px;
	width: 14.285714285714286%;
	text-align: center;
	line-height:30px;
}
.responsive-calendar .day a {
	color: #000000;
	display: block;
	cursor: pointer;
	padding:0;
}
.responsive-calendar .day a:hover {
	background-color: #fff;
	text-decoration: none;
	cursor: default;
}
.responsive-calendar .day.header {
	border-bottom: 1px gray solid;
}
.responsive-calendar .day.active a {
	background-color:#212121;
	border-radius:16px;
	color: #ffffff;
	width:30px;
	height:30px;
	position:relative;
	margin:0 auto;
	text-decoration: none;
	cursor:pointer;
}
.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;
}

.responsive-calendar .sun a {color:#ff0000}
.responsive-calendar .mon a {color:#999}
.responsive-calendar .tue a {color:#999}
.responsive-calendar .wed a {color:#999}
.responsive-calendar .thu a {color:#999}
.responsive-calendar .fri a {color:#999}
.responsive-calendar .sat a {color:#1095cd}