/* --------------------------------------------------------------

    print.css
    * Gives you some sensible styles for printing pages

-------------------------------------------------------------- */

body {
    margin: 0 !important;
    padding: 0 !important;
    background: none;
    color: #000;
    line-height: 1.5;
    word-spacing: 1.1pt;
    letter-spacing: .2pt;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    }


/* =Layout / hide various parts from the site
-------------------------------------------------------------- */

.container {
    background: none;
    }
.hide,
.invisible,
a.button,
button,
.more,
.header-top,
.logo-nav,
.submenu,
.footer,
.menu,
.btn,
.highlight-aside-section {
    display: none !important;
    }


/* =Text
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

code {
    font-family: "Courier New", Monaco, Courier, monospace;
    }

blockquote {
    padding: 1em;
    font-size: 1em;
    }

thead {
    display: table-header-group;
    }
tr,
img,
pre,
blockquote {
    page-break-inside: avoid;
    }
img {
    border: 0;
    max-width: 100% !important;
    }

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
    }
h2,
h3 {
    page-break-after: avoid;
    }


/* =Links
-------------------------------------------------------------- */

a:link,
a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #333;
    }
a[href^="http"]:after {
    display: block;
    content: attr(href);
    color: #000;
    font-size: 90%;
    }
table.trip_table {
    padding-top:20px; 
}   
table.trip_table input {
    border:1px solid #000;
    padding:4px;
}  
table.trip_table input.date {
    width:100px;
}
table.trip_table input.time {
    width:24px;
} 
table.traveldetails_table {
    margin-top:20px;
    margin-bottom: 0;
    border:1px solid #000;
}
table.travelinfo_table table.fast {
    border:1px solid #000;
}

table.traveldetails_table td {
    border:1px solid #000;
    padding:4px;
}
.breadcrumb img {
    display:none;
}
table.travelinfo_table table td {
    text-align:right;
}
.trip_type {
    position:absolute;
    left:276px;
    top:126px;
}
hr {
    border: 0;
    border-bottom:1px dotted #ccc;
}
span.travelinfo_header {
    font-weight:bold;
    font-size:20px;
}

/* =Princingtable
-------------------------------------------------------------- */

.column-prices {
    margin-top: 20px;
}

table.traveldetails_table.pricedetails_table {
    border-collapse: collapse;
}

table.traveldetails_table.pricedetails_table td,
table.traveldetails_table.pricedetails_table th {
    border: 1px solid #000;
}

.price-extender {
    display: none;
}