
/* CSS Document */

/* Use the universal selector to change all color values to black */
* { color:#000000 !important;}

/* For browsers which comply with newer CSS standards, print out the href terget. I've commented it out for now because it creates a mess in Firefox.*/
/* a:after { content: "  (   " attr(href)"   )   ";} */

.hidden-but-printable
{
    display:block;
}

.div-console,
.div-no-print,
.div-do-not-print,
.div-master-left-sidebar,
.div-master-page-trailer,
.div-master-page-top-images,
.div-master-page-top-images-scenery,
.div-master-page-top-images-script,
.div-master-top-navigation,
.div-return,
.div-return-menu,
.do-not-print,
.p-do-not-print,
.panel-console
{
    display:none;
    height:0px;
    margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;
    padding-top:0px; padding-bottom:0px; padding-left:0px; padding-right:0px;
    width:0px;
}

.div-master-local-content,
.div-master-page-midsection
{
    background-image:none;
    margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;
    padding-top:0px; padding-bottom:0px; padding-left:0px; padding-right:0px;
}

.page-break-after { page-break-after:always; }
.page-break-before { page-break-before:always; }

/* older */
/* older */
/* older */
/* older */

.div-image-state-tax-department-script { display:none; }
.div-master-page-header { display:none; }
.div-return { display:none; }
.div-before-you-print { display:none; }
.div-get-pdf-reader { display:none; }

/* Older styles */
.btn-MFLI {display:none;}

.btn-MFLI-search-license {display:none;}

.btn-MFLI-search-account {display:none;}

img { display:none; }

.label-MFLI-navBarSearch {display:none;}

.panel-motor-fuel-license-navigation { display:none; }

.tbx-MFLI-search {display:none;}


