body {
	font-family: monospace;
}
#main{
    margin: 0;
    padding: 0;
	width: 1400px;
	height: 800px;
}

#main-inner {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#term-inner button {
	height: 100%;
	background: white;
}
#hist button {
	width: 100%;
	height: 100%;
	box-shadow: none;
	text-align: left;
}

.btn-scss{
	background: #88FF88;
}

.btn-fail{
	background: #FF8888;
}
#hist button:hover{
	background: #DDFFDD;

}
.block {
	top:0px;
	display: inline-block;
	vertical-align: top;
}
#main-right{
	width: 200px;
}

#main-right-2{
	width:250px;
	border: 1px solid black;
	height: 100%;
	display: inline-block;
	box-shadow: 1px 1px 1px grey;
}
#main-right-2 div {
	padding: 2px;
}
#main-right-2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#main-right-2 ul li{
	padding-bottom: 0.3em;
	border-bottom: 1px dashed grey;
}

code {
	background: #EEEEEE;
}
#canvas-holder {
	width: 100%;
	box-shadow: 1px 1px 1px grey;

}

#term{
	font-family: inherit;
	font-size: inherit;
	border: 1px solid blue;
	outline: none;
	width: 80%;
	resize: none;
	height: 100%;
	box-shadow: 1px 1px 1px grey;

}

#term:focus {
	border:1px solid yellow;
}
#term-left{
	font-family: inherit;
	font-size: inherit;
	border: none;
	outline: none;
	width: 1.5em;
	resize: none;
	height: 100%;
	padding-right: 0;
}
#term-holder{
	font-family: monospace;
	font-size: 20;
	float: left;
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background:#ccc;	
	box-shadow: 1px 1px 1px grey;
}



#term-inner{
	margin-left:0.5em;
	width: auto;
}

#hist{
	list-style-type: none;
	margin:0px;
	padding:1px;
	background: #ccc ;
	height: 50%;
	font-size: 16;
	font-family: monospace;
	overflow-y: auto;
	box-shadow: 1px 1px 1px grey;
	border: 1px solid black;
}

table th{
	border: 1px solid black;
}
td {
	border: 1px solid black;
}
#variable{
	height: 400px;
	box-shadow: 1px 1px 1px grey;
	border: 1px solid black;
	overflow-y: auto;

}
#variable-list{
	overflow-y: scroll;
}
.pis{
	display: block;
	
	height: 30px;
}

#hist li:hover {
	background: #0000FF;
	color: white;
}

#buttons{
	flex: 1px;
}


#output-list {
	margin: 0px;
	height: 150px;
	list-style-type: none;
	margin-top:1px;
	padding:1px;
	background: #ccc ;
	font-size: 16;
	font-family: monospace;
	overflow-y: auto;
	border-bottom: 1px solid black;
}