﻿@media print
{
    body {margin:0px;padding:0px;background-color:#FFFFFF;}
    h1, h2, h3, h4, h5, h6 {color:#000000;}
    input {border:none;}
    textarea {border:none;}
    select {border:none;}
    
    #header {display:none;}
    #nav {display:none;}
    #content {width:100%;border-bottom:none;margin-top:0px;}
    #page-bottom {display:none;}
    #footer {display:none;}
    
    .noprint {display:none;}
    
    /* unique to franchisor application */
    /* #fsContact, #fsBackground, #fsEducation, #fsEmployment, #fsAdditional, #fsFinances, #fsReferences, #fsLegal {display:inherit} */
    fieldset {display:block !important;border:0px;page-break-inside:avoid;page-break-after:avoid;page-break-before:avoid;}
    .form-tabs {display:none;}
    /* end of unique fields */
}