#baselineGrid {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: solid 1px rgba(51,51,51,.05);
	border-color: rgba(51,51,51,0);
	top: 0;
	-webkit-background-size: 0 12px;
	background: -webkit-linear-gradient(top,rgba(51,51,51,.247059) 0,rgba(51,51,51,.247059) 1px,rgba(255,255,255,0) 1px,rgba(255,255,255,0) 2px);
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(51,51,51,.247059)),color-stop(1px,rgba(51,51,51,.247059)),color-stop(1px,rgba(255,255,255,0)),to(rgba(255,255,255,0)));
	background: linear-gradient(to bottom,rgba(51,51,51,.247059) 0,rgba(51,51,51,.247059) 1px,rgba(255,255,255,0) 1px,rgba(255,255,255,0) 2px);
	-webkit-transition: margin-top 200ms;
}
