/* LAYOUT **************************************/

body, div#mainClm {
   border: none;
   margin: 0;
   padding: 0;
   font-size: 12pt;
   width: 100%;
   background-color: white;
   background-image: none;
}


/* TOC ELEMENT *********************************/

#sidebar {
   display: none !important;
}


/* NAVBAR **************************************/

#navigation, #navbar, #footer {
   display: none !important;
}

#banner img {
   display: none !important;
}


/* LINKS ***************************************/

a {
   color: black;
}


/* TOGGLEABLE SECTIONS *************************/

.collapsed p, .collapsed_no_javascript p {
   display: block;
}

.collapsed table {
    display: table;
}


/* MISCELLANEOUS *******************************/

div.pos_legend {
    float: none;
}

h2 {
    page-break-before: always;
}

h2:first-child {
    page-break-before: auto;
}
