@media only screen and (min-width: 320px) {
	.price_plan_container {
		width: auto;
	}

	.main_menu > ul > li > a.menu_home_btn {
		padding: 7px 12px;
	}
}

@media only screen and (min-width: 480px) {
	.price_plan_title {
		float: left;
	}
	
	.price_plan_container {
		float: left;
		width: calc(100% - 193px);
	}
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 980px) {
	/*.left_sidebar {
		float: left;
	}

	.dif_content {
		float: right;
		width: calc(100% - 250px);
	}*/
}

@media only screen and (min-width: 1240px) {

}