
#order input[type=submit] {
	font-size: 75%;
	cursor: pointer;
}

#order input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-top: 3px;
}



#order label[for=special] {
	font-size: 70%;
}


.mkinline {
	display: inline-block;
}

.w50 {
	width: 49%;
}


.tx-right {
	text-align: right;
}


.flx {
	display: flex;
}


.flxCol {
	display: flex;
	flex-direction: column;
}


#waiter {
	display: flex;
}
/*
	background: yellow;
	width: 49%;
*/


#waiter > div {
	margin: 0 5px;
	font-size: 18pt;
}
/*
	border-right: 2px solid black;
	width: 49%;
*/


#meal {
	width: 200px;
	height: 100%;	/* 250px; */
	background: MintCream;
	border: 1px solid black;
}


#menuitems {
	width: 200px;
	height: 1.5em;
	margin-right: 10px;
	font-size: 18pt;
	line-height: 1.6em;
	text-align: center;
	border-bottom: 2px solid black;
}
/*
	flex-basis:300px;
	background: red;
*/


#items {
	font-size: 14pt;
	list-style-type: none;
	line-height: 1.4em;
}


#ticket {
	width: 100%;
	height: 100%;
	padding-left: 20px;
}
/*
	border: 1px solid black;
	background: rgba(255,222,173,0.4);
*/


#fname, #lname {
	width: 93%;
	font-size: 75%;
}


#count {
	width: 40px;
	margin: 0 5px;
	font-size: 85%;
}
/*
	height: 25px;
*/


#special {
	align-self: center;
	height: 38px;
}
/*
	display: inline-block;
*/


#container {
	display: block;
	width: 440px;
	height: 310px;
	margin-top: 20px;
	padding: 3px;
	background: none;
	border-top: 5px solid darkgray;
}
/*
*/


#requests {
	display: flex;
	flex-direction: column;
	width: 415px;
	height: 290px;
	font-size: 14pt;
	line-height: 1.5;
	margin: auto auto;
	padding: 7px;
	background: none; /*rgba(173,216,230,0.4);*/
}
/*
	display: none;
	position: fixed;
	left: 50%;
	top: 49%;
	border: 1px solid cyan;
*/


#spcctl {
	display: flex;
	align-items: center;
	width: 500px;
	height: 40px;
}


#speclbl {
	align-self: center;
	vertical-align: middle;
	width: 50px;
	height: 15px;
	font-size: 110%;
	font-weight: bold;
	margin-left: 35px;
	font-size:
}


#req {
	width: 97.5%;
	height: 96%;
}


#req-title {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
/*
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px solid gray;
*/


#PlOrd {
	flex-basis: 200px;
	align-self: flex-end;
	width: 125px;
	height: 38px;
	margin: 2px 0 2px 40px;
	background: lightblue;
}
/*
	display: inline-block;
	position: relative;
	position: absolute;
*/


#addDesserts {
	display: inline-block; /*hidden;*/
	width: 40px;
	height: 1em;
}

#addCost {
	width: 30%;
	height: 1em;
	margin-left: 20px;
	background: none;
}
/*
	border: 1px solid black;
	display: inline-block;
	margin: auto auto;
*/


#onside {
	width: 75%;
	overflow: scroll;
}

