body {
	/*background:url(../images/backdrop2.jpg) fixed;*/
	/*background: #eeeeee; /* Old browsers */
	/*background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	/*background-size:repeat;*/
	background-color:rgba(147, 145, 153,.3);
	/*background-color:rgba(181, 42, 50,.9);*/

}

body.modal-open {
    overflow: hidden;
}

.confirm-order-table tr:nth-child(even){
	background-color:#e2e2e2;
}

.chopsticks-btn-pro {
	font-size:15pt;
	text-shadow:2px 2px 8px #000;
	margin:10px;
}

.chopsticks-location-div {
	position:absolute;
	height:50%;
	width:33.33%;
	cursor:pointer;
}
.chopsticks-location-div:hover {
	background-color:orange;
	opacity:.3;
}

.chopsticks-section-header {
	font-size:50px;
	font-family:cursive;
	text-shadow: 2px 2px 8px #000000;
}

.chopsticks-menu-category {
	position:relative;
	background-size:cover;
	width:45%;
	max-width:250px;
	margin:0 auto;
	cursor:pointer;
	opacity:.8;
	/*display:block;*/
}
.chopsticks-menu-category:hover {
	background-color:black;
	opacity:.6;
}
.chopsticks-menu-category-inner-box {
	position:absolute;
	background-color:rgba(0,0,0,.4);
	border-radius:25px;
	width:70%;
	height:70%;
	margin:0 auto;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chopsticks-menu-category-text {
	position:absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	color:white;
	font-size:30px;
	font-family:fantasy;
}

.chopsticks-menu-modal-item {
	width:30%;
	max-width:150px;
	margin:0 auto;
	padding:10px;
	display:inline-block;
	vertical-align:top;
	/*cursor:pointer;*/
}
.chopsticks-menu-modal-item-note {
	font-size:14pt;
	width:90%;
	text-align:center;
}

.chopsticks-about-box {
	/*position:absolute;*/
	/*position:relative;*/
	background-color:gray;
	/*border-radius:25px;*/
	
	/*width:100%;
	height:200px;
	margin:0 auto;
	border:solid 5px red;
	text-align:center;*/
}

/*Online Order Classes*/
/*
.chopsticks-item-modal-div {
	width:45%;
	display:inline-block;
	margin:10px;
	vertical-align:top;
}
*/

.chopsticks-size-btn {
	margin:10px;
}

.chopsticks-online-selector-item {
	width:30%;
	max-width:150px;
	margin:0 auto;
	padding:10px;
	display:inline-block;
	vertical-align:top;
}
.chopsticks-online-selector-btn {
	width:100%;
	background-size:cover;
}

.chopsticks-online-selector-btn:hover {
	opacity:.6;
}
.chopsticks-select-circle {
	color:white;
	background-color:green;
	border-radius: 50%;
	width:30%;
	visibility:hidden;
}
.chopsticks-online-selector-instruction {
	font-size:15pt;
}

.chopsticks-footer {
	text-align:center;
	padding-top:20px;
	font-size:12pt;
}
