.clearer {
	clear: both;
}

.quote {
	margin-left: 10%;
	margin-right: 10%;
	font-style: italic;
}

.quarter {
	width: 25%;
}

.half {
	width: 50%;
}

.full {
	width: 100%;
}

img.icon {
	width: 1em;
}

.centered {
	text-align: center;
}

th.fixed-header {
	width: 64px;
	text-align: center !important;
}

.underlined {
	text-decoration: underline;
}
.pull-right {
	float: right;
	padding-left: 1em;
}

ul.plain {
	list-style-type: none;
}
.caption-attribution {
	font-weight: lighter;
}

