div.lineContainer {
    width: 100%;
    display: block;
    overflow: hidden;

}

div.lineContainer svg {
    width: 100%;
    height: 100%;
	max-width: 750px;
	max-height: 750px;
}

div.lineContainer .track {
    stroke: #F9FAFA;
    stroke-width: 2.5;
    fill: none;
}

div.lineContainer .station {
    fill: #F9FAFA;
    stroke: white;
    stroke-width: 2;
}

div.lineContainer .animated-line {
    stroke-width: 10;
    fill: none;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

div.lineContainer .animated-line {
    stroke: #F9FAFA;
}
