

.noselect {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
/* ENTRY css *****************************/
.myForm {
	position:absolute;
	top: 85px;
	left: 15px;
	width:345px;
}

.entry {
	
	padding: 4px;

	border-color: lightgray;
	border-width: 1px;
	border-radius: 2px;
	border-style: solid;
	position:	absolute;

	background-color:white;
	font-size: larger;
	height: 78px;
	min-width:108%;
	z-index: 10;
	transition: opacity 800ms, visibility 800ms;

}
.grabber{
	float:left;
	width:12px;
	height: 90%;
	cursor:move;

	background-image:url(../imgs/grabber2.gif);
	background-repeat: repeat-y;
}
.mathinput {
	float:left;
	margin-left:4px;
	/* this is tough... fixed width is best I can do*/
	width:220px;
	height:65px;
	padding: 8px;
	background-color: oldlace;
}
.math-field{
	position: relative;
	top: 50%;
	transform: translateY(-55%);
}


.spcLeft{
	margin-left:2px;
	float:left;
}
.hiddenRow{
	margin-top:4px;
	width:100%;
	float:left;
}

.btn-add {
	color: lightgreen;
}

.btn-remove {
	color: mediumvioletred;
}
.collapse-entry
{/*
	padding:	2px;
	
	width:	6%;
    
	line-height:	75px;*/
}

/* end ENTRY css****************/
 kbd{
     background-color:oldlace;
     color:black;
 }

.btn-group-sm{
	padding-bottom:3px;
	padding-top:3px;
}

.controlContainer
{
	height:	100%;
}

#graphPaperButtons{
	position: absolute; 
	top: 55px; 
	right:10px; 
	height:142px; 
	background-color:white; 
	z-index: 1000; 
	padding:2px; 
	border:thin solid lightgray;
	border-radius:2px;
}
#info, #help{
    cursor:pointer;
}

.sharedesc
{
	padding:	8px;
	height:	128px;
}

.smallOutput
{
	font-size:	12px;
}