﻿@media print {
    #main-header, header nav, footer, #booking-tabs, .internal-page-title, .about-page, .heading-box, .main-booking-description, .noprint {
        display: none;
    }

    #booking-reservation ul li .value, #booking-reservation .total-cost .value, #booking-confirmation ul li .value, #booking-confirmation .total-cost .value {
        font-size: 12px;
    }

    #booking-reservation h3, #booking-confirmation h3 {
        font-size: 20px;
    }

    .reservation-summary {
        width: 300px;
        max-width: 450px;
        float: left;
    }

    .reservation-info, .widget {
        width: 300px;
        max-width: 450px;
        float: left;
        font: 8pt Georgia, "Times New Roman", Times, serif;
    }

    div {
        font: 8pt Georgia, "Times New Roman", Times, serif;
    }

    h4, .description {
        padding: 0px;
        margin: 0px;
    }


    #top-footer {
        padding-top: 0px;
    }

    #booking-tab-contents {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    ul li {
        line-height: 1px;
        font: 8pt Georgia, "Times New Roman", Times, serif;
        padding: 0px;
        margin: 0px;
    }

    @page {
        margin: 0.5cm;
    }

    body, .value {
        font: 8pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 14pt;
        margin-top: 25px;
    }

    aside h2 {
        font-size: 18pt;
    }

    aside {
        border-top: 1px solid #bbb;
        margin-top: 30px;
        display: block;
    }
}
