.customButtonSelected{
  font-family: Roboto-Medium;
  font-size: 12pt;
//  font-weight: bold;
  color: rgb(168,33,72);
  border-color: rgb(217,200,174);
  background-color: rgb(217,200,174);
}
.customButtonUnSelected{
  font-family: Roboto-Medium;
  font-size: 12pt;
//  font-weight: bold;
  color: rgb(168,33,72);
  border-color: rgb(248,241,233);
  background-color: rgb(248,241,233);
}
.customTableSelected{
	padding-left: 10.0px;
//  border: 15;
  border-color: rgb(255,255,255);
  background-color: rgb(217,200,174);
}
.customTableUnSelected{
	padding-left: 10.0px;
//  cellpadding: "0";
//  cellspacing: "0";
 // border: 15;
  border-color: rgb(255,255,255);
//  border-style: solid;
//  border-width: thick;
//  border-color: rgb(248,241,233);
  background-color: rgb(248,241,233);
}
.customTableSelectedNoBorder{
	padding-left: 10.0px;
//  border: 15;
//  border-color: rgb(255,255,255);
  background-color: rgb(217,200,174);
}
.customTableUnSelectedNoBorder{
	padding-left: 10.0px;
//  cellpadding: "0";
//  cellspacing: "0";
 // border: 15;
//  border-color: rgb(255,255,255);
//  border-color: rgb(248,241,233);
  background-color: rgb(248,241,233);
}
.customTableCellDark{
  font-family: Roboto-Bold;
  font-size: 20pt;
  font-weight: bold;
  border-color: rgb(217,200,174);
  background-color: rgb(217,200,174);
}
.customTableCell{
  font-family: Roboto-Italic;
  font-size: 14pt;
  font-weight: bold;
  background-color: rgb(232,220,204);
}
.customTableCellLight{
  padding-left: 10.0px;
  padding-right: 10.0px;
  padding-top: 10.0px;
  font-family: Roboto-Thin;
  font-size: 10pt;
  background-color: rgb(248,241,233);
}
.customWelcome1{
	font-family: Roboto-Italic;
 	font-size: 14pt;
 	color: rgb(132,13,50);
}
.customWelcome2{
	font-family: Roboto-Medium;
 	font-size: 12pt;
 	color: rgb(120,90,94);
} 	
.customMenu{
 font-family: Roboto-Bold;
 font-size: 14px;
 color: rgb(56,25,7);
}
.customOpenhours{
	font-family: Roboto-Medium;
 	font-size: 14px;
}
.customContent{
  font-family: Roboto-Light;
  font-size: 15px;
  color:  rgb(56,25,7);
  background-color: rgb(248,241,233);
}
.customFooter{
  font-family: Roboto-Regular;
  font-size: 12px;
  color:  rgb(56,25,7);
}

@font-face{
	font-family: Roboto-Black;
	src: url("Roboto-Black.ttf");
}
@font-face{
	font-family: Roboto-BlackItalic;
	src: url("Roboto-BlackItalic.ttf");
}
@font-face{
	font-family: Roboto-Bold;
	src: url("Roboto-Bold.ttf");
}
@font-face{
	font-family: Roboto-BoldItalic;
	src: url("Roboto-BoldItalic.ttf");
}
@font-face{
	font-family: Roboto-Italic;
	src: url("Roboto-Italic.ttf");
}
@font-face{
	font-family: Roboto-Light;
	src: url("Roboto-Light.ttf");
}
@font-face{
	font-family: Roboto-LightItalic;
	src: url("Roboto-LightItalic.ttf");
}
@font-face{
	font-family: Roboto-Medium;
	src: url("Roboto-Medium.ttf");
}
@font-face{
	font-family: Roboto-MediumItalic;
	src: url("Roboto-MediumItalic.ttf");
}
@font-face{
	font-family: Roboto-Regular;
	src: url("Roboto-Regular.ttf");
}
@font-face{
	font-family: Roboto;
	src: url("Roboto-Light.ttf");
}
@font-face{
	font-family: Roboto-Thin;
	src: url("Roboto-Thin.ttf");
}
@font-face{
	font-family: Roboto-ThinItalic;
	src: url("Roboto-ThinItalic.ttf");
}