
.safetyArticle {
	margin-top: 1ex;
	margin-bottom: 2ex;
	padding: 1ex;
}

.safetyArticle .header {
	color: #0077BB;
	font-size: 150%;
	font-weight: bold;
}

.safetyArticle a {
	text-decoration: none;
	border: none;
}

.safetyArticle a:hover {
	background-color: yellow;
}

.safetyArticle img {
	border: 0;
}

.safetyArticle .synopsis, .safetyArticle .source {
	padding: 0 1ex 0.5ex 1ex;
	text-align: justify;
}

.safetyArticle .source {
	color: #777777;
	font-style: italic;
}
