
body {
	background: #ffffff url(images/bckgnd.jpg);
	max-width: 820px;
	margin: 0 auto;
	border: 1px dotted;
	box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
}

#body_mobile {
	position: relative;
	width: 820px;
	overflow: hidden;
	margin: auto;
	}
	
header {
	color: white;
	background-color: black;
	border: 1px solid black;
	max-height: 64px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
	
}

#myLogo {
	float: left;
	max-height: 64px;
}

#myTitle {
	max-height: 64px;
}

#left {
	opacity: 0.6;
}

#history {
	width: 96%;
	margin: 0 auto;
}


a:link, a:active, a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1 {
	font-size: x-large;
	font-weight: normal;
	text-align: center;
}

.GCODE {
	height:250px;
	width: 96%;
	margin: 0 auto;
	border: 2px solid #C1C1C1;
	overflow-y: scroll; 
	font-family: Serif;
	background: rgba(245, 245, 245, 0.5);
	text-color: black;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

a.button_color {
		position: relative;
		display: inline-block;
		height: 1.3em;
		line-height: 1.2em;
		vertical-align: middle;
		text-align: center;
		text-decoration: none;
		color: #666;
		outline: 1px solid;
		border-radius: 5px;
		background:  #FFD700 linear-gradient(#fff,  #FFD700 );
		color: #000000;
		box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
	}
a.button_color:hover {
		background:  #FFD700;
		box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
	}
a.button_color:active {
		background: #32CD32;
		box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0,0,0,.5) inset, 0 1px 2px #fff;
	}