.wpcf7-cal table th {
	border: unset !important;
	background-color: unset !important;
}

.wpcf7-cal table td {
	border: unset !important;
}

.wpcf7-date-clear {
	position: absolute;
	right: 0.8rem;
	top: 33%;
	transform: translateY(-50%);
	display: inline-block;
	color: #bbb;
	font-size: 1rem;
	font-weight: 100;
	cursor: pointer;
	user-select: none;
	line-height: 1;
	z-index: 2;
	background: none;
	border: none;
	padding: 0;
	transition: color .2s;
}

