User:Macowell/awardtable.css

From 2007.igem.org

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

#awardtable p {
	padding: .2em;
	background-color: #fbf9da;
	border-bottom: 1px solid #e3eafe;
}

table{
	clear:both;
	margin: 0 10px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-collapse: collapse;
	margin: auto;
}

td{
	vertical-align: top;
}

table.medals{
	width: 400px;
	margin: 0 10px;
}

table.medals td{
	padding: .2em .1em;
	text-align: center;
}

table.results tr{
	border-bottom: 1px dashed #e3eafe;
}

tr.grandprize{
	//background-color: #e3eafe;
	font-weight: bold;
}

th{
	background-color: #fbf9da;
	border-bottom: 1px solid #e3eafe;
}

table.results td{
	padding:.5em .5em .1em .1em;
}

#awardcolumn{
	text-align: right;
}

#teamcolumn{
	color: #ff9328;
	text-align: right;
}