.smallbutton {
  border: 1px solid grey;
  background-color: whitesmoke;
  font-size: 11px;
  width: 70px;
}

.smallbutton:hover {
  background-color: white;
  cursor: pointer;
  color: black;
}

#map {
  border: 2px outset grey;
  margin-bottom: 3px;
  width: 800px; 
  height: 600px;
}

.markerElement {
  width: 320px;
  text-align: left;
  }
  .markerElement .label {
    font-weight: bold;
  }
  .markerElement .address {
  }

.main {
  text-align: left;
  width: 804px;
}

#permaLinkButton {
  float: left;
}

.faded {
  border: 1px solid whitesmoke;
  color: lightgrey;
  margin: 2px 2px 2px 102px;
  padding: 1px;
  }
  .faded:hover {
    color: black;
  }
#permaLink {
  color: lightgrey;
  border: 0px solid white;
}
