table {
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-collapse: collapse;
  border-top: #d3d3d3 solid;
  border-bottom: #d3d3d3 solid;
  font-size: 12px;
}

td {
	padding: 10px 5px 10px 5px;
	line-height: 1.2em;
}

tr {
  border-top: #d3d3d3 1px solid;
  border-bottom: #d3d3d3 1px solid;
}

.benchmark-desc, .submit-time {
  font-size: 10px;
}

th {
	line-height: 1.25em;
	text-align: left;
	font-weight: bold;
}

th.first-child,
th.only-child {
	width: 150px;
}

th.last-child,
td.last-child {	
}

.benchmark-name {
	width: 200px;
	background-image: none;
}

.benchmark-score {
	text-align: center;
	vertical-align: center;
	font-size: 120%;
	width: 50px;
}

.benchmark-graph {
	vertical-align: center;
}

.benchmark-container {
}

.benchmark-bar {
	background-color: #44a4f0;
	background-image: url(/images/graph-background.png);
	height: 30px;
}

.alt.benchmark-bar {
	background-color: #c0fd6b;
	background-image: url(/images/graph-background2.png);
}

