@media all and (min-width: 481px) and (max-width: 768px) {
	body .container {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
	}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait){
	#topNav .menuPane{
		display: none !important;
	}
}
	.row {
		width: 100%;
	}

	footer > .row {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	#mfc-carousel {
		width:100%;	

	}

	/* Fund Detail - Portfolio - Major/Complete Holdings template - begin */

	.module.fund-major-holdings table {
		width: 61%;
	}

	/* Fund Detail - Portfolio - Major/Complete Holdings template - end */
}
