body {
	margin: 0;
}

.odd {
	background-color: #DFEFF0;
}

.even {
	background-color: white;
}

.listitem {
	cursor: pointer;
	border-bottom: 1px solid darkgrey;
	padding: 2px;
}

.listitem:hover {
	background-color: lightblue;
	color: white;
}

.itemnumber {
	display: inline;
	color: darkblue;
}

.filename {
	color: black;
}

.tags {
	clear: both;
	color: blue;
	margin-left: 1em;
}

.cardCount {
	float: right;
}

.description {
	color: darkgrey;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.fileHeader {
	color: black;
	font-weight: bold;
}

.previewHeader {
	/*    box-shadow: 2px 1px 3px 2px rgba(0,0,0,.35); */
	margin-left: 1em;
}

.previewBar {
	background-color: lightyellow;
	height: 2em;
	width: 100%;
	border-bottom: 1px solid grey;
}
