.prize {
	border: 0;
	border-collapse: collapse;
	margin-left: 0;
	width: 100%;
}
.prize td {
	border-top: 1px solid #ddd;
	margin: .3em 0;
	padding: .5em 0;
	text-align: center;
}
.prize tr:nth-of-type(1) > td {
	border: 0;
}
.prize td:nth-of-type(1) {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	width: 35%;
}
div.timeline {
	min-height: 520px;
}
div.timeline > div {
	float: left;
	position: relative;
}
div.timeline h2 {
	font-style: italic;
	margin: .7em 0 .2em -.8em;
}
div.timeline h3 {
	margin: .6em 0 0 0;
	text-decoration: none;
}
div.timeline > div > div {
	background: #fbfbfc;
	border-radius: 5px;
	box-shadow: 0 0 10px #888;
	display: none;
	padding: 0 .6em .6em 1.4em;
	position: absolute;
	top: 100%;
	width: 350px;
}
div.timeline > div:nth-child(-n+2) > div { /* First two */
	left: 0;
}
div.timeline > div:nth-child(3) > div { /* Third */
	left: 0;
	margin-left: -100%;
}
div.timeline > div:nth-child(n+4) > div { /* Forth and after */
	right: 0;
}
div.timeline > div:hover > div {
	display: block;
	z-index: 100;
}

p.csr-text {
    float: left;
    width: 340px;
}

.csr-image {
    float: right;
    padding: 0 0 1em 0;
    position: relative;
    width: 200px;
}

.csr-image img {
    display: block;
    height: auto;
    width: 100%;
    -ms-interpolation-mode: bicubic;
}