html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.btn {
    display: inline-block;
	padding: 0px;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: rgb(0, 0, 128);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 8px;
}
.btn-sq-lg {
	width: 150px !important;
	height: 150px !important;
}
.btn-sq {
	width: 100px !important;
	height: 100px !important;
	font-size: 20px;
}
.btn-sq-sm {
	width: 50px !important;
	height: 90px !important;
	font-size: 10px;
}
.btn-sq-xs {
	width: 25px !important;
	height: 25px !important;
	padding:2px;
}
.btn-soft {
	color: rgb(255, 255, 255);
	background-color: rgb(51, 122, 183) !important;
}
.btn-beer {
	color: rgb(0,0, 128);
	background-color: rgb(92, 184, 92) !important;
}
.btn-wine {
	color: rgb(0,0, 128);
	background-color: rgb(91, 192, 222) !important;
}
.btn-cocktail {
	color: rgb(0,0, 128);
	background-color: rgb(193, 154, 245) !important;
}
.btn-food {
	color: rgb(255, 255, 255);
	background-color: rgb(128, 128, 0) !important;
}
.btn-bbq {
	color: rgb(255, 255, 255);
	background-color: rgb(128, 200, 200) !important;
}
.btn-dessert {
	color: rgb(0, 0, 0);
	background-color: rgb(192, 192, 255) !important;
}
.btn-payment {
	color: rgb(0,0, 128);
	background-color: rgb(240, 173, 78) !important;
}
.btn-remove {
	width: 34px !important;
	height: 34px !important;
    color: #fff;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}