@media screen and (max-width : 600px) {
	.vhd-docsrc-index.no-mobile {
		display: none;
	}
	.vhd-docsrc-page.mobile-full-screen {
		width: 100%;
	}
	.vhd-alldoc-container .vhd-alldoc-block {
	    width: 80% !important;
	}
}

@media screen and (max-width : 750px) {
	.categories-nav > div {
		float: none !important;
		width: 100% !important;
		margin-bottom: 5px;
	}
}


