﻿$(document).ready(function () {
    $(".clear").append($("<span></span>").css("display", "block").css("clear", "both").css("font-size", "0px").css("line-height", "0px").css("height", "0px").html("&nbsp;")).removeClass("clear");
    $(".clear-after").after($("<span></span>").css("display", "block").css("clear", "both").css("font-size", "0px").css("line-height", "0px").css("height", "0px").html("&nbsp;")).removeClass("clear-after"); 
});
