@charset "utf-8";
/* CSS Document */

html {
	height: 10000px;
}

.counter {
	position: fixed;
	top: 0;
	margin-left: 40px;
}

.box {
	border: solid black 5px;
	padding: 15px;
	width: 50%;
	position: inline;
	margin: 30px;
}

.dottedLine {
	border: dotted red 10px;
	height: 10000px;
	width: 1px;
}

#growBar {
	position: fixed;
	right: 0;
	background-color: yellow;
	padding: 20px;
	border: solid orange 4px;
}

#growBar1 {
	height: 600px;
	background-color: green;
	border: solid orange 4px;
	position: fixed;
	right: 200px;
	padding: 20px;
}