
/* Anything that should not be printed should go within this list */
p object,
#printfriendly,
.no-print
{
   display: none !important;
}

/* Hide images */
* img { height: 0px; width: 0px; position: absolute; }

/* All links should be underlined */
a { text-decoration: underline !important; }

.top_logo, .top_topic
{ float: none; width: auto; }

/* Program box */
.ccf_program_box .leftpart { width: 0px; visibility: hidden; }
.ccf_program_box .rightpart { margin: 0px; }


/* HDYS Brochures */
#brochure h1 { white-space: normal; }

/* CCF Tabs */
#tabsWrap { display: none; }


/* Items that should print with their display set to block */
.block-print { display: block !important; }


