User:Macowell/resultsAccordion.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.

a img{
	border: none;
	text-decoration: none;
}

.teambox {
	padding: 4px 12px;
}

.masthead {
	height: 68px;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	background-image: url(https://static.igem.org/mediawiki/2007/8/81/Results-mastheadbg.jpg);
	width: 886px;
	//position: relative;
	clear: both;
}

.teamname {
	margin: 0px;
	padding-left: 8px;
	padding-top: 8px;
	display: block;
	float: left;
	position: relative
	//left: 6px;
	//top 6px;
	font-weight: bold !important;
	font-size: 16pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.icons {
	padding-right: 8px;
	padding-top: 8px;
	position: relative;
	display: block;
	float: right;
}

.awards {
	clear: both;
	padding-left: 8px;
	padding-bottom: 8px;
	margin: 0px;
	position: relative;
	float: left;
	display: block;
	color:  #565b56;
	font-size: 14pt;
	font-style: italic;
}

.toggle {
	padding-right: 8px;
	float: right;
	position: relative;
	display: block;
	color: #FF75a3;
}

.toggle:hover {
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
	color: #FF6633;
}

.moreinfo {
	padding: 4px 8px;
	margin: 0px 1px;
	float: left;
	position: relative;
	background-image: url(https://static.igem.org/mediawiki/2007/3/35/Results-moreinfobg.jpg);
	background-repeat:no-repeat;
	background-color: #f4f4f4;
	width: 869px;
	border-top: medium none; 
	border-bottom: medium none; 
	overflow: hidden; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 6px;
	visibility: hidden; 
	clear: both;
	//opacity: 1; 
	//height: 18px;
}