@media (min-width: 768px) and (max-width: 991px) {
	.page-time .content-block .tab-content {
		width: 746px;
	}
	.page-time .country-selection-head{
		margin-bottom: 20px;
	}
	.page-time .time-range-wrapper{
		display: block;		
	}
	.page-time .time-legends{
		margin-bottom: 20px;
		width: 100%;
		display: block;
	}
	.page-time .range-slider-wrapper{
		float: none;
		display: block;
		width: 50%;
		margin: 0 auto;
	}
	.page-time .chartBlock .filterSection{
		right: calc((-100vw + 767px)/2);
	}
  .page-time .chartBlock .time-cntry-filt-span {
    margin-top: 5px;
  }
  .page-time .time-cntry-filt-span .select2 {
    width: 155px!important;
  }
}
