@charset "utf-8";
/* CSS Document for the Score webpage*/

h4 {font: 90%/0.9	Verdana, Arial, Helvetica, sans-serif;} 
h5 {font: 80%/0.8	Verdana, Arial, Helvetica, sans-serif;} 
h6 {font: 60%/0.6	Verdana, Arial, Helvetica, sans-serif;}

li {
	padding: 2px;
	list-style-type: none;
}      

.accordion li {
	font-size: 80%;
	list-style-type: none;

}

.accordionSubList {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}


.accordionTable {
	border: 1px solid #000;
	cellpadding: 0px;
	cellspacing: 0px;
	width: 95%;	
}
.accordionTable td {
	border: 1px solid #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}



.scoreList li {
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	list-style-position: outside;
	list-style-type: square;
	padding: 5px;
}

.scoreListOl li {
	list-style-position: inside;
	list-style-type: decimal;
}

/* the following are used to identify technology that is either Free & open source (foss) or licensed (IT) */
.foss {
    color: #aa3333;
}
.IT {
    color: #33aa33;
}
