body { background: none; }

.case {
	display: block;
	overflow: hidden;
	margin-top: 2em;
}

.case img {
	float: left;
	margin-right: 1em;
}

.case .description {
	padding: 0 1em;
	display: block;
	overflow: hidden;
	text-align: justify;
}

.case .description h3 {
	text-align: left;
	font-size: 1.8em;
	line-height: 1.2em;
	margin: .7em 0;
}

.case .description h2 {
	margin-bottom: 0;
	text-align: left;
}

.case .description h4 {
	margin: 2em 0 1em;
}

.case .description .logo {
	display: block;
	overflow: hidden;
	float: right;
	max-width: 50px;
}

.case .author {
	display: block;
	overflow: hidden;
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: center;
}


.case .author {
	font-size: 1em;
	text-align: center;
	padding-top: 1em;
}

.case .author strong {
	font-size: 1.2em;
	line-height: 1.4em;
}

.case .author span {
	display: block;
	color: #333;
	font-size: .9em;
	line-height: 1.5em;
	margin-top: .3em;
}


.case .author img {
	margin-bottom: 10px;
}

ul {
	list-style: none;
	margin-left: 0;
}

ul li {
	font-size: 1.2em;
	padding: 3px 0 10px 60px;
	margin-bottom: .5em;
}

ul li.clock {
	background: url(../images/clock.png) no-repeat 16px 0;
}

ul li.money {
	background: url(../images/money.png) no-repeat 8px 0;
}