table { border-collapse: collapse; }
td + td,
th + th { border-left: 1px solid #CCC; }
tr + tr { border-top: 1px solid #CCC; }
body{
	font-family: 		Verdana, Geneva, sans-serif;
	margin:				0px;
}
.orderbar{
	width:				100%;
	text-align:			center;
	margin:				50 auto;
}

.ordertablecontainer{
	width:				100%;
	text-align:			center;
}
.ordertable{
	border: 			1px solid black;
	border-spacing:		5px;
	margin:				50 auto;
}
.ordertable.th{
	font-size:			16;
	font-weight:		bold;
}
.text_full{
	color: 				#000;
	font-size:			24;
}
.busy{
	position: 			absolute;
	top: 				0;
	left: 				0;
	height:				100%;
	width: 				100%;
	background: 		rgba(0,0,0,0.5);
	z-index: 			100;
	display: 			none;
	color: 				#FFFFFF;
	font-size: 			26;
	padding: 			0;
	text-shadow: 		2px 3px 0px #A1A1A1;
}
.centered{	
	position:			fixed;
	top: 				50%;
	left: 				50%;
	transform: 			translate(-50%, -50%);
}
.removeButton{
	border:				1px solid #dc6a05;
	background:			linear-gradient(#f88802, #fb770d);
	font-size:			12;
	padding:			4px;
	color:				#fff;
	border-radius:		2px;
	text-align:			center;
	font-weight: 		bold;
	cursor:				pointer;
	vertical-align:		top;
}
.addbutton{
	font-size:			18;
}
.addbutton:hover{
	background:			linear-gradient(#fb770d,#f88802);
}
.orderbutton{	
	font-size:			18;	
	float:				center;
	position:			relative;
	left:				25%;
}
.orderbutton:hover{
	background:			linear-gradient(#fb770d,#f88802);
}
.total{
	font-size:			22;
}
.bugtracker{
	position:			absolute;
	top:				0px;
	right:				15px;
	background:			#FF3C38;
	border-top:			0px;
	color:				#fff;
	padding:			0.5em;
	border-radius:		0 0 0.5em 0.5em;
}
.bugtracker a{
	color:				#fff;
	font-weight:		bold;
	font-size:			10pt;
	text-decoration:	none;
}
.bugtracker a:hover{
	text-decoration:	underline;
}
.mid{
	text-align:	 		center;
}
.donate{
	font-size:			10;
	position:			absolute;
	top:				0px;
	left:				0px;
	margin:				2px;
}
#drop {
	border: 			2px dashed #ccc;
	padding: 			10px;
	background: 		#fff;
	min-height: 		20px;
	width:				50%;
	text-align: 		center;
	position:			relative;
	top:				20px;
}
input:placeholder-shown {
	color: 				#AAA;
}

.console{
	position:			absolute;
	bottom:				0px;
	display:			none;
	width:				100%;
	padding:			0px;
	box-sizing:			border-box;
}