@charset "utf-8";
/* CSS Document */
.menu {
				margin-bottom: 15px;
				max-width: 1100px;
    			margin: 0 auto;
			}
			.menu_restName {
				text-align: center;
    			font-size: 70px;
    			margin-top: 0;
			}
			.menu_title {
				text-align: center;
			}
			.menu_section {
				margin-bottom: 30px;
			}
			.menu_section h3 {
				font-style: italic;
			}
			.menu_item {
				margin: 0 15px;
				position: relative;
				margin-bottom:30px;
			}
			.menu_item_1line
				{
					margin-bottom:10px;
					margin-top:-30px;
				}
			.menu_item_2lines
			{
				margin-bottom:60px;
			}
			.menu_item h4 {
				margin-bottom: 0px;
			}
			.price {
				display: block;
				float: right;
				position: absolute;
				bottom: 0px;
				right: 0;
				background-color: white;
				font-weight: bold;
				color:#c70b02;
			}
			.description {
				margin-top: 5px;
				font-style: italic;
				background-color: white;
				 
				max-width: 90%;
				text-align:center;
			}
	
	h4.name
	{
		color:rgba(42,5,5,1.00);
		margin-top:30px;
		 background-color: white;
		 
		 z-index:9999;
		display:inline-block;
	}
h4.undefinedPrice
{
	background-color:white; z-index:9999; display:inline-block;
}
hr.undefinedPrice{
	margin-top:-25px; margin-left:30px; z-index:0;
}
			hr {
				border: none;
    			border-top: 1px dotted black;
    			margin-top:-60px;
				 
			}
			hr.hr2Lines
				{
					margin-top:-100px;
				}
			footer:not(.app-footer) {
				text-align: center;
    			font-size: 11px;
				font-style: italic;
			}
			@media (max-width: 575px) {
				.menu_title {
					text-align: center;
					font-size: 30px;
				}
				.menu_section h3 {
					text-align: center;
    				font-size: 30px;
				}
				.menu_item {
					text-align: center;
				}
				.price {
					float: none;
					position: static;
					margin-top: 15px;
				}
				hr {
					display: none;
				}
				 p.description{
		text-align:center;
	}
			}

