#storytext { display: none; }
/*#storytext { margin-bottom: 0; }
#storytext p, #storytext hr { display: none; }*/


/* LISTS */
#content .list { margin-bottom: 30px; }
#content .list .hed { display: none; }
#content .list ul li h3 {
	width: 138px; margin: 0 24px 0 0;
	text-align: right;
	float: left; border: none;
}
#content #res142135410 ul li h3 { width: 57px; }

#main_content .list .photo138 { clear: none; }


/* TABS */
#res142139951 ul {
	display: table;
	width: 100%;
}
#res142139951 ul li {
	display: table-cell;
	width: 50%;
	overflow: visible;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 22px 15px;
	color: #6d8ac4;
	font-weight: bold;
	text-transform: lowercase;
	background: #ebebeb;
	text-align: center;
	vertical-align: middle;
}
#res142139951 ul li.tab-open {
	background: #fff;
	border-color: #ebebeb;
	border-width: 2px 2px 0 2px;
	border-style: solid;
}
#res142139951 ul li:hover {
	cursor: pointer;
	opacity: 0.7;
}
