/* @override http://localhost:8888/css/print_rules.css */

body {
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 15px 5% 20px;
}

#header {
	height: 80px;
	font-size: 30px;
	line-height: 60px;
}

#header img{
	margin-right: 30px;
}

.col {
	float: left;
}

.title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #262626;
	border-bottom: 2px solid #333;
}

.diet_stats {
	margin-bottom: 20px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

li {
	width: 300px;
	font-weight: bold;
}

li a{
	color: #5793C5;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #313131;
}

/* @group diet stats */



div.diet_stats div.header {
	color: #999;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	float: left;
	width: 195px;
}

.diet_stats #stat_headings {
	float: left;
	margin-left: 150px;
}

div.diet_stat {
	clear: both;
	height: 20px;
}

span.stat_av_heading {
	position: relative;
	left: 175px;
	color: #bfbfbf;
	font-size: 12px;
}

.stat_col {
	width: 125px;
}

.stat_av {
	color: #a5a5a5;
	font-size: 12px;
	width: 120px;
	text-align: left;
	float: left;
}

.diet_stat_left {
	float: left;
	font-weight: bold;
	color: #555;
	width: 150px;
}

.diet_stat_right {
	float: left;
	color: #666;
	width: 100px;
	margin-left: 1px;
}



/* @end */