/* styles specific to the directions page, for print viewing only */

html,body {
    background-color:#fff;
    }
#directionsFromTo { 
    display:block;
    text-align:center; 
    }
#header,#old_directions_note {
    display:none;
    }
#lost_note {
    display:block;
    }

