body {
	background-color: #ddd!important;
	filter: grayscale(50%);
}

h2 {
	margin-bottom: 1rem;
}

img.photo {
	max-height: 130px;
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: 3px 3px 6px #666;
	border-radius: 3px;
}

img.small {
	height: 1rem;
	padding-bottom: 0.1rem;
}

hr {
	clear: both;
}

table:not(.table) {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
}

table:not(.table) td, table:not(.table) th {
	padding: 0.5rem;
}

table:not(.table) td {
	border-top: 1px solid #ccc;
}

nav.navbar {
	position: sticky;
	top: 0;
	border-bottom: 56px solid yellow;
}

div.table-hover ~ table:not(.table) tr:hover {
	background-color: rgba(0,0,0,.075);
}