.no-show{
	display: none;
}
.sortable-header{
	cursor: pointer;
}
.sortable-header:hover{
	font-weight:bold;
}
.svg-map{
	position: absolute;
	top: 0;
	left: 0;
}
#map-overlays{
	position: relative;
}
.dot-group circle {
    fill: rgba(215, 19, 18, .8);
}
.dot-group rect {
    fill: rgba(255, 255, 255, .8);
}
.dot-group text {
    fill: rgba(41, 3, 91, 1);
}
g.dot-group.dot-highlight>rect{
    stroke-width: 4px;
    fill: #7137BD;
    stroke: #7137BD;
}
g.dot-group.dot-highlight>circle{
	stroke-width: 2px;
	stroke: #7137BD;
}
g.dot-group.dot-highlight>text{
	fill: #FFFFFF;
}
tr.station-highlight{
	background-color: #7137BD;
	color: white;
}
path[style*="fill-opacity:1"]{shape-rendering:crispEdges}

