td.gephe-link {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

td.gephe-link-first  {
	border-left: 1px solid transparent;
}

td.gephe-link-last {
	border-right: 1px solid transparent;
}

td.gephe-link.hover {
	border-color: orange;
	cursor: pointer;
}

.add-criteria-container {
	margin-bottom: 10px;
}

.datepicker-label {
	text-align:right;
}

.vertical-align-children {
	display: flex !important;
	align-items: center;
	justify-content: center;
}