/* Toast CSS normal file */

@import "master.css";


#body {
	/*
	VARIABLE: 
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	*/
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/*------------------------
    company_view.php
------------------------*/
#metric_name {
	font-color: #000;
	clear: both;
	float: left;
	height: 25px;
	width: 70%;
	font-size: 0.85em;
}

#metric_avg {
	float: right;
	text-align: right;
	font-size: 0.78em;
	height: 25px;
	width: 30%;
}

#metric_header {
	clear: both;
	font-size: 1em 
	font-weight: bolder;
}

#metric_review {
	clear: both;
	font-size: 0.8em;
}
