.fullWidth {
	width: 100%;
}

.listItem {
	border: solid 1px silver;
	padding: 3px;
	background-color: rgb(243, 244, 245);
	color: black;
}
.listItem:hover {
	background-color: rgb(232, 236, 238);
	
}
.listItem a:hover {
	text-decoration: none;
}

.alignRight {
	text-align: right;
}

.noWrap {
	white-space: nowrap;
}




