/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	background-image:url(../images/border1.png);
	background-position:center center;
	background-size: 100%;
	background-image:center;
    background-repeat: no-repeat;
}
/* CSS Document */
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
body {font-family: "Lato", sans-serif;}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.topright {
 float: right;
 cursor: pointer;
 font-size: 20px;
}

.topright:hover {color: red;}
.td_align_right {
	text-align: right;
}
.intro {
	text-align: center;
	color: #d10980;
}

/* Menu data set */
.td_align_right {
	text-align: right;
	font-size: 18px;
	font-weight:bold;
}
.size_tag {
	text-align: right;
	font-size: 16px;
	font-weight:bold;
}
.intro {
	text-align: center;
	color: #d10980;
}
.menu_title_centered {
	font-size: 18px;
	text-align: center;
}
.td_margin {
	margin-bottom: 10px;
}
.menu_description_centered {
	text-align: center;
	color: #d10980;
}
.menu_description {
	color: #d10980;
	font-size: 12px;
	line-height: 1;
	vertical-align: top;
	font-weight: normal;
}.menu_description2 {
	color: #d10980;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	font-weight: normal;
}
.menu_tittle {
	font-size: 18px;
	font-weight:bold;
}
.set_meal_tittle {
	font-weight: bolder;
	font-style: italic;


	font-size: 22
];
	text-align: center;
	color: #F06;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
}
