﻿* {
	margin: 0;
	padding: 0;
}

.toolbar {
	position: fixed;
	z-index: 999;
	top: 0;
	height: 60px;
	background: #f1f1f1;
	width: 100%;
}

.line div:first-child {
	position: fixed;
	left: -100px;
	top: 0;
	width: 2px;
	height: 100%;
	background: red;
}

.line div:last-child {
	position: fixed;
	left: 0;
	top: -100px;
	width: 100%;
	height: 2px;
	background: red;
}
