body {
    background: none;
}

#header {
    display: none;
}

#footer {
    display: none;
}

#print-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    #print-header img {
        float: left;
        margin-left: 30px;
    }

    #print-header .contact-info {
        margin: 20px 20px 10px;
        line-height: 1.2;
    }

        #print-header .contact-info p {
            margin-top: 10px;
            text-align: right;
        }

div#container div#content {
    width: 670px;
}

.print,
.print-this {
    display: none;
}

.print-only {
    display: block;
}

/* Styling for booking approved page */

.help-desk {
    display: none;
}

.reservation-approved {
    padding-top: 20px;
}
    .reservation-approved  ul.breadcrumbs-style-2 {
        display: none !important;
    }


/* Styling for route page */

.route {
    width: auto;
}

   .route .header {
       margin-left: 15px;
   }

       .route .header img {
           display: none;
       }

    .route .select-popup {
        display: none;
    }

    .route .cruise-route-popup,
    .route .cruise-map-popup {
        margin: 20px 10px;
    }

    .route .block {
        margin: 0;
        width: auto;
    }

/* Styling for port page */

.port {
    margin: 20px;
}

    .port .header {
        display: none;
    }

    .port .tabs-navigation {
        display: none;
    }

    .port .port-tabs h2 {
        color: #565656;
        font-size: 14px;
    }

   .port h2.title {
       font-size: 18px;
       color: #0072BC;
   }

   .port img {
       display: none;
   }
