table
{
width: 100%;	
border-collapse: collapse;
border-spacing: 10px;
padding: 10px;
}

table.full
{
background-color:rgba(255, 253, 234, 0.95);	
}

#table-dinner
{

width: 95%;
margin: 20px auto 0px auto;
box-sizing: border-box;

border-radius: 12px 12px 0px 0px;
}

.title
{
font-size: 23px;
text-align:center;
padding: 8px;
}

tbody
{
background-color:rgba(255, 253, 234, 0.95);

}

th
{

}

th.title
{
background-color:#A12727;
color:white;
border-radius: 12px 12px 0px 0px;
}

th.title a
{
font-size: 16px;
margin: 0px 0px 0px 20px;
}

th a.sub-title-info
{
font-size: 16px;
color: white;
}

tr.sub
{
text-align: center;
color:#FFFFFF;
background-color: #000000;
font-size: 18px;
font-family: 'Shojumaru', cursive;
font-style: normal;
font-weight: normal;
letter-spacing: 2px;
}

tr.sub-title
{
text-align: left;
color:#F1EA96;
font-size: 18px;
font-weight: 700;
font-family: 'Oswald';
font-style: normal;
background-color:black;
}



td.sub-title-half
{
width: 50%;	
font-weight:bold;
}

tr a.title-note
{
	font-size: 14px;
	color:white;
}

td.dinner
{
text-align:center;
font-size: 17px;
width: 36%;
}

#lunch.subtext
{
text-align:left;
}

td a.subheader
{
color:#ff0000;
font-weight: 700;
font-size:18px;
}

td a.footnote
{
font-size:16px;
}

td.section
{
box-shadow: 5px 5px 5px rgba(0,0,0, .3);
width: 50%;
padding: 0px;
border: solid 1px black;
border-width: 2px 2px 2px 2px;
}

td.half
{
width: 50%;
}

td.sub-title
{
font-weight: bold;
width: 65%;
}

td a.description
{
font-size: 16px;	
font-weight: normal;
}

td.price
{
text-align:right;
padding: 20px 10px 0px 0px;
}

td.food-picture img
{
	
	width: 100px;
	box-shadow: 3px 3px 8px rgba(132, 116, 116, 0.3);
	border: 1px solid white;
	cursor: pointer;
}

tbody
{
vertical-align:top;	
}

#item-subtitle a
{
	font-size: 12px;
}