/* Common CSS for Convert-to-PDF Link */

@page {
    size: US-Letter;
    margin: .5in;
    font-family: sans-serif;
    font-size: 7pt;
    @bottom-left {content: 'Page ' counter(page) ' of ' counter(pages);}
    @bottom-right {content: 'Rhodesian Ridgeback Rescue, Inc. <> PO Box 39108 <> Washington DC 20016-9108 <> USA';}
}

body:before {
/*	content: url("/?originalUrl=https%3A%2F%2Fais.americancouncils.org%2Fais%2Fcommon%2FFLEX_PDF_Banner.png"); */
	width: 100%;
}

#navColumn,
#randomMugColumn,
#SaveToPDFLink,
div.sectionContent div.coordList,
input[type=button] {
    display:none;
}

img {
    max-width:475px;
}

