strong{
	/*font-size: 120%;*/
	/*font-weight: normal !important;*/
}
.itemView{
	width: 100%;
    margin: 0 auto !important;
    text-align: left;
}
.itemView strong{
	font-weight: bold;
}
.itemHeader span{
    display: inline-block !important;
    color: #959595 !important;
    margin-bottom: 15px;
}
div.itemHeader h2.itemTitle{
    margin: 15px 0 !important;
    font-size: 170%;
}
.itemContent {
    line-height: 1.6;
    font-size: 100%;
}
.img_caption {
    color: #959595;
    margin: auto;
    /* display:inline-block; */
    /* padding-right:10px; */
    width:100%;
}
.img_caption img{
    width:100%;
}
.center{
	/* width: 100% !important;  */
	width: 100%;
}
.center img{
	/* width: 100% !important;  */
	width: 100%;
}

.img_caption span{
	display: block;
	margin-top: 10px;
	line-height: 1.8;
	font-size: 100%;
}
.pull-left,
.img_caption.left {
    margin: 4px 20px 8px 0;
    float: left;
}
.pull-right,
.img_caption.right {
    margin: 4px 0 8px 20px;
    float: right;
}

.item-hr{
	border-bottom: 5px solid #b2b2b2;
    margin: 10px 0;
}
.relateditemtitle h4{
	font-size: 120%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.relateditemtitle li{
    margin-bottom: 10px;
}
.relateditemtitle a{
    color: #000;
    text-decoration: none;
}
.relateditemtitle h4:before {
    content: "";
    position: relative;
    left: -20px;
    border-left: 4px solid #a40001;
    height: 21px;
    top: -1px;
}
.itemBackToTop{
    margin-bottom: 50px;
}
.itemBackToTop a{
	text-decoration: none !important;
    color: #959595 !important;
}
.itemBody a{
	color: #0044cc;
}
@media only screen and (max-width: 768px) {
	div.itemHeader h2.itemTitle{
		line-height:1.3;
	}
	.itemHeader{
		margin-top: 15px;
	}
	.img_caption,
	.pull-left,
	.img_caption.left,
	.pull-right,
	.img_caption.right,
	.img_caption img,
	.pull-left img,
	.pull-right img,
	.img_caption.left img,
	.img_caption.right img,
	iframe {
		width: 100% !important;
	}

}
