.popup {
    display: block;
}

.map {
    height: 100%;
    display: block;
}

.overview-map {
    height: 90%;
}

.popup-container {
    /* The max width of the info window. */
    width: 100%;
    height: 0;
    z-index: 2147483648;
}

.popup-anchor {
    width: 100%;
}

.popup-close-button {
    font-weight: 700;
    cursor: pointer;
    float: right;
    margin-right: 2px;
}

.popup-left-button {
    margin-left: 2px;
    font-weight: 700;
    cursor: pointer;
    float: left;
}

.popup-right-button {
    font-weight: 700;
    cursor: pointer;
    float: left;
    margin-left: 20px;
}

.popup-go-button {
    font-weight: 700;
    cursor: pointer;
    float: left;
}

.popup-content-top {
    background-color: white;
    height: 30px;
    vertical-align: middle;
}

.popup-content {
    overflow-y: auto;
    width: 100%;
}

.popup-content-inner {
    padding: 10px;
    overflow-y: auto;
}

.popup-iframe {
    padding: 0px;
    background-color: white;
}

.popup-thumbnail {
    height: 40px;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
}

.trip-content {
    overflow-x: auto;
    width: 100%;
    height: 65px;
    padding: 3px;
    white-space: nowrap;
}

.link-content {
    display: inline-block;
    height: 30px;
    overflow-x: auto;
}

.link-container {
    display: inline;
    float: left;
}

.link-image {
    display: inline-block;
    height: 20px;
}

.dest-title {
    font-weight: 1000;
    font-size: 125%;
    margin-right: 20px;
}

.dest-container {
    float: left;
    width: 40%;
    display: table;
    min-width: 40%;
    margin: 10px;
}

.dest-desc {
    width: 100%;
    display: inline-block;
}
