/*** Benchmark page stylesheet ***/

div#benchmark{
width: 984px;
}
table.ranking{
width: 100%;
border: 0;
background-color: black;
border-spacing: 1px;
margin: 10px 0;
color: #ddd;
}
table.ranking a{
font-weight: bold;
color: #ddd;
}
table.ranking td{
font-size: 0.9em;
padding: 10px 5px;
text-align: center;
}

table.ranking th {
padding: 20px 5px;
background-color: black;
color: #ddd;
font-weight: bold;
font-size: .9em;
text-align: center;
}
/* row styling */
table.ranking tr:hover{background-color: #222;}
tr.neutral_even{background-color:#333;}
tr.neutral_odd{background-color:#444;}

/* row style selecte */
tr.selected_even,tr.selected_odd{background-color:#890000;}
tr.equal_even,tr.equal_odd{background-color:#666;}
tr.more_even{background-color:#93AF78;}
tr.more_odd{background-color:#788F62;}
tr.less_even{background-color:#5F3635;}
tr.less_odd{background-color:#6F3F3E;}
tr.neutral_even,tr.neutral_odd{}

/* header row */
th.rank{ }
th.leet{}
th.score{ }
th.date{ }
th.os{ }
th.compiler{width:10%; }
th.threads{width: 6%;}
th.arch{ }
th.user{width:10%; }
th.description{width:40%; }
