
@media (max-width: 1599px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 960px) {

}

@media (max-width: 1199px) {
}

/* Affects device widths of 959px and smaller. */
@media (max-width: 959px) {
	.maincontenter{
		overflow: auto;
	}

	.niit-heleltsuuleg-tab{
		gap: 8px;
		display: flex;
		flex-direction: column;
	}

	.uk-accordion {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.uk-accordion-content{
		margin-top: 0px !important;
	}

	.niit-heleltsuuleg-table .uk-grid{
		padding-left: 0px !important;
	}
}

@media (max-width: 767px) {
	.maincontenter{
		overflow: auto;
	}

}

@media (max-width: 639px) {
	.shine-huuli-filter > div:not([data-block="title"], [data-block="enacteddate"]) {
		display: none !important;
	}

	.shine-huuli-filter > div[data-block="title"],
	.shine-huuli-filter > div[data-block="title"] > .h-title
	 {
		width: 70% !important;
		padding: 0;
	}

	.shine-huuli-filter > div[data-block="enacteddate"],
	.shine-huuli-filter > div[data-block="enacteddate"] > .h-title
	 {
		width: 30% !important;
		padding: 0;
	}

	.shine-huuli-body > .shine-huuli-content > .legal-list-component > div:not([data-block="title"], [data-block="enacteddate"]) {
		display: none !important;
	}

	.shine-huuli-body > .shine-huuli-content > .legal-list-component > div[data-block="title"] {
		width: 70% !important;
		padding-left: 0.5rem !important;
	}

	
	.shine-huuli-body > .shine-huuli-content > .legal-list-component > div[data-block="enacteddate"] {
		width: 30% !important;
		padding-left: 0.5rem !important;
	}

	.e-community-list > .community > .groupdata> div[data-block="title"] {
		width: 70% !important;
		padding-left: 0.5rem !important;
	}

	
	.e-community-list > .community > .groupdata> div[data-block="enacteddate"] {
		width: 30% !important;
		padding-left: 0.5rem !important;
	}


	.e-community-list > .community > .groupdata > div:not([data-block="title"], [data-block="enacteddate"]) {
		display: none !important;
	}

	.communitySearch > div:not([data-block="search"]) {
		display: none !important;
	}

	.uk-responsive{
		flex-direction: column !important;
	}

	.widget-left-grid{
		width: 85% !important;
	}

	.widget-right-grid{
		width: 100% !important;
		margin-top: 20px !important;
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.widget-right-grid > .widget-group > .community{
		width: 40% !important;
	}

	.widget-detail-ss{
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.widget-detail-ss > .community-h4 {
		margin-left: 5px !important;
	}

	.widget-detail-list{
		margin-left: 5px !important;
	}

	.width-200{
		width: 0px !important;
		display: none !important;
	}

	.maincontenter{
		overflow: auto;
	}
}

/* Affects device widths of 639px and smaller. */
@media (max-width: 480px) {
	.shine-huuli-filter > div:not([data-block="title"]) {
		display: none !important;
	}

	.shine-huuli-filter > div[data-block="title"],
	.shine-huuli-filter > div[data-block="title"] > .h-title
	 {
		width: 100% !important;
		padding: 0;
	}

	.shine-huuli-body > .shine-huuli-content > .legal-list-component > div:not([data-block="title"]) {
		display: none !important;
	}
	.shine-huuli-body > .shine-huuli-content > .legal-list-component > div[data-block="title"] {
		width: 100% !important;
		padding-left: 0.5rem !important;
	}
}