$(document).ready(function() {
	$(".f-mt-none").each(function() {
		$("> *:first",this).css("margin-top","0");
	});
	$(".f-mr-none").each(function() {
		$("> *:first",this).css("margin-right","0");
	});
	$(".f-mb-none").each(function() {
		$("> *:first",this).css("margin-bottom","0");
	});
	$(".f-ml-none").each(function() {
		$("> *:first",this).css("margin-left","0");
	});
	$(".f-pt-none").each(function() {
		$("> *:first",this).css("padding-top","0");
	});
	$(".f-pr-none").each(function() {
		$("> *:first",this).css("padding-right","0");
	});
	$(".f-pb-none").each(function() {
		$("> *:first",this).css("padding-bottom","0");
	});
	$(".f-pl-none").each(function() {
		$("> *:first",this).css("padding-left","0");
	});
	$(".f-bt-none").each(function() {
		$("> *:first",this).css("border-top","none");
	});
	$(".f-br-none").each(function() {
		$("> *:first",this).css("border-right","none");
	});
	$(".f-bb-none").each(function() {
		$("> *:first",this).css("border-bottom","none");
	});
	$(".f-bl-none").each(function() {
		$("> *:first",this).css("border-left","none");
	});
	$(".e-mt-none").each(function() {
		$("> *:last",this).css("margin-top","0");
	});
	$(".e-mr-none").each(function() {
		$("> *:last",this).css("margin-right","0");
	});
	$(".e-mb-none").each(function() {
		$("> *:last",this).css("margin-bottom","0");
	});
	$(".e-ml-none").each(function() {
		$("> *:last",this).css("margin-left","0");
	});
	$(".e-pt-none").each(function() {
		$("> *:last",this).css("padding-top","0");
	});
	$(".e-pr-none").each(function() {
		$("> *:last",this).css("padding-right","0");
	});
	$(".e-pb-none").each(function() {
		$("> *:last",this).css("padding-bottom","0");
	});
	$(".e-pl-none").each(function() {
		$("> *:last",this).css("padding-left","0");
	});
	$(".e-bt-none").each(function() {
		$("> *:last",this).css("border-top","none");
	});
	$(".e-br-none").each(function() {
		$("> *:last",this).css("border-right","none");
	});
	$(".e-bb-none").each(function() {
		$("> *:last",this).css("border-bottom","none");
	});
	$(".e-bl-none").each(function() {
		$("> *:last",this).css("border-left","none");
	});
});
