
@media print {
    #footer-row {
        display: none;
    }

    #top_stripe {
        position:static;
    }

    #top_stripe p {
        padding:10px 10px;
        background:AntiqueWhite;
        border-bottom:1px solid orange;
        color:black;
        font-size:1.1em;
        box-shadow: 0px 3px 3px #B0B0B0;
    }

    #top_stripe p a {
        display:block;
        float:none;
        padding:0 0 5px 0;
    }
}
