/*
 * Schoolwork.css
 *
 * Cascading Style Sheet for Willem van Engen's schoolwork
 * http://www.stack.nl/~wvengen/
 */

.ContentsList li.MapleSheet:before {
  display: marker;
	content: url("../images/MapleSheetLI.gif");
}
.ContentsList li.Todo:before {
  display: marker;
	content: url("../images/TodoLI.gif");
}

/* measurement data */
table.measdata {
	border: solid 1px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.measdata td {
	text-align: right;
	padding: 3pt;
}

/* literature list */
.biblio li > .title {
	font-style: italic;
}

/* Metadata table for a single bibliography item */
table.bibitem td {
	padding-left: .5em;
}

table.bibitem {
	font-size: 80%;
	border: 1px #ccc solid;
	border-top: none;
	overflow: auto;
	width: 100%;
	margin: .1em auto .75em;
	padding: 0.5em;
}

table.bibitem th {
	vertical-align: top;
	text-align: right;
	width: 10em;
	white-space: nowrap;
}

.thebibliography { font-size: 90%; }
.thebibliography .biblabel        { margin-right: 0.5em; }
.thebibliography .bibitem {
  margin-left: 4em;
  text-indent: -4em;
  margin-top: 1ex;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

