.date-picker-display {
	display: inline-flex;
	align-items: center;
	height: 60px;
	font-size: 24px;
}
.dp-part {
	cursor: pointer;
	text-decoration: underline;
	text-decoration-style: dotted;
	padding: 0 1px;
}
.dp-part:hover {
	color: #0066cc;
}
