@charset "utf-8";
/* CSS Document */

#Cities {
    height:500px;
    width:100%;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
.btn4 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #194e6e);
  background-image: -moz-linear-gradient(top, #3498db, #194e6e);
  background-image: -ms-linear-gradient(top, #3498db, #194e6e);
  background-image: -o-linear-gradient(top, #3498db, #194e6e);
  background-image: linear-gradient(to bottom, #3498db, #194e6e);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn4:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

