$(function() {
    $("#main.Apply #inputBlock th:last,#main.Apply #inputBlock td:last").addClass("Last");

    if(navigator.userAgent.indexOf("Mac") >= 0){
        //Mac
        //alert("Mac");
        $("#main.Asp #plans td.Existence").css("font-size", "240%")
    }//else if(navigator.userAgent.indexOf("Win") >= 0){
        //Win
        //alert("Win");
    //}else{
        //Other
        //alert("Other");
    //}
});
