@media screen and (min-width: 992px) and (max-width: 1200px){
	float:left !important; 
}
@media screen and (min-width: 992px){
  #regionList .modal-dialog.national{
    width: 890px;
  }
  #regionList .modal-dialog {
    width: 572px;
  }
  #graphcontent {
    min-height: 400px;
  }
  body.no-layout #graphcontent {
    min-height: 1px;
  }
  #graphcontent .overlay {
    top: 120px;
  } 
}
@media screen and (min-width: 1000px){
  .modal-dialog{
    width: 900px;
  }
}
@media screen and (max-width: 1024px){
  .quicklinks-content-table .quicklinks-data-table tbody tr td {
	padding-left: 15px;
	font-size: 14px;
  }
}
@media screen and (max-width: 1140px){
	.tab-content-block .nav-pills>li a,
	.additional-menu-dropbtn {	/*20/07/2018*/
		padding: 9px 20px;
	}
	.additional-menu-dropdown-content {	/*20/07/2018*/
		min-width: 132px;
	}
	.additional-menu-dropbtn {/*20/07/2018*/
		background: url(../images/down_arrow.png)no-repeat right 5px center;
	}
	li.atlas a {
		min-width: 105px\9;
		padding-right: 10px\9;
		box-sizing: border-box\9;
	}
}
@media screen and (min-width: 992px) and (max-width: 1170px){
	#ds-countryName{
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px){
	body.no-layout .rgn-cntr-factsheet.factsheet-type .ql-selected-area{
		font-size: 19px;
	}
}
