.cld-main svg,
.cld-nav:hover svg {
	fill: #ffbfbf
}

.cld-datetime,
.cld-nav,
.cld-number {
	position: relative
}

.cld-main {
	margin-top: 1.2em
}

.cld-main a {
	color: #ffbfbf
}

.cld-datetime {
	width: 66%;
	min-width: 100px;
	max-width: 300px;
	margin: auto;
	overflow: hidden
}

.cld-datetime .today {
	position: relative;
	float: left;
	width: calc(100% - 40px);
	margin: auto;
	text-align: center
}

.cld-nav {
	width: 20px;
	height: 20px;
	margin-top: 2px
}

.cld-nav:hover {
	cursor: pointer
}

.cld-rwd {
	float: left
}

.cld-fwd {
	float: right
}

.cld-days,
.cld-labels {
	padding-left: 0
}

.cld-day,
.cld-label {
	box-sizing: border-box;
	display: inline-block;
	width: 14.28%;
	text-align: center
}

.cld-day {
	border: 1px solid #eee
}

.cld-day.today .cld-number {
	background: #ffbfbf;
	color: #fff
}

.cld-day.disableDay {
	opacity: .5
}

.cld-day.nextMonth,
.cld-day.prevMonth {
	opacity: .33
}

.cld-number {
	margin: 0;
	padding: 9px 10px
}

.cld-title {
	position: absolute;
	z-index: 5;
	display: none;
	top: 35px;
	left: 0;
	padding: 5px 10px;
	background: #fff;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 12px
}

.cld-number:hover .cld-title {
	display: block
}

.cld-title::before {
	content: '';
	position: absolute;
	top: -7.5px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-bottom: 7.5px solid #ccc
}

.cld-number.eventday {
	font-weight: 700;
	color: #ffbfbf;
}

.cld-number.eventday:hover {
	cursor: pointer;
	background: #eee
}

.today .cld-number.eventday:hover {
	background: #CAEBF2
}