
/* NOTE: Remember to change print.css if necessary */
h5 {
    margin-top: 5px;
    margin-bottom: 0px !important;
    text-align: center;
    font-size: 1.2em !important;
}
ul { margin-bottom: 5px !important; }

table .numberTable {
	width: 400px;
}

td.numberCol {
	text-align: right;
	padding: 3px;
	padding-right: 4px;
}

td.nameCol {
	width: 100%;
	padding: 3px;
	padding-left: 4px;
}

td.light {
	padding-top: 0px;
}

td.dark {
	border-top: 1px solid #333;
}

div#notesDiv {
	display: none;
	margin-top: 20px;
}

div#notesDiv span.small {
	font-size: 9px;
}

div#printLink {
	margin-top: 30px;
	margin-right: 63px;
	display: none;
}

span.linkUrl {
	display: none;
}
