.rowcards {
    flex-direction: row;
}
.rowcards img {
    border-top-right-radius: 0 !important;;
    border-bottom-left-radius: calc(0.25rem - 1px) !important;;
}

.buttonlinks {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin: 0;

}
#map {
    height: 100%; /* The height is 400 pixels */
    min-height: 200px;
    width: 100%; /* The width is the width of the web page */
}
[class$=api-load-alpha-banner] {
    display: none;
  }

#overlay{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: white;
    opacity: 0.7;

}
#cardimage{
    position: inherit;
    height: 100%;
}
.distance{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

