div#header h1 {
	width: 100%;
	overflow: hidden;
}
div#content {
	width: 100%;
	box-sizing: border-box;
}

div.nav-global {
	display: none;
}
div#article-left {
	width: 100%;
	float: none;
	margin-right: 0;
	box-sizing: border-box;
}
div#article-left h2 {
	width: 100%;
}
div.at-social {
	width: 100%;
}
.table-area{
	max-width: 100%;
	overflow: scroll;
	border:1px solid gray;
}
.image-box{
	width: 100%!important;
	box-sizing: border-box;
}
.image-horizonal .image-box,.horizonal-image-boxes-2 .image-box, .horizonal-image-boxes-3 .image-box{
	width:100%!important;
	display:block;
	box-sizing: border-box;
}
.image-horizonal, .horizonal-image-boxes-2, .horizonal-image-boxes-3 {
	width:100%!important;
	box-sizing: border-box;
}

.smcx-embed {
    width: 100%!important;
}
.smcx-embed>.smcx-iframe-container {
    width: 100%!important;
}



div.article-list-item {
	width: 100%;
}
div#top-left{
	width:100%;
}
#top-right{
	display:none;
}
#article-list > div.article-list-item > img{
	width:25%!important;
}
iframe{
	width:100%!important;
}
#surveyMonkeyInfo{
	width:100%!important;
}
#article-left>img{
	max-width:100%;
}
#article-left .lead{
	width:100%!important;
	box-sizing:border-box;
}
table{
	width:100%;
	overflow: scroll;
}
div#article-left p{
	padding:0 10px 0 10px;
}
div#article-left figcaption p{
		font-size:80%;
}