/*

.custom-square {
    width: 83%;
    !* height: 60px; *!
    margin: 5px;
    margin-left: -30px;
    display: inline-block;
    padding: 5px 5px;
    !* font-size: 20px; *!
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #000;
    !* font-weight: normal; *!
    background-color: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #ccbebb;
}
.custom-square:hover {
	background-color: #FFE0C1;
	color: #000;
}

.custom-square:active {
	background-color: #FFE0C1;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

.nameLabel {
	background: #e83147;
	color: white;
	font-size: 95%;
	font-weight: normal;
	height: 26px;
	font-family: "Arial";
	position: relative;
	border-right: 0px solid;
	border-color: #d4d4d4;
	display: table-cell;
	padding: 4px;
	margin-top:1px;
}

.entryTextBox {
	margin: 0;
	padding: 0;
	font-weight: 800;
}
.entryTextBox input {
	color: black;
	font-size: 110%;
	font-weight: 800;
	height: 26px;
	font-family: "Arial" position : relative;
	padding: 4px;
	margin-top: 0px;
	margin-left: 0px;
}
.orderItemList{
  float:left;
  display:inline-block;
  padding:0px !important;
  margin:0px;
}
*/
