@charset "utf-8";
/* CSS Document */


table, td, th {
border: 1px solid black;
}
tr.school{
	color: white;
	background-color: maroon;
}
tr.boe{
	color: black;
	background-color: darkgray;
}
table{
width:100%;
border-collapse: collapse;
}
.progress{
width:10%;
}
.goalobjective{
width:90%;
}
.circle{
background-color: white;
width: 45px;
height: 45px;
border-radius: 45px;
margin: auto;
border: 2px solid black;
}
.complete{
background-color: green;
border: 0px;
}
.ongoing{
background-color: #FFC200;
border: 0px;
}
.stalled{
background-color: red;
border: 0px;
}
.maintitlejm{
font-size: 16pt;
line-height: 110%;
font-family: Verdana;
}
.subtitlejm{
font-size: 12pt;
font-family: Verdana;
font-style:italic;
}
