@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,button,input,select,textarea {
	font-family: 'Noto Sans', sans-serif;
}
body {
	font-family: 'Noto Sans', sans-serif;
	background: #ffffff;
	margin: 0;
}

/* Kha: Modal */

#wrapper { width: 640px; margin: 0 auto; padding: 30px 45px; }
#inline { display: none; width: 600px; }

/* Slut Modal*/
 

.outer {
	width: auto;
	margin: 0;
}
.clearboth {
	float: none !important;
	clear: both;
}
.top-row {
	display: table;
	width: 100%;
	height: 350px;
	text-align: center;
}
.top-left {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	background-color: #ffffff;
	color: #000000;
	background-image: url('images/me_stripes.png');
	background-repeat: repeat-x;
}
.top-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 341px;
	background-color: #ffffff;
	color: #000000;
	background-image: url('images/me_logo.png');
	background-repeat: no-repeat;
	background-position: center;
}
.top-right {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
	color: #000000;
	background-image: url('images/me_stripes.png');
	background-repeat: repeat-x;
}
.links-row {
	display: table;
	width: 100%;
	height: 150px;
	background-color: #781873;
	color: #ffffff;
	text-align: center;
}
.links-filler {
	display: table-cell;
	width: 35%;
	background-color: #781873;
	color: #ffffff;
}
.links-left {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 10%;
	background-color: #781873;
	color: #ffffff;
	padding: 20px 5px 0px 5px;
	font-size: 75%;
}
.links-center {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	background-color: #781873;
	color: #ffffff;
	padding: 20px 2px 0px 2px;
	font-size: 75%;
}
.links-right {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 10%;
	background-color: #781873;
	color: #ffffff;
	padding: 20px 5px 0px 5px;
	font-size: 75%;
}
.links-left img,.links-center img,.links-right img {
	background: #ffdd2c;
	padding: 10px;
	border: 5px solid #1b1b1b;
	border-radius: 50%;
}
.links-left a:link,.links-center a:link,.links-right a:link,
.links-left a:active,.links-center a:active,.links-right a:active,
.links-left a:visited,.links-center a:visited,.links-right a:visited {
	color: #ffffff;
	text-decoration: none;
}
.links-left a:hover,.links-center a:hover,.links-right a:hover {
	color: #ffffff;
	text-decoration: none;
}
.links-redir a:link,.links-redir a:active,.links-redir a:visited {
	color: #781873;
	text-decoration: none;
	font-weight: bold;
}
.links-redir a:hover {
	color: #781873;
	text-decoration: none;
	font-weight: bold;
}
.open-row {
	display: table;
	width: 100%;
	text-align: center;
}
.open-text {
	display: table-cell;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 75%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
.menu-row {
	display: table;
	width: 100%;
	text-align: center;
}
.menu-new {
        padding: 20px;
        display: table;
        margin-left: -15px;
        width: 100%;
        text-align: center;
}
.menu-title {
	display: table-cell;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 160%;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
.menu-filler {
	display: table-cell;
	background-color: #ffffff;
	color: #000000;
	/* padding: 10px 10px 5px 10px; */
}
.menu-price {
	display: table-cell;
	width: 300px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 85%;
	padding: 3px 0 3px 0;
	border: 2px solid #000000;
}
.menu-serving {
	display: table-cell;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 85%;
	padding: 10px 10px 0 10px;
}
.menu-menu {
	display: table-cell;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	font-size: 85%;
	padding: 10px 10px 10px 10px;
}
.contact-row {
	display: table;
	width: 100%;
	text-align: center;
}
.contact-title {
	display: table-cell;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}
.contact-text {
	display: table-cell;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 85%;
	padding: 5px 25px 10px 5px;
}
.contact-footer {
	display: table-cell;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 65%;
	padding: 10px 10px 5px 10px;
}
a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffdd2c;
	text-decoration: none;
}
.tdcontact {
	font-size: 95%;
}
td {
	vertical-align: top;
	padding: 0 2px 2px 0;
}
.contact {
	vertical-align: top;
	padding: 0px;
	font-size: 95%;
}
.hdr {
	font-weight: bold;
	/* padding-top: 8px; */
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
	font-size: 110%;
}
.gfrehdr {
	font-weight: bold;
	font-size: 110%;
}

@media only screen and (min-device-width : 1024px) {
	.mtable {
		width: 475px;
		table-layout: fixed;
	}
	.gtable {
		/* width: 475px; */
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.links-filler {
	        width: 16%;
	}
	.mtable {
		width: 300px;
		table-layout: fixed;
	}
	.gtable {
		/* width: 300px; */
	}
}
