th {
	padding: 4px 30px 4px 4px;
	font-weight: normal;
	background-color: #eee;
	text-align: left;
}

td {
	padding: 4px 30px 4px 4px;
}

section.collapsable {
	margin-top: 30px;
	display: block;
	overflow-y: scroll;
	height: 200px;
	width: 100%;
	max-width: 1300px;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 68%, rgba(180,180,180,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 68%,rgba(180,180,180,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 68%,rgba(180,180,180,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1e5799',GradientType=0 );
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #c50;
	cursor: pointer;
	outline: 0;
}

h2:hover {
	color: #000;
}

.cost_image {
	width: 100%;
	height: 57.7%;
	max-width: 1300px;
	margin-top: 20px;
}