.vcmap-button {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background-color: #005B79;
  color: white;
  font-weight: bold;
  font-size: 13px;
  border-radius: 4px;
}

.vcmap-button:hover {
  background-color: #007a9e;
}
