html
{
	width: 100%;
	min-height: 100%;
	position: relative;
}

body
{
	padding-top: 60px;
	margin-bottom: 40px;
}

.navbar-fixed-top
{
	margin: 0;
}

.footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #f5f5f5;
}

.footer .container
{
	line-height: 40px;
}

th
{
	vertical-align: bottom;
}

td .thumbnail
{
	width: 100px;
	height: 100px;
	margin: 0;
}

pre
{
	overflow-x: auto;
	white-space: pre-wrap;
}

img.Primary,
img.Secondary
{
	border: 1px solid gray;
}

img.Primary
{
	width: 66%;
}

img.Secondary
{
	width: 33%;
}