@charset "utf-8";

table.menu{
	width:97%;
	max-width:1000px;
	margin:10px 10px;
}

table.menu th{
	width:30%;
	min-width:100px;
	padding:2px 10px;
	font-weight:normal;
	border:0px;
	border-top:1px dotted #808080;
	border-bottom:1px dotted #808080;
}
table.menu th a{
	text-decoration:none;
}

table.menu td{
	width:70%;
	border:0px;
	border-top:1px dotted #808080;
	border-bottom:1px dotted #808080;
}

@media screen and (max-width:750px)
{
	h1{
		font-size:20px;
	}
	table.menu th{
		padding:10px;
		width:100px;
	}
	table.menu td{
		padding:10px;
	}

}
