body { font-size: 17.5px; }
caption { text-align: center; }
dt { margin-top: 1em; }

figure, iframe
{
	margin: 0;
	padding-left: 1em;
	padding-bottom: 1em;
}

figcaption { font-style: italic; }
h2 small a:link, h3 small a:link, h4 small a:link { float: right; }
h4 { text-align: center; }

h5
{
	font-style: italic;
	text-align: center;
}

header { margin-bottom: 1em; }

img
{
	max-width: 100%;
	vertical-align: middle;
}

li { padding-bottom: 0.6em; }

.caution
{
	color: white;
	background-color: #E6B05F;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}

.embed-responsive { margin-bottom: 1em; margin-top: 1em; }

.img-responsive
{
	display: block;
	max-width: 100%;
	height: auto;
}

.img-thumbnail
{
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px #ddd solid;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.note
{
	color: white;
	background-color: #75BEDB;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}

.pdf, .pdfobject-container
{
	border: 1px #ccc solid;
	height: 600px;
	width: 100%;
}

.pull-right { margin-left: 1em; }
.pull-left { margin-right: 1em; }
