/* Updated Release Styles
================================================================================================================= */
#content {
	padding-right: 25px;
	padding-left: 25px;
}
#content,
#content ul li{
	line-height: 22px;
}



#content p a {
	text-decoration: none;
	xborder-bottom-width: 1px;
	xborder-bottom-style: solid;
	xborder-bottom-color: #c2c2e0;
}
#content p a:hover {
	border-bottom-color: #00027f;
}
#content sup {
	font-size: 80%;
}
#content p {
	margin-bottom: 20px;
}
#content ul {
	margin: 35px;
	line-height: 25px;
}
#content ul li {
	margin-bottom: 12px;
	background-position:left 10px;
}
#content ul li ul{
	margin-bottom: 10px;
}
#content .divider {
	margin-top: 25px;
	border-top-color: rgba(0,0,0,0.1);
	border-top-style:dotted;
	border-top-width: 1px;
}
#content .center_div {
	text-align: center;
}
#content .center_div a {
	margin-left: auto;
	margin-right: auto;
}
#content .center_div a img {
	margin-top: 25px;
	margin-bottom: 25px;
}
#content h1 {
	text-align: center;
	color: #000;
	font-size: 140%;
	padding-top: 30px;
	margin-bottom: 10px;
	font-weight:bold;
}
#content h1 span{
	display: block;
	font-weight: normal;
	margin-top: 5px;
}


#content h1 + h2{
	margin-top: 0px !important;
	margin-bottom: 25px !important;
}

#content h2 {
	background-image: none;
	text-align: center;
	font-size: 120%;
}

#content h3{
	padding-left: 16px;
	padding-bottom: 10px;}
#content h3 + ul{
	margin-top: 7px;
}

#content h3 ~ ul, #content h3 ~ ol, #content h3 ~ p{
margin-left: 50px;}


{
xmargin-left: 25px;}

#content p + ul{
	margin-top: 7px;
}

#release_header_wrap{
	border-bottom: none;
}


#content .data_line {
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .data_line .data_synopsis {
	text-align: justify;
	margin-top: 50px;
}
#content .data_line .clear {
	clear: both;
}
#content .data_line .data_image {
	float: right;
}
#content .text_box {
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 15px 20px;
	margin: 30px;
}

#content .text_box h3{
padding: 0px 0px 10px 0px;
margin:0px;
text-align: center;
}

#content .text_box p{
padding: 10px 0px;
margin:0px;
}
#content .text_box ul{}
#content .text_box ul li{}

#content .center_div.chart-border img{
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 30px;
}
#content .text_box p {
	width: auto;
}
#content .footnote {
	font-style: italic;
	font-size: 90%;
	padding-right: 50px;
	padding-left: 50px;
}
#content .boilerplate {
	text-align: center;
}

.industry.release #content .boilerplate p:nth-of-type(2){
	text-align:left;}



