body {
  background-color: #f5f6f8;
}

.navbar-brand {
  font-weight: 600;
}

.card {
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.card-header {
  font-weight: 600;
  background: white;
  border-bottom: 1px solid #eee;
}

#map {
  box-shadow: 0 1px 6px rgba(0,0,0,.15);
}
