html{
	font-size:16px;
}
body{
	color:#4b4b4b;
	padding:40px;
}
body > .body-box > nav,
body > .body-box > .module{
	display:none;
}
header .tab{
	display:table;
	width:100%;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
header .tab .tab__c{
	display:table-cell;
	padding-bottom:20px;
	text-align:right;
}
header .tab .tab__c:first-child{
	text-align:left;
}
header .tab .tab__c img{
	margin-right:20px;
	height:40px;
	width:auto;
}
header .tab .tab__c:nth-child(3){
	display:none;
}
nav.module.module--custom,
.layout__col.layout__col--left,
.layout__col.layout__col--right,
.layout__col.layout__col--space,
.dropdown-menu,
button,
.rssocial-container{
	display:none;
}
dd{
	margin-left:0;
}
img{
	max-width:100%;
	height:auto;
}