#elevation-profile.--v2 {
    max-width: 100%;
    height: 83px;
    position: relative;
    bottom: 0;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}

#elevation-profile {
    position: absolute;
    bottom: 22px;
    right: 0;
    background: #333;
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
    max-width: 450px;
    height: 83px;
    border-bottom-left-radius: 3px;
    z-index: 1000;
}

#elevation-profile.--v2>#elevation-chart {
    top: 7px;
    right: unset;
    height: 69px;
    bottom: 0;
    width: 100%!important;
    max-width: 100%;
    border-bottom: none;
}