@charset "utf-8";

#main p {
	margin: 0;
	padding: 0;
}

#main .additionalparagraph {
	margin: 15px 0px;

}

#main h2#restaurantname {
	font-weight: bold;
	margin-top: 15px;
	color: #336600;
	font-size: 135%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	padding-bottom: 1px;
}

#main h2#restaurantname #secondaryname {
	font-size: 80%;
}

#main h2#restaurantname #closedrestaurant {
	color: #000;
}

#rating {
	float: right;
	/*width: 200px;*/
	margin: 0 20px 20px 40px;
	text-align: center;
}

#rating caption {
	color: #336600;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 7px;
}

#rating caption #subcaption {
	font-size: 75%;
	font-weight: bold;
	margin-bottom: 7px;
}

#rating th, #rating td {
	text-align: left;
	padding: 5px;
}

#rating #overall {
	background-color: #a1d5a1;
}

#rating #overall td {
	font-weight: bold;
}

#details #comments {
	margin-bottom: 25px;
}

#details #reviewdate {
	margin-top: 25px;
}

#details #oldreview {
	font-size: 0.8em;
}

#details #hours, #details #reviewers, #details #author {
	margin-top: 8px;
}

#review p#fullreview {
	margin-top: 25px;
	margin-bottom: 15px;
}
