.menuselector-header {
	top: 50%;
	bottom: 50%;
	width: 100%;
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
}
.menuselector-header-icon {
	float: right;
    width: 20px;
    height: 20px;
    background-image: url(images/x.png);
	background-repeat: no-repeat;
	background-size: contain;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
}
.menuselector-info {
	top: 50%;
	bottom: 50%;
	width: 100%;
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
}
.menuselector-item {
    background-color: rgb(210,200,173);
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 80%;
    height: 40px;
    cursor: pointer;
    text-align: center;
}
.menuselector-item:hover{
	background-color: #00738c;
}
.menuselector-buttons {
	text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
	border-spacing: 0px 12px;
	margin-top: 20px;
}
.menuselector-conditional-cell {
    text-align: center;
    border-top: 30px;
}
.menuselector-conditional-button {
    background-color: rgb(218, 216, 208);
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: rgb(41, 38, 39);
    font-weight: bold;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    margin: 0px 100px;
    padding-top: 14px;
    margin-top: 20px;
}
.menuselector-conditional-button:hover{
	background-color: rgb(191, 189, 180);
}
#complexmenu-orders-container {
	width: 100%;
	height: 100%;
	padding: 0px 20px;
}
