﻿div.case {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px gray solid;
}

div.case img {
	float:right;
	margin:0 0 10px 10px;
}

div.case table {
	float:left;
	width:auto;
}

div.case table th {
	text-align:left;
}

div.case p {
	clear:left;
	padding:4px;
}