#shareSymbol {
    width: 45px;
    height: 45px;
}

#whatsAppLink {
    width: 45px;
    height: 45px;
}

#mailLink {
    width: 45px;
    height: 45px;
}

.marker {
    background-image: url(https://openstationmap.org/0.5.0/sprite/redArrow.png);
    background-size: cover;
    margin: 0 auto;
    width: 20px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 5px;
}

.markerInnerText {
    background-color: white;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}

#outerAdds {
    overflow: auto;
    display: table;
}

#shareAddSym {
    width: 45px;
    height: 45px;
    float: left;
}

#marker2ID {
  background-color: #FFD898;
}

#shareLink{
  display: table-cell;
  vertical-align: middle;
}