.main {
	width:100%;
	text-align:center;
}
.main a {
	margin:4px;
	display:inline-block;
}
.lrg {
	width:207px;
	height:42px;
}
.menu-buttons {
	width:100%;
}
.menu-buttons .lrg {
	width: 100%;
    height: 37px;
}
.menu-buttons td {
	width:20%;
	padding:7px	
}
.lrg_red2 {
	background:url(../page/lrg_red_2.png);
	background-size:contain;
}
.lrg_red2:hover {
	background:url(../page/lrg_red_2_glow.png);
	background-size:contain;
}
.no-left-padding {
  padding-left:0 !important;	
}

.btn {
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #333;
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn-order {
  font-size: 14px;
  padding: 14px 20px;
  min-width: 209px;
}

.btn:hover {
  background: #555;
  color:#fff;
}

.btn.btn-primary {
  display: inline-block;
  border-radius: 0.25rem;
  min-width: unset;
  padding: 10px 20px;
}

.btn-danger {
  background: #ce1212;
}
