html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.1em;
}

.navbar .navbar-nav .nav-link:hover {
    background-color: lightgray;
    color: #000000;
}

a.nav-link {
    display: flex;
    align-items: center;
}

a.navbar-brand {
    display: flex;
    align-items: center;
}

TerritorySelector {
    width: 400px;
}

select, button {
    vertical-align: top;
}


#map {
    height: 400px;
    width: 100%;
}