/* The following are custom css classes that can be used in the CSS Layout Keywords field of certain fields on Wufoo. For example, if you want to reduce the top margin by 100px, add margintop-100 to the CSS Layout Keywords field. 
See https://help.wufoo.com/articles/en_US/kb/CSS-Keywords for info - - - - */

/* Margins */

    /* Decrease Top Margin */
    .margintop-20 { margin-top: -20px !important; }
    .margintop-40 { margin-top: -40px !important; }
    .margintop-60 { margin-top: -60px !important; }
    .margintop-80 { margin-top: -80px !important; }
    .margintop-100 { margin-top: -100px !important; }
    .margintop-120 { margin-top: -120px !important; }

    /* Increase Top Margin */
    .margintop20 { margin-top: 20px !important; }
    .margintop40 { margin-top: 40px !important; }
    .margintop60 { margin-top: 60px !important; }
    .margintop80 { margin-top: 80px !important; }
    .margintop100 { margin-top: 100px !important; }
    .margintop120 { margin-top: 120px !important; }

    /* Increase Left Margin */
    .marginleft20 { margin-left: 20px !important; }
    .marginleft40 { margin-left: 40px !important; }
    .marginleft60 { margin-left: 60px !important; }

    /* Increase Bottom Margin */
    .marginbottom20 { margin-bottom: 20px !important; }
    .marginbottom40 { margin-bottom: 40px !important; }
    .marginbottom60 { margin-bottom: 60px !important; }
    .marginbottom80 { margin-bottom: 80px !important; }