.datepicker-days th.next, .datepicker-days th.prev {
	font-family: 'Glyphicons Halflings'
}
.datepicker-days th.prev i:before {
	content: "\e079";
}
.datepicker-days th.next i:before {
	content: "\e080";
}
