/*******************************
* DIRECTIONS AND WHATSNEAR
*******************************/

#map_canvas {
    position: relative;
    width: 1080px;
    height: 750px;
    padding: 0;
}

#zoomin {
    position: absolute;
    left: 950px;
    top: 650px;
}

#zoomout {
    position: absolute;
    left: 950px;
    top: 560px;
}

.textparagraph {
    line-height: 0.1em;
    margin-top: -15px;
}

.texttags {
    font-family: italic;
    font-size: 60%;
}

.whats-near-image {
    float: left;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

div#itemlistdiv {
    height: 1032px;
}

#dd_walking {
    z-index: 2;
    position: relative;
}

.share-location-text {
    padding: 20px;
    text-align: center;
}

#dd_driving {
    z-index: 1;
    position: relative;
}

.direction-tab-content {
    height: 850px;
    overflow: auto;
}

.tab-directions .tab-pane {
    margin-left: 20px;
}

.direction-tab-steps-distance {
    float: right;
    margin-left: 15px;
}

div#nav-drive,
div#nav-walk {
    background: none !important;
}