.text-left{text-align:left!important;}
.text-right{text-align:right!important;}
.text-justify{text-align:justify!important;}
.text-center{text-align:center!important;}

.table-menu,
.table-menu *
{
	border:none!important;
	color:#000;
}

.menu-content{
	width:100%;
	max-width:500px;
	position:relative;
	margin:0 auto;
}

.table-menu tr
{
	transition:all 0.25s linear;
}
.table-menu.table-hover tr:hover
{
	background-color:#cef1ff;
}

.table-margin-bottom{
	margin-bottom:15px!important;
}

.red{
	color:#ff2e17!important;
}

.gray{
	color:#85878b!important;
}

.blue{
	color:#37addb!important;
}

.lightblue{
	color:#cef1ff!important;
}

.bold{
	font-weight:700;
}

.italic{
	font-style: italic;
}

.menu-category{
	color: #37addb;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	margin-top: 30px;
}


.menu-number{
	width: 20px;
	padding:6px 0 6px 10px!important;
}

.menu-image{
	width: 30px;
	padding: 0 10px !important;
	vertical-align: middle;
}

.menu-price{
	width: 70px;
	padding: 6px 10px;
}
.menu-price{
	width: 50px;
	padding: 6px 5px;
}


.table-menu.no-tr-space tr td{
	padding: 0 10px!important;
}

.special-price{
	position:absolute;
	top:322px;
	right:0;
	padding: 55px 25px;
	border-radius: 200px;
	background-color:rgba(255,0,0,.7);
	color:#fff;
	font-size:30px;
	font-weight: 700;
	box-shadow: 2px 2px 6px 3px rgba(0,0,0,.5);
	transform: rotate(20deg);
}


.menu-schedule{
	position: relative;
	display: block;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #37addb;
	color:#37addb;
	text-align: center;
	margin-bottom: 20px !important;
	font-weight:700;
}

.special-footer{
	text-align:center;
	color:#000;
	font-size:10px;
	width:100%;
	margin-top:40px;
}