body
{
	margin:0;
	background-color:white;
}

.workspace
{
	padding-left:4%;
	width:96%;
}

.template
{
	float:left;
	padding:15px;
	padding-bottom:40px;
	background-color:white;
}

.column
{
	float:left;
}

.outer
{
	padding:1px;
}

.inner
{
	border-color:black;
	border-width:1px; /*Button line width */
	border-style:solid;
	width:15px;  /* Button width */
	height:15px; /* Button height */
	border-radius:50%;
	background-color:white;
	cursor:pointer;
}

.inner-start
{
	border-color:white;
	border-width:1px;
	border-style:solid;
	width:7px;  /* 15/2 */
	height:7px; /* 15/2 */
	border-radius:50%;
	background-color:white;
}

.inner-hidden
{
	border-color:white;
	border-width:1px;
	border-style:solid;
	width:15px;  /* Button width */
	height:15px; /* Button height */
	border-radius:50%;
	background-color:white;
}

.div-top
{
	position:relative;
	left:-20px;
	top:-10px;
	cursor:pointer;
	font-family:"Lucida Console";
}

.label-top
{
	cursor:pointer;
	font-family:"Lucida Console";
}

.div-bottom
{
	position:relative;
	top:250px;
	height:20px;
	cursor:pointer;
	font-family:"Lucida Console";
}

.label-bottom
{
	position:relative;
	left:-58px;
	top:250px;
	cursor:pointer;
	font-family:"Lucida Console";
}

.menu
{
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	padding:10px;
}

#menu-btn
{
	cursor:pointer;
}

.menu-items
{
	padding:10px;
	background-color:black;
	color:white;
}

.menu-item:hover
{
	color:yellow;
	cursor:pointer;
}

