/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


@media only print {
    .print-wrapper {
        display: none;
    }
    footer {
        display: none;
    }
}
