.datepaginator {
	list-style-type: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	display: inline-block;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.datepaginator li {
	display: inline-block;
	float: left;
}
.datepaginator li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.datepaginator li:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.dp-item {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #aaa;
	position: relative;
	width: 35px;
}
.dp-item:hover {
	text-decoration: none;
}

.dp-nav {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #ccc;
	line-height: 59px;
	cursor: pointer;
	width: 18px;
}

.dp-arrow {
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding: 0;
}
.dp-arrow-left:before {
	content: "\25C4";
}
.dp-arrow-right:before {
	content: "\25BA";
}

.dp-item b,
.dp-item i {
	display: block;
	font-weight: normal;
}
.dp-item b {
	height: 33px;
	line-height: 33px;
	font-size: 17px;
	color: #555;
	border-radius: 5px;
}

.dp-item i {
	height: 24px;
	line-height: 24px;
	font-style: normal;
	text-transform: lowercase;
}




.dp-item.dp-today {
	color: #333;
}
.datepaginator .dp-item.dp-today b {
	color: #fff;
}