.IsChecked .border{
	transform: scale(1) !important;
    opacity: 1 !important;
}
.selectItems{
	margin: 25px 0;	 
}
@media only screen and (max-width: 768px) {
	.quote .icon-block{
		font-size: 25px;
		width: 45px;
		height: 45px;
		line-height: 42px;
	}	
}
@media only screen and (max-width: 500px) and (min-width: 401px) {
	.icon-block-label{
		font-size: small !important;;
	}	
	.quote .mpf_button_right, .mpf_button_left {
		font-size: small !important;;
	}
}
@media only screen and (max-width: 400px) {
	.icon-block-label{
		font-size: x-small !important;;
	}		
	.quote .mpf_button_right, .mpf_button_left  {
		font-size: x-small !important;;
	}
}