@charset "UTF-8";/* CSS Document for the supplies.html page. */body { 	font-family: 'libre-baskervilleregular', Georgia, 'Times New Roman', Times, serif;	line-height 1.3;	width: 620px;	background-color: #FFC;	margin: 5px;	border: thin solid #550;}h1 {	font-family: 'Julius Sans One', sans-serif;	font-weight: normal;	text-align: center;	font-size: 16pt;	margin-top: 14px;	margin-bottom: 0;}ul {	padding-left: 0;	margin: 0 0 0 0;}ul.indent {	padding-left: 10px;	margin-left: 10px;}li {	list-style-type: square;}li.circle {	list-style-type: circle;}table.supplies {	margin 5px;	font-size: 11pt;}td {	padding: 5px 10px 5px 10px;	vertical-align: text-top;}.break {	margin: 0;	padding: 0 10px 0 10px;}/* Category column width */.category { 	width: 200px;}td.categoryCol {	font-size: 12pt;	margin-top: 0;	margin-bottom: 0;}.outdent {	margin: 0 0 0 -10px;	padding: 0;}.printer {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11pt;	text-align: center;	margin: -20px auto 10px auto;}.displayNote {	font-size: 9pt;	text-align: center;}.printedNote { 	text-align: center;	font-size: 10pt; 	margin-top: 4px;}.printButton {	font-size: 14px;	border-radius: 8px;	background-color: #FFAA77;	margin-top: -10px;}/* Media styles for printing */@media print {	body { 		margin: 20px 10px 10px 50px; 		background-color: #FFF;	}	td.categoryCol, td.detailsCol { 		font-size: 10.5pt;  }	.printer, .displayNote { display: none; }}