.puzzle_bullet {
	background-image: url(images/puzbullet_b20.gif);
	background-repeat: no-repeat;
	padding-left:24px;
	background-position: center left;
	padding-top: 5px;
	padding-bottom: 3px;
}

.collision_block, .product_block, .injury_block, .human_block, .safety_block, .right_block {
	display: block;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 40px;
	line-height: 1.4em;
}

.collision_block {
	color: green;
}

.product_block {
	color: #e7ba19;
}

.injury_block {
	color: #7c0d14;
}

.human_block {
	color: #a82c06;
}

.safety_block {
	color: #2A517C;
}

.testimony {
	color: #6A400B;
}

.collision_block p, .product_block p, .injury_block p, .human_block p, .safety_block p {
	margin: 0;
	padding: 0;
}

.post_image {
	border: 2px solid grey;
	margin:5px;
}

.justified_text {
	 text-align: justify
}

.right_block {
	display: block;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 40px;
	line-height: 1.4em;
	color: #0064ac;
}
.right_block p {
	margin: 0;
	padding: 0;
}
