@media (max-width: 610px) {
	#freebusy_front .months_cont .months {
		width: 31%;
	}
}
@media (max-width: 530px) {
	#freebusy_front .months_cont .months {
		width: 48%;
	}
}
@media (max-width: 340px) {
	#freebusy_front .months_cont .months {
		width: 100%;
		margin: 0;
	}
	body#conly {
		font-size: 85% !important;
	}
}