table td a,
.mapAnchor .name {
	font-weight: bold;
    color: #0078A8;
}

a, a:hover {
	color: #3295D7;
    text-decoration: none;
    font-family: 'Poppins', 'Open Sans', 'trebuchet ms', arial, sans-serif !important;
}

table tr th,
table tr td {
	vertical-align: top;
	padding: 0 5px 0;
}

.routeCounterConApproximate {
	position: relative;
	width: 23px;
	height: 23px;
	background: #848484;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	border-radius: 100px;
	border: 2px solid #5f5f5f;
	text-align: center;
	line-height: 1.8;
}

.routeCounterCon {
	position: relative;
	width: 23px;
	height: 23px;
	background: #3295d7;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	border-radius: 100px;
	border: 2px solid #1870ab;
	text-align: center;
	line-height: 1.8;
}

.infoContainer {
	position: absolute;
	top: 12px;
	right: 10px;
	background: white;
	z-index: 9999;
	width: auto;
	padding: 10px 10px 10px;
	border-radius: 4px;
	opacity: 1;
	border: 2px solid rgba(0, 0, 0, 0.2);
}

.infoContainerLg {
	font-size: 20px;
	width: 480px;
}

.infoContainerMd {
	font-size: 18px;
	width: 465px;
}

.infoContainerSm {
	font-size: 16px;
	width: 451px;
}

.expense-icon-container {
	position: relative;
}

.expense-icon-container-clustered .expense-info-clustered::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 20px; 
	background-color: #9c27b0; 
	top: -10px;
	left: 13.5px;
}

.expenseInvalid {
	color: #428bca;
}

.expenseInvalid:hover {
	color: red;
}