/* hotels app related styles for header/footer */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
header:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
header + div.content,
header + #header,
header + #content,
header + #content.account,
header + #main,
header + #main.results,
header + #common,
body.tabletguides header + #content,
header + #content.account,
header + #masthead,
header + div {
    margin: 0 auto;
    margin-top:30px;
}
#main {
    clear: none;
}
div.content + footer,
#header + footer,
#content + footer,
#content.account + footer,
#main + footer,
#main.results + footer,
#common + footer,
body.tabletguides #content + footer,
#content.account + footer,
div + footer {
    margin-top:30px;
}
div.content:after, #content:after, #main:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

@media print {
    footer {
        display:none;
    }
}