.header {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dddddd;
}
.heading-table {
    padding: 10px;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: left;
}
.heading-chart {
    margin-bottom: 40px;
}
h2 {
    font-family: "Helvetica Neue", "Helvetica Neue Medium", "Helvetica", Arial, Verdana, sans-serif;
    text-align: center;
}
#wrapper {
    display: block;
    width: 768px;
    margin: 10px auto;
    font-family: "Helvetica Neue", "Helvetica Neue Light", "Helvetica", Arial, Verdana, sans-serif;
    font-size: 14px;
    position: relative;
    background-color: #fff;
}
#mapContainer {
    border: 1px solid #dddddd;
    overflow: hidden;
    background-color: #fbfbfb;
}
.route-wrap {
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 0;
    background-color: #fbfbfb;
    width: 100%;
}
.route {
    background-color: #fbfbfb;
    font-size: 16px;
    padding: 20px;
    line-height: 1.25;
    font-family: "Helvetica Neue";
    font-weight: 500;
    color: #888888;
    max-width: 200px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.route .main-route {
    font-size: 16px;
    font-family: 'Helvetica Neue';
    font-weight: 500;
}
.route .via-city {
    font-size: 12px;
    font-family: 'Helvetica Neue';
    font-weight: 300;
}
.route.active {
    background-color: #ffffff;
    border-bottom: 1px dashed #dddddd;
    color: #222222;
}
.route-table {
    width: 100%;
    font-size: 13px;
    font-family: "Helvetica";
    font-weight: lighter;
    text-align: center;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #dddddd;
    display: none;
}
.route-table th {
    padding: 15px 0;
    vertical-align: middle;
    color: #205081;
    border-bottom: 1px solid #dddddd;
}
.route-table td {
    padding: 5px 0;
    vertical-align: middle;
}
.route-table tr:nth-child(2n) {
    background-color: #f9f9f9;
}
.route-table th.fare, .route-table td.fare {
    width: 25%;
    text-align: right;
    padding-right: 10px;
}
.route-table th.airline-logo {
    width: 10%;
}
.route-table th.airline, .route-table td.airline {
    text-align: left;
    width: 20%;
}
.route-table th.duration, .route-table td.duration {
    text-align: right;
}
.composite-route-table > tbody > tr > td {
    width: 50%;
    padding: 0;
    vertical-align: top;
}
.composite-route-table .empty-td-for-border {
    border-right: 1px solid #dddddd;
    width: 0;
}
.first-route-table, .second-route-table {
    border: 0 none;
    display: table;
}
.first-route-table .first-route-name, .second-route-table .second-route-name {
    padding: 10px 0;
    font-weight: bold;
}
.first-route-table td, .first-route-table th, .second-route-table td, .second-route-table th {
    padding: 10px 5px;
    vertical-align: middle;
}
.display-table {
    display: table;
}
.display-block {
    display: block;
}
.display-inherit {
    display: inherit;
}
.reset-search-btn {
    width: 56px;
    background-color: #4d998d;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-family: 'Helvetica Neue';
    font-size: 12px;
    font-weight: 300;
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    top: 40px;
}
.reset-search-btn:hover, .reset-search-btn:active {
    background-color: #45897e;
}
.hide {
    display: none;
}
.footer {
    color: #666666;
    font-family: Verdana;
    font-size: 10px;
    line-height: 15px;
    padding: 15px 0;
}
.footer a {
    border-bottom: 1px solid #333333;
    color: #333333;
    text-decoration: none;
}
