div.google_map {
    width : 100%;
    height: 200px;
    background-color: white;
    box-shadow : 6px 6px grey;
  }

.phone-link {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
    font-size: 2.5em;
}
.phone-link:hover {
    color: #337ab7;
    text-decoration: underline;
}
.phone-link:visited {
    color: #337ab7;
}