/* content has no specified width, bg color, and overflow is allowed (or printing won't work in FF)*/
#page, #middle-result, #consumers  {
    background: none;
    background-color: #FFFFFF;
    overflow: visible;
    width: auto;
    margin: 0;
    padding: 0;
}

/* unfloat the center div */
#center {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
}

/* don't hide overflow */
#consumers div.box-content-full {
    overflow: visible;
}

/* give content ul lists bullets */
#consumers div.box-content-full ul {
    list-style-position: inside;
    list-style-image: url(../images/err-red.gif)
}

#consumers div.box-content-full ul li {
    background: none;
    padding-left: 0;
    margin-left: 10px;
}

/* fix h2 placement */
div#center.result h2 {
    margin: 0 0 15px 0;
}

/* hide certain elements */
#header, #left-column, #right-column, #footer, #center ul.crumbs,
div#top,    /* language selector and login button */
div.businessresultstablecontainer,    /* search results summary (sidebar) */
a.back,    /* Back to Top links */
div#expiredaccredit-top img, div#expiredaccredit-bottom img, /* rounded caps on report headings */
div#accredit-top img, div#accredit-bottom img,
div#revokedaccredit-top img, div#revokedaccredit-bottom img,
div#noaccredit-top img, div#noaccredit-bottom img,
div#wise-accredit-top img, div#wise-accredit-bottom img,
div#charity-top img, div#charity-bottom img,
div#wise-charity-top img, div#wise-charity-bottom img,
div.logo,   /* BBB logo on popup page */
td.corner  /* rounded-corner ornaments on popup page */
{
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
/* maximize some others
div#mainint,
div.businessmaincontainer {
    width: 100%;
}
*/
h2#large-h2, 
div#center.no-left-col h2 {
    /* keep some headroom over results title */
    margin-top: 0 !important;
}
/* show text versions of all grades (in report heading) */
p#gradeA, #gradeA-accredit,
p#gradeB, #gradeB-accredit,
p#gradeC, #gradeC-accredit,
p#gradeD, #gradeD-accredit,
p#gradeF, #gradeF-accredit, 
p#gradeNR-accredit,
p#gradeS-accredit,
p#gradeNR-grey,
p#gradeU-grey,
p#gradeS-grey{
    text-indent: 0;
    width: auto;
    font-weight: bold;
    font-size: x-large;
    background: none !important;
}
div#expiredaccredit-bottom ul,    /* link to grade details (in report heading) */
div#revokedaccredit-bottom ul,
div#accredit-bottom ul,
div#noaccredit-bottom ul
{
    display: none;
}
div#find-out img {  /* hide pointless color bar at top of grade report */
    display: none;
}
/*fixes bug in print view with company info*/

/*print.css*/
/* fix h1 placement */

div#center.result h1 {

    margin: 0 0 15px 0;

}
