.the-timeline{
	rect.background.resize {
		fill: gray;
	}
	rect.foreground.resize {
	  ffffilter: url(shadow.svg#drop-shadow);
	}
	font-family: sans-serif;
	.top-time-axis{
		g.tick:nth-child(1){
			text{
				text-anchor: start !important;
			}
		}
		g.tick:nth-child(2){
			text{
				text-anchor: end !important;
			}
		}
	}
	.top-time-axis, .time-axis{
		text {
			font-size: 10px;
		}

		path, line {
			fill: none;
			stroke: #000;
			shape-rendering: crispEdges;
		}
	}
}

