.stationTitle {
    color: #BBB;
}

.nonCam{
    color: #888;
}

body {
  background-color: #171717;
}

#nav-title {
    color: #BBB;
}


header a {
    color: #BBB;
}

header a:hover {
    color: #fff;
}


.node, .route{
  border-color: rgba(187, 187, 187, 1);
}
.node{
  background-color: rgba(0, 0, 0, 1);
}
.route{
  background-color: rgba(187, 187, 187, 1);
}
